I am a bit confused by exactly what support for Class-Path there is in the current version of Ant
Is it that the Jar task should just leave Class-Path entries alone in a manifest I supply ? Or is there some expanded support whereby I can specify the set of dependent Jars and the Jar task will add/update the manifest to make the Class-Path entry correct ? Thanks for any clarification. I have searched ant-user and ant-dev without too much success Cheers, Matthew > -----Original Message----- > From: Peter Donald [mailto:[EMAIL PROTECTED]] > Sent: Friday, December 07, 2001 9:25 AM > To: Ant Users List > Subject: Re: manifest class path > > > On Fri, 7 Dec 2001 04:20, Nathan Coast wrote: > > Hi, > > > > the jar task seems to be messing up the classpath entry in my > manifest file > > (splits it onto two lines as below). > > > > Class-Path: lib/fop.zip lib/commons-collections.zip lib/commons-digest > > er.zip lib/commons-beanutils.zip lib/core.zip > > > > > > anyone else seeing this problem? > > It's not a problem - it's how the spec saids it should behave. > > -- > Cheers, > > Pete > > --------------------------------------------------- > "Marriage, Friends, Religon -- these are the demons > you must slay in order to suceed in business.." > -- Mr. Burns, The Simpsons > --------------------------------------------------- > > -- > To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> > For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> > -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
