Re: Problem with

2004-10-21 Thread Sebastian Redl
all should look like this: Sebastian Redl - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Running Ant from a Windows batch file

2004-10-19 Thread Sebastian Redl
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]

Re: Ant 1.6.2 failing to bootstrap

2004-10-19 Thread Sebastian Redl
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

Re: Ant 1.6.2 failing to bootstrap

2004-10-16 Thread Sebastian Redl
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

Re: Ant 1.6.2 failing to bootstrap

2004-10-16 Thread Sebastian Redl
at uses Ant, including Ant itself. Sebastian Redl - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Ant 1.6.2 failing to bootstrap

2004-10-16 Thread Sebastian Redl
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

Ant 1.6.2 failing to bootstrap

2004-10-16 Thread 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-