On Fri, 29 Jul 2005 01:12:56 -0700, Roedy Green wrote:

define a <dependset>.

>I am using the Jet compiler which takes a jar and produces an exe.

>This works:

><!-- J E T -->
><target name="jet">
>     <exec executable="jc.exe" dir="${project.dir}">
>         <arg value="converter.jar" />
>     </exec>
></target>

>This is an time-consuming operation that is not needed if the 
>converter.exe has a last-modified date after the jar's.

>Any hints on what you do to bypass the work if the exe is already up to 
date?


>Canadian Mind Products    [EMAIL PROTECTED]
>#327 - 964 Heywood Avenue
>Victoria, BC CANADA V8V 2Y5
>http://mindprod.com
>roedy green                (250) 361-9093 emergency


>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]



Ciao, Jürgen



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to