RE: Genapp goal

2003-11-04 Thread Sri Sankaran
> -Original Message- > From: Vikas Phonsa [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 04, 2003 6:05 PM > To: 'Maven Users List' > Subject: Genapp goal > > Hi guys, > > How do u specify the destination directory for the genapp goal. I mean if > I'm running maven in directory A bu

RE: Genapp goal

2003-11-04 Thread Yoway . Buorn
I'm not quite sure how you can specify a directory for genapp to generate a project in, but I have been modifying the template myself so I can help you with that. Inside your local Maven home directory just create a directory called "template". Then in there you make a directory for each template

Genapp goal

2003-11-04 Thread Vikas Phonsa
Hi guys, How do u specify the destination directory for the genapp goal. I mean if I'm running maven in directory A but want the generated project to be placed in directory B, how do I specify that. Also what would be required to change the template used by genapp. Right now the default template

RE: Valid website? Bug submission?

2003-11-04 Thread Brett Porter
HTML validator only gives one error: http://validator.w3.org/check?uri=http%3A%2F%2Fmaven.apache.org&charset=%28d etect+automatically%29&doctype=XHTML+1.0+Transitional Which is because anchors have spaces in them. I've filed a bug, but this is something all browsers support that I've seen so its o

RE: Memory error

2003-11-04 Thread Heiko Kundlacz
You should check the Sun website for configuring the garbage collector. If memory is reserved once, you can't get it free. Check for Xmx and Xms parameter. There are also parameters for older and younger segments and the ratio of it. You should also change the minimum amount of memory that shoul

Memory error

2003-11-04 Thread nick.giles
I'm running Maven on a reasonably large project, and when I generate the website (site:generate), the memory usage gets obscene. The PMD and Checkstyle plugins in particular seem to suck up huge amounts of memory, and then hold on to it. By the time velocity is transforming the documentation, 200M

RE: Sample multiproject setup?

2003-11-04 Thread Eric Pugh
Check out the Fulcrum project: http://jakarta.apache.org/turbine/fulcrum.. It uses the multiproject plugin... As does maven for the plugins site... Eric > -Original Message- > From: Darren Hartford [mailto:[EMAIL PROTECTED] > Sent: Tuesday, November 04, 2003 4:31 PM > To: Maven Users Li

Sample multiproject setup?

2003-11-04 Thread Darren Hartford
Hi all, I'm using Maven-1.0-rc1. I am trying to use the nice multiproject plugin as my project is a J2EE project and would like the different modules to be shown in each of their own respective website but still link back to the main site. The multiproject works for the most part, but in my ig

How can I tell if if a specific goal has been invoked when a preGoal/postGoal is called..

2003-11-04 Thread Eric Pugh
I have a postGoal to the clean that causes some of the properties used by the WAR plugin to be changed.. Which is fine when I invoke my code. However, I want to know whether to change the properties or not based on if a specific goal, war:war has been invoked or not.. So, if 'maven clean war' is

Re: Valid website? Bug submission?

2003-11-04 Thread Ben Walding
Surprisingly, most apache projects are hosted on apache.org domains. You have to be logged into jira to log issues. You can create an account via the interface. Cameron Horn wrote: Leaving aside the depth or quality of currently available documentation, shouldn't the maven website be somethin

Valid website? Bug submission?

2003-11-04 Thread Cameron Horn
Leaving aside the depth or quality of currently available documentation, shouldn't the maven website be something approaching valid HTML? Bit embarrassing with maven claiming to be able to generate full websites. Not to mention being hosted on apache.org. Secondly, am I missing something with