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
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
uot;build-all">
>
> <echo message="building first project"/>
>
>
> <ant dir="some.dir" file="build.xml"
>target="dist"/>
>
>
>
> <echo message="building second project"/>
>
>
>
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.