[QFJ-625] Intermittent File Handle Issues While Generating Code Created: 29/Jul/11 Updated: 29/Jul/11 |
|
Status: | Open |
Project: | QuickFIX/J |
Component/s: | Build |
Affects Version/s: | None |
Fix Version/s: | None |
Type: | Bug | Priority: | Default |
Reporter: | Francois Auger | Assignee: | Unassigned |
Resolution: | Unresolved | Votes: | 0 |
Labels: | QuickfixJ, ant | ||
Environment: |
Windows 7 Professional x64 (latest updates) |
Description |
Intermittently, we're having the following error while running the default ant task: [java] SEVERE: error during code generation The following patch has worked so far: Index: quickfixj-local/core/src/main/java/quickfix/codegen/MessageCodeGenerator.java File outputFile = new File(outputFileName);
DOMSource source = new DOMSource(document); Thanks, |