ant

hi,

I have ant buid for my project.Can that be standardized.Now only I can run the buid to create ejb jar and ear files.

Thanks.

[147 byte] By [tutikashilpaa] at [2007-11-27 11:20:41]
# 1

Hi,

Are you asking if you can use ant to build more than jar's and ear's? if that's your question the answer is Yes :-)

Ant is a super tool because using the right "tags" you can (among many other things):

- Deploy applications

- Compile javadocs

- Execute external applications

- Copy, move, delete, rename... files

- Expand and pack zip files (and other formats)

- Create war files (jar equivalent for web)

- Send emails. ftp, telnet

... and a lot more

I recommend you to take a look to this manual, especially the Ant Tasks section: http://ant.apache.org/manual/index.html

Best

ajaimesa at 2007-7-29 14:44:07 > top of Java-index,Java Essentials,Java Programming...
# 2

What do you mean by "standardized" in this context?

georgemca at 2007-7-29 14:44:07 > top of Java-index,Java Essentials,Java Programming...