Re: AW: specifying jvm for running ant tasks

2007-03-16 Thread Vishal Vishnoi
Here's a snippet (from a macrodef and hence @{..}) of what I do when I need to exec Ant --Vishal thomaslarsson wrote: Thanks Jan but you misunderstand me. Its not java or javac task that I wan

Re: AW: specifying jvm for running ant tasks

2007-03-16 Thread thomaslarsson
simplest by preparing a .bat or .sh file that makes a call to ant on my project, but I am asking for tips on a cleaner solution. -Thomas -- View this message in context: http://www.nabble.com/specifying-jvm-for-running-ant-tasks-tf3414450.html#a9514647 Sent from the Ant - Users mailing list archive

AW: specifying jvm for running ant tasks

2007-03-16 Thread Jan.Materne
uot;build-all"> > >   <echo message="building first project"/> > > >   <ant dir="some.dir" file="build.xml" >target="dist"/> > > > >   <echo message="building second project"/> > > > 

specifying jvm for running ant tasks

2007-03-16 Thread thomaslarsson
t;build.xml" target="dist"/>    <echo message="building second project"/>    <ant dir="other.dir" file="build.xml" target="dist"/> </target> Best Regards -Thomas -- View this message in context: http://www.nabble.com/specifying-jvm-for-running-ant-tasks-tf3414450.html#a9514299 Sent from the Ant - Users mailing list archive at Nabble.com.