| Author |
sample build.xml file for Struts 1.1
|
kri shan
Ranch Hand
Joined: Apr 08, 2004
Posts: 1245
|
|
|
I need sample build.xml file for Struts 1.1
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 23621
|
|
|
Moving to Ant forum
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Certs: SCEA Part 1, Part 2 & 3 & Core Spring 3, OCAJP
|
 |
Dirk Schreckmann
Sheriff
Joined: Dec 10, 2001
Posts: 7023
|
|
|
This seems a little vague to me. What are you hoping to do with a build file?
|
[How To Ask Good Questions] [JavaRanch FAQ Wiki] [JavaRanch Radio]
|
 |
Lasse Koskela
author
Sheriff
Joined: Jan 23, 2002
Posts: 11945
|
|
|
If you're talking about an Ant script for building an application that uses Struts, there's really nothing special in it compared to an Ant script for any other J2EE web application. You compile Java sources, copy files around the filesystem, build a WAR archive, and that's it. The only difference with using Struts is that you copy struts.jar and other dependencies into your .war file's WEB-INF/lib, struts-*.tld files and the Struts configuration files to WEB-INF, and the application.properties file to WEB-INF/classes/resources.
|
Author of Test Driven (Manning Publications, 2007) [Blog] [HowToAskQuestionsOnJavaRanch]
|
 |
 |
|
|
subject: sample build.xml file for Struts 1.1
|
|
|