Hi,
> This is a frequent puzzle for me with Ant. Sometimes Ant is able to
> create the chain of missing folders and sometimes it won't.
Managed to get further with:
mkdir -p
/Users/justinmclean/Documents/ApacheFlexFalcon/apache-flex-falconjx-0.0.1-src/compiler/generated/dist/sdk/bin
mkdir -p
/Users/justinmclean/Documents/ApacheFlexFalcon/apache-flex-falconjx-0.0.1-src/compiler/generated/dist/sdk/bin-legacy
It does compile to completion and says success, but if you look carefully there
a few things that fail.
Try this:
ant > build.log
And standard error still shows:
[junit] Tests FAILED
[junit] Tests FAILED
[junit] Test f.SDKSWCTests FAILED
Are all of the tests expected to pass?
Also this- so there seems to be a few issues.
[java] Java Result: 1
[java] Java Result: 1
[java] Java Result: 1
[java] Java Result: 1
[java] Java Result: 1
Anyone see the same errors?
Thanks,
Justin