| Author |
Clarification in jar task in ant
|
Sivachandran Sundararajan
Greenhorn
Joined: Sep 16, 2005
Posts: 16
|
|
I have a property sample.properties in folder1 and sample.properties in folder2.While building jar i need to overwrite by first copy sample.properties in folder1 after finishing that task i need to copy folder2 sample.properties .I try to do that and it says jar doesnt suppor nested copy.IS there ANYWAY to overwrite the properties <fileset dir="D\folder1\sample.properties"> <filename name="**/*"> </fileset> <fileset dir="D\folder2\sample.properties"> <filename name="**/*"> </fileset>
|
 |
 |
|
|
subject: Clarification in jar task in ant
|
|
|