Re: Delete files from dir-1 where file name same as a file in dir-2

2010-09-29 Thread Michael Giroux
This worked exactly as I need. Thanks very much. Michael On Tue, Sep 28, 2010 at 2:42 PM, Dominique Devienne wrote: > On Mon, Sep 27, 2010 at 3:32 PM, Michael Giroux wrote: >> [...] If cases where package and class names are the >> same, we only want to include the sources from the hand-coded

Re: Delete files from dir-1 where file name same as a file in dir-2

2010-09-29 Thread Michael Giroux
I'll give this a try. Thanks. On Tue, Sep 28, 2010 at 2:42 PM, Dominique Devienne wrote: > On Mon, Sep 27, 2010 at 3:32 PM, Michael Giroux wrote: >> [...] If cases where package and class names are the >> same, we only want to include the sources from the hand-coded src >> tree, so we need to d

Re: Delete files from dir-1 where file name same as a file in dir-2

2010-09-29 Thread Michael Giroux
Thanks, this gives me something to consider. On Tue, Sep 28, 2010 at 1:22 PM, David Weintraub wrote: > Not 100% sure what you're asking. Let me get a synopsis: > > 1. You have two "source" folders: One contains "generated" *.java > files. (I'm assuming *.java). The other contains *.java that you'

RE: junit ant task test listeners

2010-09-29 Thread Chip McCormick
-Original Message- From: Stefan Bodewig [mailto:bode...@apache.org] Sent: Monday, August 23, 2010 9:20 AM To: user@ant.apache.org Subject: Re: junit ant task test listeners On 2010-08-23, Chip McCormick wrote: > Does anyone know how to add a test listener to an ant junit task, > withou

Re: AntClassLoader and the system classloadr.

2010-09-29 Thread Steve Loughran
On 15/09/10 05:27, Stefan Bodewig wrote: On 2010-09-14, Rafael de F. Ferreira wrote: From a cursory inspection of org.apache.tools.ant.AntClassLoader, it seems Ant only delegates to the system ClassLoader if the class being loaded belongs to a fixed set of packages[1]. No, Ant almost always

Re: Is ANT support WebDav task?

2010-09-29 Thread Steve Loughran
On 18/09/10 15:42, Chee Yang Chau wrote: I don't understand, how to use ant-webdav? the basic answer was "no, somebody has to write one". what it does do really well is support SCP most project deploy using SCP to push their artifacts up to the remote site -