Hi,
> Do you have spaces in your paths?
No.
> Did you run "ant release" or something else? Post more of the console output
> otherwise.
"ant release" but "ant themes" fails very quickly:
ant sample-themes
Buildfile: /Users/justinmclean/Documents/ApacheFlexDevelopGit/build.xml
sample-themes:
clean:
compile:
[echo] Compiling samples/themes/arcade/arcade.swc
BUILD FAILED
/Users/justinmclean/Documents/ApacheFlexDevelopGit/build.xml:442: The following
error occurred while executing this line:
/Users/justinmclean/Documents/ApacheFlexDevelopGit/samples/themes/arcade/build.xml:63:
File does not exist: compiler.jar
Total time: 0 seconds
I guess the question is what is "compiler.jar" and why doesn't it exist?
"ant main" reports success.
A find . -name "compiler.jar" -print finds nothing
An ant in the modules/compiler also works correctly but doesn't seem to make a
compiler.jar. It does make a flex-compiler-oem.jar has the name been changed
or something?
Justin