jQuery in Action, 2nd edition
The moose likes Ant, Maven and Other Build Tools and the fly likes build through ANT Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Engineering » Ant, Maven and Other Build Tools
Reply Bookmark "build through ANT" Watch "build through ANT" New topic
Author

build through ANT

siddharth das
Ranch Hand

Joined: Aug 17, 2007
Posts: 124
Hi,
I have developed a simple struts application.
The components are
register.jsp
success.jsp
failure.jsp

RegisterAction.java
RegisterForm.java

web.xml
struts-config.xml

I want to build through ANT .
I am new to this.
How to write the build.xml
I will run my application in tomcat server.

Please tell me.
Thanks,
Siddharth Das
Martijn Verburg
author
Bartender

Joined: Jun 24, 2003
Posts: 3268

Hi there,

Have you read through the online ANT documentation? What have you tried so far?


Cheers, Martijn - Blog,
Twitter, PCGen, Ikasan, My The Well-Grounded Java Developer book!,
My start-up.
siddharth das
Ranch Hand

Joined: Aug 17, 2007
Posts: 124
No I have not...
Please tell me the link..
Martijn Verburg
author
Bartender

Joined: Jun 24, 2003
Posts: 3268

Try here
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: build through ANT
 
Similar Threads
Creation of build file with date names
build through ANT
Getting an error in compiling from Ant
App stops logging after 10 minutes
debugging with ANT