RE: conditional compilation with Jet

2005-08-08 Thread Dominique Devienne
> From: Roedy Green [mailto:[EMAIL PROTECTED] > > I am using the Jet compiler which takes a jar and produces an exe. > > > > > > > > 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 w

Re: conditional compilation with Jet

2005-07-29 Thread Juergen Hermann
On Fri, 29 Jul 2005 01:12:56 -0700, Roedy Green wrote: define a . >I am using the Jet compiler which takes a jar and produces an exe. >This works: > > > > > > >This is an time-consuming operation that is not needed if the >converter.exe has a last-modified date after the ja

AW: conditional compilation with Jet

2005-07-29 Thread Jan.Materne
? Jan >-Ursprüngliche Nachricht- >Von: Roedy Green [mailto:[EMAIL PROTECTED] >Gesendet: Freitag, 29. Juli 2005 10:13 >An: user@ant.apache.org >Betreff: conditional compilation with Jet > >I am using the Jet compiler which takes a jar and produces

conditional compilation with Jet

2005-07-29 Thread Roedy Green
I am using the Jet compiler which takes a jar and produces an exe. This works: 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 d