Re: Compile, build and prepare Webapp for Tomcat in command line

2011-11-02 Thread Pid *
On 1 Nov 2011, at 11:34, Léa Massiot lmhe...@orange.fr wrote: @Christopher : Thank you for your answer. I wouldn't mind using Maven instead of Ant... yet it doesn't look like I can a find a nice and simple (hello world) example to get started with it (like the one I found for Ant, cf. the

Re: Compile, build and prepare Webapp for Tomcat in command line

2011-11-01 Thread Léa Massiot
@Christopher : Thank you for your answer. I wouldn't mind using Maven instead of Ant... yet it doesn't look like I can a find a nice and simple (hello world) example to get started with it (like the one I found for Ant, cf. the link in my previous post)... Actually, I managed to build my Webapp

Compile, build and prepare Webapp for Tomcat in command line

2011-10-31 Thread Léa Massiot
Hello, Thank you for reading my post. I am presently programming my Webapps inside Eclipse. I would like to automate the compiling and building of my source code. I need to know which javac, java (and maybe jar) commands I should run from a console to generate everything that is needed for my

Re: Compile, build and prepare Webapp for Tomcat in command line

2011-10-31 Thread Jürgen Link
Hi Léa, although it's pretty straight-forward to compile and package all the stuff you need inside your web application, I'd rather recommend looking into maven. It's an excellent project management tool (at least from my point of view) which supports exactly what you asked for. By default, it

Re: Compile, build and prepare Webapp for Tomcat in command line

2011-10-31 Thread Tim Watts
On Mon, 2011-10-31 at 08:17 -0700, Léa Massiot wrote: Hello, Thank you for reading my post. I am presently programming my Webapps inside Eclipse. I would like to automate the compiling and building of my source code. I need to know which javac, java (and maybe jar) commands I should run

Re: Compile, build and prepare Webapp for Tomcat in command line

2011-10-31 Thread Léa Massiot
@Jürgen : Thank you for advising me to use Maven. @Tim : Thank you for advising me to use Ant. I have been following the following tutorial to get introduced to Ant: http://ant.apache.org/manual/tutorial-HelloWorldWithAnt.html I think it's a good one. Now, I am going to have to do something

Re: Compile, build and prepare Webapp for Tomcat in command line

2011-10-31 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Léa, On 10/31/2011 12:55 PM, Léa Massiot wrote: @Jürgen : Thank you for advising me to use Maven. @Tim : Thank you for advising me to use Ant. I have been following the following tutorial to get introduced to Ant:

Re: Compile, build and prepare Webapp for Tomcat in command line

2011-10-31 Thread Terence M. Bandoian
On 1:59 PM, Léa Massiot wrote: @Jürgen : Thank you for advising me to use Maven. @Tim : Thank you for advising me to use Ant. I have been following the following tutorial to get introduced to Ant: http://ant.apache.org/manual/tutorial-HelloWorldWithAnt.html I think it's a good one. Now, I am