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
Laconia Data Systems wrote: Make sure ANT_HOME is set to installed location of ANT check $ANT_HOME/bin is on your path check make sure JAVA_HOME is set to installed location og JDK check then.. set environment variable ANT_OPTS = -Dbuild.compiler=com.sun.tools.javac.Main if that doesnt wor

Re: Ant 1.6.2 failing to bootstrap

2004-10-16 Thread Laconia Data Systems
http://www-124.ibm.com/developerworks/oss/jikes/ ANT_OPTS = -Dbuild.compiler=jikes Martin- - Original Message - From: "Sebastian Redl" <[EMAIL PROTECTED]> To: "Ant Users List" <[EMAIL PROTECTED]> Sent: Saturday, October 16, 2004 10:36 AM Subject: Re

Re: Ant 1.6.2 failing to bootstrap

2004-10-16 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: value="org.eclipse.jdt.core.JDTCompilerAdapter"/> Martin- I don't think so. It's attempting to use the standard compil

Re: Ant 1.6.2 failing to bootstrap

2004-10-16 Thread Laconia Data Systems
tober 16, 2004 9:40 AM Subject: Ant 1.6.2 failing to bootstrap > Hi > > This is a rather peculiar problem. I'm running a Gentoo Linux > installation and am trying to upgrade to Ant 1.6.2. I'm not 100% sure if > this is a problem of Ant or Gentoo, but I tried everything ou

Re: Ant 1.6.2 failing to bootstrap

2004-10-16 Thread Sebastian Redl
Christian Ashby wrote: Bottom 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? First check. Does 'java-config -Jc' give you the correct output (should be location of java, and then that of jav

Re: Ant 1.6.2 failing to bootstrap

2004-10-16 Thread Christian Ashby
Bottom 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? First check. Does 'java-config -Jc' give you the correct output (should be location of java, and then that of javac' ? If not, try unmer

Ant 1.6.2 failing to bootstrap

2004-10-16 Thread Sebastian Redl
Hi This is a rather peculiar problem. I'm running a Gentoo Linux installation and am trying to upgrade to Ant 1.6.2. I'm not 100% sure if this is a problem of Ant or Gentoo, but I tried everything outside Ant I know, so I'm finally posting here. The Gentoo Ant installation process is split up in