Re: Out of mermory

2004-08-23 Thread mruff
Hi Massimo yep, there is a property: MAVEN_OPTS My build scripts loos like: set MAVEN_OPTS=-Xmx1024m call maven -Dversion=development on windows or export MAVEN_OPTS=-Xmx1024m maven -Dversion=development on linux Hi, How do I resolve an out of memory when building a site. This is what I get on th

Re: try-catch jelly plugin

2004-03-30 Thread mruff
Hi Vinay, I'm looking for just such a plugin, could you make it public? that would be great thanks martin Hello all, I have written a small try-catch-finally java emulation for jelly. ... body .. .. do something here on exception ..

deploying web application

2004-03-29 Thread mruff
Hi, I want to deploy my weapplication with: tomcat:deploy the problem is that I do not know if the app is already existing or running etc. If the appliction is running then I get a: [deploy] FAIL - Application already exists at path ... I want to have a generic way to deploy my application in AN

Re: jar dependencies

2004-01-29 Thread mruff
Hi Jorge, you can do that with the reactor, building multiple projects with dependencies. have a look at the article at: http://www.theserverside.com/articles/article.jsp?l=MavenMagic martin Hello... I guess I'll ask a basic question, but I didn't find the doc explaining how to do it, and my ef

Re: postgoal problem

2004-01-29 Thread mruff
Hi Jefferson, Try "postGoal" instead of "postgoal". Jeff thanks, thats the solution, now it works !!! On Wed, 28 Jan 2004, at 13:58:06 [GMT +0100] mruff wrote: hi , if I run the following maven.xml with maven then the postgoal is executed first, I do not have

postgoal problem

2004-01-28 Thread mruff
hi , if I run the following maven.xml with maven then the postgoal is executed first, I do not have any idea why I would expect, when I call maven that the ctm-buildall goal is executed If I call maven ctm-generatedocs first multiproject is executed and then postgoal for ctm-generatedocs but the be

preGoal, attainGoal question

2004-01-21 Thread mruff
Hello, I'm new to maven. My intention is to checkout a project (scm:checkout-project) and the build it (site:generate) I wanted this to achive with the following maven.xml file: The problem now is the the scm:checkout-project is not exectued, and I