Re: Ant, jars and Manifest

2002-02-01 Thread Robert Upshall
gt; Sent: Friday, February 01, 2002 9:50 AM Subject: RE: Ant, jars and Manifest > Although I don't mind you sending me private mail, it is best if we keep the > conversation on the list, that way everyone can benefit!!! > > To answer your question: > > > Is it possible for me

RE: Ant, jars and Manifest

2002-02-01 Thread Ylan Segal
Although I don't mind you sending me private mail, it is best if we keep the conversation on the list, that way everyone can benefit!!! To answer your question: > Is it possible for me to detect the jar files in my depen > directory and use > them as values for the Class-Path attribute? > I thin

Re: Ant, jars and Manifest

2002-01-31 Thread Scott Ellsworth
On Thursday, January 31, 2002, at 04:25 PM, Ylan Segal wrote: > I was going to make my first patch for the documentation of this, but I > just > checked the manual in cvs and it is already included there. Oh well! Just wanted to say THANKS to the ant list for a just amazing tool. Thus far, e

RE: Ant, jars and Manifest

2002-01-31 Thread Ylan Segal
Robert, > -Original Message- > From: Robert Upshall [mailto:[EMAIL PROTECTED]] > Sent: Thursday, January 31, 2002 4:52 PM > To: [EMAIL PROTECTED] > Subject: Ant, jars and Manifest > > > Is there anyway in ant to specify the the values of a Manifest.mf > file usi

Ant, jars and Manifest

2002-01-31 Thread Robert Upshall
Is there anyway in ant to specify the the values of a Manifest.mf file using a task. ie. something like: 1 com.something.Driver Is there any way to do