Find src dir and copy files ( including path below src )

2010-01-28 Thread Mikael Petterson
Hi, I have a directory structure according ( it is not a very java like one) in my src.dir ab_mod/bc/src ac_mod/dc/src ad_mod/fg/src ad_mod/ff/src below I got the structure that I want to catch se.company.xvf.prod.MyFile.java se.company.xvf.prod.AnotherFile.java ... and copy to a new

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

2010-01-28 Thread Jan.Materne
I have an implementation for s: copy to a temporary and then 'rename' Jan >-Ursprüngliche Nachricht- >Von: Matt Benson [mailto:gudnabr...@gmail.com] >Gesende

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