Hey there
Im desperatly trying to get an intersection of 2 directories but it doesn't
work.
The situation:
--
Dir1 contains a set of JARs: a.jar b.jar c.jar d.jar e.jar
Dir2 contains a subset of the JARs in Dir1: b.jar e.jar
I want to get the negative intersection (the stuff from Dir
Hi
I'm trying to set a property inside a target. In the definition of ant
properties, it is said that they are immutable. "Beeing set once, they
cannot be reset again". But I had to find out that properties set inside a
are not valid outside of said target.
Is this intended and if so, are there