Re: Building and running?

2006-10-19 Thread Philippe Faes
Thanks Jesse, One more thing: the ouput of mvn clean install will only end up in build.log if you send it there yourself: mvn clean install | tee result.log. grtz Philippe The output of the build will be in build.log. On Wed, 2006-10-18 at 11:58 -0500, Jesse McConnell wrote: readme is

Re: Building and running?

2006-10-18 Thread Philippe Faes
Could somebody please insert those few lines of text in README.txt? It is nice if new people can check out the source, and start compiling without browsing the mailing lists first. cheers Philippe On Tue, 2006-09-26 at 12:31 +1000, Brett Porter wrote: mvn clean install take the WAR from

Building and running?

2006-09-25 Thread David Blevins
So the README.txt is obviously out of date. What's the status on building and starting up a continuum server? -David

Re: Building and running?

2006-09-25 Thread Brett Porter
mvn clean install take the WAR from continuum-webapp and deploy it, or cd continuum- webapp and mvn jetty:run. Cheers, Brett On 26/09/2006, at 11:43 AM, David Blevins wrote: So the README.txt is obviously out of date. What's the status on building and starting up a continuum server?