RE: Attempting to split the same package into two jars

2005-02-04 Thread Dominique Devienne
Oops, I think I'm missing an around the various s ;-) --DD > -Original Message- > From: Dominique Devienne > Sent: Friday, February 04, 2005 9:37 AM > To: 'Ant Users List' > Subject: RE: Attempting to split the same package into two jars > > &

RE: Attempting to split the same package into two jars

2005-02-04 Thread Dominique Devienne
> From: Gerard Janssen [mailto:[EMAIL PROTECTED] > > use: > > > > >         > > > use: > > > > > > I second that, and would just add that to avoid duplicating the include/exclude patterns (and avoid the possib

Re: Attempting to split the same package into two jars

2005-02-04 Thread Gerard Janssen
Hi, The fileset gives you a set of files, relative to the directory specified in the dir attribibute. What you probably want is to use the directory containing all your sources as the root of the fileset and do apply a filter on the fileset. So instead of:         use: