This week's book giveaway is in the General Computing forum. We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line! See this thread for details.
Hi, I have to unzip , merge changes (through zip file ) and zip an ear file for websphere. I am using ant for this purpose. i m using <ear> <zip> n <unzip> tasks but i couldn't find ne task to unzip an ear file .. ne suggestions how to do it ? thanks in advance
I am by no means certain, but my understanding is that an EAR file is just another archive and therefore I think you should be able to use <unzip>. Have you tried that?
Mark Binau
Ranch Hand
Joined: Mar 04, 2004
Posts: 37
posted
0
I am by no means certain, but my understanding is that an EAR file is just another archive and therefore I think you should be able to use <unzip>. Have you tried that?
Mark Binau
Ranch Hand
Joined: Mar 04, 2004
Posts: 37
posted
0
I am by no means certain, but my understanding is that an EAR file is just another archive and therefore I think you should be able to use <unzip>. Have you tried that?
Priya Singh
Ranch Hand
Joined: Mar 19, 2004
Posts: 33
posted
0
this was working for war file , i need to do the same for an ear
property file="package.properties" target name="rewar" record name="PegaMergeLog.txt" action="start"