Re: Specifying Jar files to execute program

2006-07-18 Thread Bala Paranj
Thank you Matt. I downloaded the latest snapshot of ant (ant_20060717163050.tar.gz 17-Jul-2006 09:31). I have extracted the zip file on the local hard drive. Is there a build.xml to compile it? ;) --- Matt Benson <[EMAIL PROTECTED]> wrote: > --- Bala Paranj <[EMAIL PROTECTED]> wrote: > > > Th

Re: Specifying Jar files to execute program

2006-07-18 Thread Matt Benson
--- Bala Paranj <[EMAIL PROTECTED]> wrote: > Thank you Dominique. Is there a custom task to set > the classpath in manifest file? Actually, Dominique created a task that will be included in Ant 1.7 . You can use it now by building Ant from source. Currently you would use the task separately, s

Re: Specifying Jar files to execute program

2006-07-18 Thread Bala Paranj
Thank you Dominique. Is there a custom task to set the classpath in manifest file? --- Dominique Devienne <[EMAIL PROTECTED]> wrote: > is ignored when using 'jar' attribute, as per Java's own > document in the JDK. Ant's documentation has been updated to more > strongly indicate that. > > Eith

Re: Specifying Jar files to execute program

2006-07-18 Thread Dominique Devienne
is ignored when using 'jar' attribute, as per Java's own document in the JDK. Ant's documentation has been updated to more strongly indicate that. Either use an in-Manifest Class-Path: attribute, or use 'classname' instead of 'jar'. --DD On 7/18/06, Bala Paranj <[EMAIL PROTECTED]> wrote: I hav

Specifying Jar files to execute program

2006-07-18 Thread Bala Paranj
I have the following target in my ant script: The abc.jar and xyz.zip are in the same directory (dist) and so is the myClient.jar file that I want to run. But I get the java.la