[QFJ-28] FileStore: working directory patch Created: 14/Jun/06 Updated: 02/Sep/06 Resolved: 17/Jun/06 |
|
| Status: | Closed |
| Project: | QuickFIX/J |
| Component/s: | Engine |
| Affects Version/s: | None |
| Fix Version/s: | 1.0.1 |
| Type: | Improvement | Priority: | Major |
| Reporter: | Steve Bate | Assignee: | Steve Bate |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Ok, my apologies for sending an incomplete email earlier. Had an I'm working on a multi-module project driven by Maven (instead of The directory layout is as follows:
I'm noticing a very strange situation: i have a unit test that runs However, if i run the same test from a parent directory (ie one level with the real error coming from here: I've traced the cause of the error itself to a Maven bug (incorrect In QuickFixJ it gets manifested in quickfix.FileStore class I understand this a maven bug and not Quickfix, but i was hoping you It's a one-line change. all the unit tests pass. I"m attaching a patch for the changes (it's just one line). toli |
| Comments |
| Comment by Steve Bate [ 14/Jun/06 ] |
|
Index: src/quickfix/FileStore.java + path = new File(path).getAbsolutePath(); |
| Comment by Steve Bate [ 17/Jun/06 ] |
|
Unfortunately, the changes were committed with a different issue number so they aren't linked here. |