This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes Ant, Maven and Other Build Tools and the fly likes Updating jar file 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 "Updating jar file" Watch "Updating jar file" New topic
Author

Updating jar file

aman bhatt
Greenhorn

Joined: Nov 11, 2005
Posts: 5
If I am updating the jar file with this command in my ant file:
jar -uf system-ejb.jar -C meta-inf .
Then the files in the meta-inf directory are copied and updated to the jar file. But the updated files loose the path info.
The path does not have the meta-inf folder in it. How do I update the jar file while having the full path maintained. Currenty it gets copied to the base blank location.

Thanks,
aman
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: Updating jar file
 
Similar Threads
Deploy EJB fails in WebLogic
Common Utils for several EJBs in ONE Ear
put an applet into a web page
Creating jar file for EJB
Deployment of helloWorld bean in Weblogic7.0