Re: Error running C:\toos\Java\jdk1.6.0_03\bin\javac.exe compiler

2008-01-01 Thread Ravi Roy
to any party other than > intended recipient. Sender does not necessarily endorse content contained > within this transmission.> From: [EMAIL PROTECTED]> To: user@ant.apache.org; > [EMAIL PROTECTED]> Subject: RE: Error running > C:\toos\Java\jdk1.6.0_03\bin\javac.exe compiler>

RE: Error running C:\toos\Java\jdk1.6.0_03\bin\javac.exe compiler

2008-01-01 Thread Martin Gainty
ates to the official business of Sender. This transmission is of a confidential nature and Sender does not endorse distribution to any party other than intended recipient. Sender does not necessarily endorse content contained within this transmission.> From: [EMAIL PROTECTED]> To: user@ant.apa

RE: Error running C:\toos\Java\jdk1.6.0_03\bin\javac.exe compiler

2007-12-31 Thread Ravi Roy
[mailto:[EMAIL PROTECTED] Sent: Sunday, December 23, 2007 1:17 PM To: Ant Users List; [EMAIL PROTECTED] Subject: Re: Error running C:\toos\Java\jdk1.6.0_03\bin\javac.exe compiler Hi, Can u send the xml file or atleast the lines dat causes the error Regards Sumudu On Dec 23, 2007 10:30 AM,

RE: Error running C:\toos\Java\jdk1.6.0_03\bin\javac.exe compiler

2007-12-23 Thread Ravi Roy
ks again for giving time to the problem! Regards Ravi -Original Message- From: FREEMAN FIREFOX [mailto:[EMAIL PROTECTED] Sent: Saturday, December 22, 2007 10:12 PM To: Ant Users List Subject: Re: Error running C:\toos\Java\jdk1.6.0_03\bin\javac.exe compiler Hi Peter, Sorry I apolo

Re: Error running C:\toos\Java\jdk1.6.0_03\bin\javac.exe compiler

2007-12-22 Thread FREEMAN FIREFOX
e to the problem! > > Regards > Ravi > > -Original Message- > From: FREEMAN FIREFOX [mailto:[EMAIL PROTECTED] > Sent: Saturday, December 22, 2007 10:12 PM > To: Ant Users List > Subject: Re: Error running C:\toos\Java\jdk1.6.0_03\bin\javac.exe compiler > > > Hi Pet

RE: Error running C:\toos\Java\jdk1.6.0_03\bin\javac.exe compiler

2007-12-22 Thread Ravi Roy
classpath itself.. I m investigating in this direction now. Thanks again for giving time to the problem! Regards Ravi -Original Message- From: FREEMAN FIREFOX [mailto:[EMAIL PROTECTED] Sent: Saturday, December 22, 2007 10:12 PM To: Ant Users List Subject: Re: Error running C:\toos\Java

Re: Error running C:\toos\Java\jdk1.6.0_03\bin\javac.exe compiler

2007-12-22 Thread FREEMAN FIREFOX
Hi Peter, Sorry I apologize. It was mistake the correct path is as follows. This is how I have set the path & it works. Type the following the in the Command Prompt: set ANT_HOME=C:\ant1.7 set JAVA_HOME=C:\jdk1.4 set PATH=%PATH%;%ANT_HOME%\bin This will work. If you create a bat file you don't

Re: Error running C:\toos\Java\jdk1.6.0_03\bin\javac.exe compiler

2007-12-21 Thread Peter Reilly
JAVA_HOME should not be the bin directory of the java installation. It should be the jdk installation directotry - in your case: C:\tools\Java\jdk1.6.0_03 This does *not* the same as the java.home system/ant property (which points to the jre). Use ant -diagnostics so see what ant thinks of the

Re: Error running C:\toos\Java\jdk1.6.0_03\bin\javac.exe compiler

2007-12-21 Thread FREEMAN FIREFOX
Hi Ravi, Set the JAVA_HOME as: C:\tools\Java\jdk1.6.0_03\bin and also the ANT_HOME should be set to the bin of the ANT. Setting the path to C:\toos\Java\jdk1.6.0_03 will result in compiler error. Path should be set to bin Regards Sumudu On Dec 21, 2007 3:07 PM, Ravi Roy <[EMAIL PROTECTED]> wro

Re: Error running C:\toos\Java\jdk1.6.0_03\bin\javac.exe compiler

2007-12-21 Thread Ravi Roy
Sorry, that was a typo in path, actually it is C:\tools\Java\jdk1.6.0_03 Regards Ravi On 12/21/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > so JAVA_HOME is set to C:\toos\Java\jdk1.6.0_03 > instead of > C:\tools\Java\jdk1.6.0_03 > > ? > M- > - Original Message - > Wrom: YFMYXOEAIJJP

Re: Error running C:\toos\Java\jdk1.6.0_03\bin\javac.exe compiler

2007-12-21 Thread mgainty
so JAVA_HOME is set to C:\toos\Java\jdk1.6.0_03 instead of C:\tools\Java\jdk1.6.0_03 ? M- - Original Message - Wrom: YFMYXOEAIJJPHSCRTNHGSWZIDREXCAXZ To: Sent: Friday, December 21, 2007 4:37 AM Subject: Error running C:\toos\Java\jdk1.6.0_03\bin\javac.exe compiler > Hi All, > > I have s