Re: Class-Path not recognised from MANIFEST.MF

2008-05-22 Thread Peter Reilly
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 > &

RE: Class-Path not recognised from MANIFEST.MF

2008-05-22 Thread Toomey, Kevin H (ATS, IT)
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

Re: Class-Path not recognised from MANIFEST.MF

2008-05-22 Thread Ravi Roy
. > > 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 >

RE: Class-Path not recognised from MANIFEST.MF

2008-05-22 Thread Toomey, Kevin H (ATS, IT)
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

Re: Class-Path not recognised from MANIFEST.MF

2008-05-22 Thread Dominique Devienne
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

Class-Path not recognised from MANIFEST.MF

2008-05-22 Thread Ravi Roy
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