aspose file tools
The moose likes Ant, Maven and Other Build Tools and the fly likes Clarification in jar task in ant Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » Ant, Maven and Other Build Tools
Reply Bookmark "Clarification in jar task in ant" Watch "Clarification in jar task in ant" New topic
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>
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Clarification in jar task in ant
 
Similar Threads
Ant Query
Ant classpath problem
referencing fileset by id
Building Seam projects in Eclipse
EJB deployment in weblogic 10.2