RE: Struts application WAR file creation.

2006-02-09 Thread George.Dinwiddie
[EMAIL PROTECTED] asked: > > How do I add war task in Ant build file from eclipse ? There is an ant buildfile editor in Eclipse and the ant manual describes the war task. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona

RE: Struts application WAR file creation.

2006-02-09 Thread digant . k . joshi
How do I add war task in Ant build file from eclipse ? <[EMAIL PROTECTED]> 02/09/2006 02:07 PM Please respond to "Struts Users Mailing List" To: cc: Subject: RE: Struts application WAR file creation. [EMAIL PROTECTED] asked: >

RE: Struts application WAR file creation.

2006-02-09 Thread George.Dinwiddie
[EMAIL PROTECTED] asked: > What's other manual way to create WAR file, which is > deployable on > any Tomcat instance ? Look at the 'war' task in ant. - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

AW: Struts application WAR file creation.

2006-02-09 Thread Martin Kindler
You can set it in the project properties, which you find parallel to the Tomcat submenu). Martin > -Ursprüngliche Nachricht- > Von: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Gesendet: Donnerstag, 9. Februar 2006 17:56 > An: Struts Users Mailing List > Betreff: Struts

Struts application WAR file creation.

2006-02-09 Thread digant . k . joshi
Hi! I have a Struts Application developed using Eclipse SDK 3.1.1 and Tomcat Plug-in 3.0.0 I have defined application root in eclipse while creating Tomcat Project as /dice. In eclipse workspace I see all jsp/lib/classes/ folders are all under /dice directory. Ho