Automation of EAR packing
Posted
by glebreutov
on Stack Overflow
See other posts from Stack Overflow
or by glebreutov
Published on 2010-06-17T10:09:54Z
Indexed on
2010/06/17
10:13 UTC
Read the original article
Hit count: 204
I need to automate packing of Java EE projects into EAR archive in Eclipse. The most easy way, I think, is using Ant script. But writing of Ant from start is routine and long task. Is there a way to generate Ant script based on my actions in eclipse (like macros in MS Office)? Or, maybe, exists easier way to do this?
Thanks!
© Stack Overflow or respective owner