t; who expected to be able to do what you are trying to do.
>
> Thanks,
> Kevin
>
> -Original Message-
> From: Ravi Roy [mailto:[EMAIL PROTECTED]
> Sent: Thursday, May 22, 2008 12:04 PM
> To: Ant Users List
> Subject: Re: Class-Path not recognised from MANIFEST.MF
>
&
rticles and forum entries relating to this. You are not the first
who expected to be able to do what you are trying to do.
Thanks,
Kevin
-Original Message-
From: Ravi Roy [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 22, 2008 12:04 PM
To: Ant Users List
Subject: Re: Class-Path not recognised
.
>
> Ex. java -classpath App1.jar -jar Application.jar
>
> Thanks,
> Kevin
>
> -Original Message-
> From: Ravi Roy [mailto:[EMAIL PROTECTED]
> Sent: Thursday, May 22, 2008 11:29 AM
> To: Ant Users List
> Subject: Class-Path not recognised from MANIFEST.MF
>
sspath App1.jar -jar Application.jar
Thanks,
Kevin
-Original Message-
From: Ravi Roy [mailto:[EMAIL PROTECTED]
Sent: Thursday, May 22, 2008 11:29 AM
To: Ant Users List
Subject: Class-Path not recognised from MANIFEST.MF
Hi All,
My apologies if I am missing something obivious, I have the
On Thu, May 22, 2008 at 10:29 AM, Ravi Roy <[EMAIL PROTECTED]> wrote:
>
>
>
>
>
>
You are including App1.jar *inside* Application.jar. The default class
loader does not support such nesting. The Class-Path attribute refers
*files* (or URLs to those files), but App1.jar is not a
Hi All,
My apologies if I am missing something obivious, I have the following
test build.xml, in which I am trying to create a executable JAR, I am
specifying the Class-Path which is needed by the application at
runtime but application reports NoClassDefFound error...
Class-Path and Main-Class at