RE: using filesets in a custom task

2008-08-04 Thread Matt Benson
e- > From: Matt Benson [mailto:[EMAIL PROTECTED] > Sent: Monday, August 04, 2008 4:44 PM > To: Ant Users List > Subject: RE: using filesets in a custom task > > > --- EJ Ciramella <[EMAIL PROTECTED]> wrote: > > > Yeah, kinda strange, why would you want

RE: using filesets in a custom task

2008-08-04 Thread EJ Ciramella
-tasks-filesets-properties.html Maybe it's time to update the examples? -Original Message- From: Matt Benson [mailto:[EMAIL PROTECTED] Sent: Monday, August 04, 2008 4:44 PM To: Ant Users List Subject: RE: using filesets in a custom task --- EJ Ciramella <[EMAIL PROTECTED]> wrote: > Y

RE: using filesets in a custom task

2008-08-04 Thread Matt Benson
; From: Matt Benson [mailto:[EMAIL PROTECTED] > Sent: Monday, August 04, 2008 3:09 PM > To: Ant Users List > Subject: RE: using filesets in a custom task > > > --- EJ Ciramella <[EMAIL PROTECTED]> wrote: > > > The next bit is how to get the fully qualified > pa

RE: using filesets in a custom task

2008-08-04 Thread EJ Ciramella
Yeah, kinda strange, why would you want a fileset vector of just the File.getName() instead of File.getAbsolutePath()? -Original Message- From: Matt Benson [mailto:[EMAIL PROTECTED] Sent: Monday, August 04, 2008 3:09 PM To: Ant Users List Subject: RE: using filesets in a custom task

RE: using filesets in a custom task

2008-08-04 Thread Matt Benson
arent loader > (parentFirst) > +Datatype snapshotconverter > m2utils.converters.SnapshotConverter > [snapshotconverter] how many filesets? 1 > [snapshotconverter] about to process null > > -Original Message- > From: Peters, John [mailto:[EMAIL PROTECTED] > Se

RE: using filesets in a custom task

2008-08-04 Thread EJ Ciramella
: using filesets in a custom task Wow - as simple as the difference between addFileset(FileSet f) and addConfiguredFileset(FileSet f). -Original Message- From: EJ Ciramella [mailto:[EMAIL PROTECTED] Sent: Monday, August 04, 2008 11:57 AM To: Ant Users List Subject: RE: using filesets in a

RE: using filesets in a custom task

2008-08-04 Thread EJ Ciramella
Wow - as simple as the difference between addFileset(FileSet f) and addConfiguredFileset(FileSet f). -Original Message- From: EJ Ciramella [mailto:[EMAIL PROTECTED] Sent: Monday, August 04, 2008 11:57 AM To: Ant Users List Subject: RE: using filesets in a custom task Any other

RE: using filesets in a custom task

2008-08-04 Thread EJ Ciramella
Any other suggestions from anyone? Why does ant thing I'm not supplying the "dir" attribute to the flieset? -Original Message- From: EJ Ciramella [mailto:[EMAIL PROTECTED] Sent: Friday, August 01, 2008 3:16 PM To: Ant Users List Subject: RE: using filesets in a

RE: using filesets in a custom task

2008-08-01 Thread EJ Ciramella
: Peters, John [mailto:[EMAIL PROTECTED] Sent: Friday, August 01, 2008 3:13 PM To: Ant Users List Subject: RE: using filesets in a custom task Do you have an error message? -Original Message- From: EJ Ciramella [mailto:[EMAIL PROTECTED] Sent: Friday, August 01, 2008 3:10 PM To: Ant Users List

RE: using filesets in a custom task

2008-08-01 Thread Peters, John
Do you have an error message? -Original Message- From: EJ Ciramella [mailto:[EMAIL PROTECTED] Sent: Friday, August 01, 2008 3:10 PM To: Ant Users List Subject: RE: using filesets in a custom task It's as simple as this so far: public void addFileset(FileSet fileset) { fileset

RE: using filesets in a custom task

2008-08-01 Thread EJ Ciramella
quot;+filesets.get(x).getDir()); } } With a matching task of this: -Original Message- From: Peters, John [mailto:[EMAIL PROTECTED] Sent: Friday, August 01, 2008 3:02 PM To: Ant Users List Subject: RE: using fil

RE: using filesets in a custom task

2008-08-01 Thread Peters, John
Post your code please -Original Message- From: EJ Ciramella [mailto:[EMAIL PROTECTED] Sent: Friday, August 01, 2008 3:00 PM To: user@ant.apache.org Subject: using filesets in a custom task I'm struggling to write a custom task that utilizes filesets. No matter what I do, it doesn't see