Re: Add new resource to existing ResourceCollection (path) in ANT build script

2010-01-31 Thread Antoine Levy-Lambert
an implementation for s: copy to a temporary and then 'rename' > > > > > > > > > > > > > > > > Jan > > >> -Ursprüngliche Nachricht- >> Von: Matt Benson [mailto:gudnabr...@gmail.com] >> Gesendet: Donnerstag, 28. Januar 2010 19:48 >&

RE: Add new resource to existing ResourceCollection (path) in ANT build script

2010-01-29 Thread Dan Beaulieu
M To: user@ant.apache.org Subject: AW: Add new resource to existing ResourceCollection (path) in ANT build script I have an implementation for s: copy to a temporary and th

AW: Add new resource to existing ResourceCollection (path) in ANT build script

2010-01-28 Thread Jan.Materne
abr...@gmail.com] >Gesendet: Donnerstag, 28. Januar 2010 19:48 >An: Ant Users List >Betreff: Re: Add new resource to existing ResourceCollection >(path) in ANT build script > > >On Jan 28, 2010, at 12:21 PM, Dan Beaulieu wrote: > >> >> >> I've got a build s

Re: Add new resource to existing ResourceCollection (path) in ANT build script

2010-01-28 Thread Matt Benson
On Jan 28, 2010, at 12:21 PM, Dan Beaulieu wrote: I've got a build script that builds multiple components and jars them up. I currently build a path like so: And this gets called before every compile target. So every time, its loading everything in the

Add new resource to existing ResourceCollection (path) in ANT build script

2010-01-28 Thread Dan Beaulieu
I've got a build script that builds multiple components and jars them up. I currently build a path like so: And this gets called before every compile target. So every time, its loading everything in the /lib dir and then scanning all of the components for j