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
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
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
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