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
--- 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
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
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
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