[QFJ-621] quickfixj\core\build.xml:81: The following error occurred while executing this line Created: 21/Jul/11 Updated: 13/Feb/14 Resolved: 13/Feb/14 |
|
| Status: | Closed |
| Project: | QuickFIX/J |
| Component/s: | Build |
| Affects Version/s: | 1.5.0 |
| Fix Version/s: | None |
| Type: | Other | Priority: | Default |
| Reporter: | Andrew Niland | Assignee: | Unassigned |
| Resolution: | Not a bug | Votes: | 0 |
| Labels: | ant | ||
| Environment: |
Windows XP. using Eclipse Java EE IDE - Indigo |
||
| Description |
|
Hi, I'm trying to build the quickfixj engine and am getting stuck. What should I do to fix this? Here are the logs: Buildfile: C:\Andrew_temp\workspace\quickfixj\core\build.xml check.generated.isuptodate: generate.code: compile: compile_main: BUILD FAILED |
| Comments |
| Comment by Grant Birchmeier [ 21/Jul/11 ] |
|
That looks like a platform issue specific to your machine. Specifically, your ant is not able to call javac. Are you able to use ant to compile any other java projects? Are you using a recent version of java? |
| Comment by Andrew Niland [ 21/Jul/11 ] |
|
Thanks for your help Grant. I was try to do a build in Eclipse. When I did the build with Ant first, everything worked |