Re: Using on FileSets

2009-10-15 Thread Stefan Bodewig
On 2009-10-12, Alexander Ziller wrote: > 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 Dir1 that's NOT in > Dir2) and figured > I tried this with an intersect and then

Using on FileSets

2009-10-12 Thread Alexander Ziller
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