RE: Multiple JVM

2006-04-18 Thread Guttula, Mohan
not sure if you were running into the same issue. Thanks, Mohan -Original Message- From: Antoine Levy-Lambert [mailto:[EMAIL PROTECTED] Sent: Tuesday, April 18, 2006 12:07 PM To: Ant Users List Subject: Re: Multiple JVM Bandaru, Jaysheel wrote: > Thanks Antoine for your help. Following is th

Re: Multiple JVM

2006-04-18 Thread Antoine Levy-Lambert
Bandaru, Jaysheel wrote: Thanks Antoine for your help. Following is the verbose : Apache Ant version 1.5.3 compiled on August 13 2003 Buildfile: .\project.xml Detected Java version: 1.4 in: C:\bea\jdk141_05\jre Detected OS: Windows XP parsing buildfile .\project.xml with URI = file:C:/scripts/.

RE: Multiple JVM

2006-04-18 Thread Bandaru, Jaysheel
-Original Message- From: Antoine Levy-Lambert [mailto:[EMAIL PROTECTED] Sent: Monday, April 17, 2006 5:00 PM To: Ant Users List Subject: Re: Multiple JVM Bandaru, Jaysheel wrote: > Antoine - > > I do not use the ant command to execute my task but I do the following > >

Re: Multiple JVM

2006-04-17 Thread Antoine Levy-Lambert
Bandaru, Jaysheel wrote: Antoine - I do not use the ant command to execute my task but I do the following %JAVA_HOME%\bin\java -ms4m -mx100m -Dant.home=%ANT_HOME%org.apache.tools.ant.Main -buildfile .\myBuild.xml %PARAMS% Actually I used verbose option with the java command. Is there a way

RE: Multiple JVM

2006-04-17 Thread Bandaru, Jaysheel
ant call? Thanks -Original Message- From: Antoine Levy-Lambert [mailto:[EMAIL PROTECTED] Sent: Thursday, April 13, 2006 9:08 AM To: Ant Users List Subject: Re: Multiple JVM Jaysheel, Actually, I would expect ant -verbose to be enough. You should see some messages of the java command

Re: Multiple JVM

2006-04-13 Thread Antoine Levy-Lambert
your time. Thanks -Original Message- From: Antoine Levy-Lambert [mailto:[EMAIL PROTECTED] Sent: Thursday, April 13, 2006 8:08 AM To: Ant Users List Subject: Re: Multiple JVM Antoine Levy-Lambert wrote: Martijn Kruithof wrote: Hi Is it an option to use JDK 1.5 completely and

RE: Multiple JVM

2006-04-13 Thread Bandaru, Jaysheel
:\bea\jdk141_05\jre\lib\rt.jar] Appreciate your time. Thanks -Original Message- From: Antoine Levy-Lambert [mailto:[EMAIL PROTECTED] Sent: Thursday, April 13, 2006 8:08 AM To: Ant Users List Subject: Re: Multiple JVM Antoine Levy-Lambert wrote: > Martijn Kruithof wrote: > >>

Re: Multiple JVM

2006-04-13 Thread Antoine Levy-Lambert
Antoine Levy-Lambert wrote: > Martijn Kruithof wrote: > >> Hi >> >> Is it an option to use JDK 1.5 completely and specify the source ant >> target attributes >> > Martijn, Jaysheel wants to use , not ;-) > >> Martijn >> >> >> >>> >>> >>> >>> >>> >>> >>>

Re: Multiple JVM

2006-04-13 Thread Antoine Levy-Lambert
Martijn Kruithof wrote: > Hi > > Is it an option to use JDK 1.5 completely and specify the source ant > target attributes Martijn, Jaysheel wants to use , not ;-) > > > Martijn > > >> >> >> >> >> >> >> >> >> >> >> >> >> >> Hello Jaysheel, I would be

Re: Multiple JVM

2006-04-12 Thread Martijn Kruithof
Hi Is it an option to use JDK 1.5 completely and specify the source ant target attributes Martijn Bandaru, Jaysheel wrote: Hi - I have a build file which uses JDK1.4 to compile(javac) and run the java tasks , in the build file I have task which executes a jar file compiled using JDK1.5 .

RE: Multiple JVM

2006-04-12 Thread Bandaru, Jaysheel
April 12, 2006 10:29 PM To: Ant Users List Subject: Re: Multiple JVM Bandaru, Jaysheel wrote: Hello Jaysheel, two ideas : run your build in debug (ant -debug) or verbose (-verbose) mode to get a better feeling of what is happening in the case you are starting from ant running in a JDK 1.4 VM.

Re: Multiple JVM

2006-04-12 Thread Antoine Levy-Lambert
Bandaru, Jaysheel wrote: Hello Jaysheel, two ideas : run your build in debug (ant -debug) or verbose (-verbose) mode to get a better feeling of what is happening in the case you are starting from ant running in a JDK 1.4 VM. Also try to nest in an element to tell java where is your JAVA_HOME