all should look like this:
Sebastian Redl
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
ution is to use the special call keyword, which ensures that
execution returns:
call ant -f cond3.xml
Sebastian Redl
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
Laconia Data Systems wrote:
Sounds like you have an adapter missing..this solution works when compiling
ANT scripts within Eclipse:
add the following property before compiling:
Martin-
No, I've debugged into Ant and it's simply that this statement:
Class.forName("com.sun.tools.javac.Main");
thr
work not why not use jikes ?
compiler can be obtained at http://www-124.ibm.com/developerworks/oss/jikes/
ANT_OPTS = -Dbuild.compiler=jikes
Done. That works indeed. Still, seems a little bit like a hack to me.
I'd love to know why Ant can't find the compiler.
Thanks
Seba
at uses Ant, including Ant itself.
Sebastian Redl
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
ile by manually forcing ant to use
extJavac as compiler, but that's no long-term solution, as it would mean
manually doing every ebuild that uses Java.
Unless there is a way of globally setting the build.compiler property of
Ant?
Sebastian Redl
ottom line: I'm out of ideas what could cause the problem. Everything,
everyone but Ant finds the compiler. Ant doesn't.
Could there be any ClassLoader issues?
Thanks in advance
Sebastian Redl
-
To unsubscribe, e-