Re: Javac tasks (when calling from java)

2006-04-03 Thread Matt Benson
;[EMAIL PROTECTED]> > To: Ant Users List ; Joe Moore > <[EMAIL PROTECTED]> > Sent: Monday, April 3, 2006 1:14:46 PM > Subject: Re: Javac tasks (when calling from java) > > It would probably help if you give examples of the > directories you are referring to. As far as I

Re: Javac tasks (when calling from java)

2006-04-03 Thread Joe Moore
] - Original Message From: Matt Benson <[EMAIL PROTECTED]> To: Ant Users List ; Joe Moore <[EMAIL PROTECTED]> Sent: Monday, April 3, 2006 1:14:46 PM Subject: Re: Javac tasks (when calling from java) It would probably help if you give examples of the directories you are referring to. As f

RE: Javac tasks (when calling from java)

2006-04-03 Thread Stephen McConnell
> -Original Message- > From: Joe Moore [mailto:[EMAIL PROTECTED] > Sent: Tuesday, 4 April 2006 2:40 AM > To: Ant Users List > Subject: Re: Javac tasks (when calling from java) > > I've noticed that with Java 5, when you install it it > installs the JDK

RE: Javac tasks (when calling from java)

2006-04-03 Thread Stephen McConnell
> -Original Message- > From: Oliver Schalch [mailto:[EMAIL PROTECTED] > Sent: Monday, 3 April 2006 11:49 PM > To: user@ant.apache.org > Subject: Javac tasks (when calling from java) > > Hi List, > > Another Problem... > > Calling ant from Java (ins

Re: Javac tasks (when calling from java)

2006-04-03 Thread Matt Benson
issue. Not > sure if this is the best way, but something to look > for. > > Anyone else have this experience with Java 1.5? > > HTH, > > Joe [EMAIL PROTECTED] > > - Original Message > From: Oliver Schalch <[EMAIL PROTECTED]> > To: user@ant.ap

Re: Javac tasks (when calling from java)

2006-04-03 Thread Joe Moore
org Sent: Monday, April 3, 2006 10:19:22 AM Subject: Javac tasks (when calling from java) Hi List, Another Problem... Calling ant from Java (inside a bigger project) Unable to find a javac compiler; com.sun.tools.javac.Main is not on the classpath. Perhaps JAVA_HOME does not point to the JDK A

Javac tasks (when calling from java)

2006-04-03 Thread Oliver Schalch
Hi List, Another Problem... Calling ant from Java (inside a bigger project) Unable to find a javac compiler; com.sun.tools.javac.Main is not on the classpath. Perhaps JAVA_HOME does not point to the JDK Alright, ofcourse the JAVA_HOME are set correct. How could I fix that? Do I have to write