Posted By:
Jeff_Turner
Posted On:
Wednesday, August 8, 2001 04:04 PM
Say I have this structure:
subproj1/lib/foo.jar
subproj2/lib/bar.jar
In general,
*/lib/*.jar
and want to copy lib/*.jar from subprojects, without iterating through each. The following doesn't work:
How can this be done?