Re: help in build.xml

2008-08-26 Thread Nils-Helge Garli Hegvik
There's a lot of tutorials for building web applications with Eclipse if you do a google search. http://www.google.com/search?q=web+development+with+eclipse Nils-H On Tue, Aug 26, 2008 at 8:40 AM, Narasimha Raju Naidu <[EMAIL PROTECTED]> wrote: > thanks for your reply, > >i d

Re: help in build.xml

2008-08-25 Thread Narasimha Raju Naidu
thanks for your reply, i downloaded one file yesterday and edited according to my requirement. right now itz bulding my application. but there is no WEB-INF folder in that. is it must to run my application. still i am not able to run my application becoz i dont know where i sho

Re: help in build.xml

2008-08-25 Thread dynamicd
Heres my sample ..

Re: help in build.xml

2008-08-25 Thread Dave Newton
Wow. --- On Mon, 8/25/08, Jeni Mattews <[EMAIL PROTECTED]> wrote: > From: Jeni Mattews <[EMAIL PROTECTED]> > Subject: Re: help in build.xml > To: "Struts Users Mailing List" > Date: Monday, August 25, 2008, 9:49 AM > Dear Mr. Naidu, >   > Greetings! &

Re: help in build.xml

2008-08-25 Thread Jeni Mattews
Dear Mr. Naidu,   Greetings!   I am Jeni Mattews from Essex, UK. I am planning to launch a Jobs Search Engine (ex: www.simplyhired.com )   Can you help on this?   Thank you   Jeni --- On Mon, 8/25/08, Narasimha Raju Naidu <[EMAIL PROTECTED]> wrote: From: Narasimha Raju Naidu <[EMAIL PROTECTED]>

Re: help in build.xml

2008-08-25 Thread Stephan Schröder
why do you need a build.xml to run a struts2 application? Of course it's a good idea to use ant or maven2 as Build tools but it's not required. I uploaded a helloWorld.war (http://www.file-upload.net/download-1066806/struts2helloworld.war.html) which you can download and then import in Eclipse b

Re: help in build.xml

2008-08-25 Thread Dave Newton
--- On Mon, 8/25/08, Narasimha Raju Naidu wrote: > can any one help me how to develop build.xml on eclipse http://ant.apache.org/ IIRC current Eclipse builds have an Ant plugin by default. > and how to run a struts application on eclipse. http://www.eclipse.org/webtools/community/tutorials/Buil