maven.bat and -Xmx, remove MAVEN_DEFAULT_OPTS?

2003-06-02 Thread Vincent Massol
Hi, I've noticed we've hard coded the jvm max memory to: SET MAVEN_DEFAULT_OPTS="-Xmx160m" I need to adjust this memory to a greater value and I think it would be nice to let users do this *without* having to modify the maven.bat file every time a new version of maven is downloaded. I suggest r

Re: cvs commit: maven/src/plugins-build/repository/src/plugin-resourcesrepository-audit.xml

2003-06-02 Thread Ben Walding
The license is inside the zip file. I'll update the repo.xml tonight. I've put all the licenses onto ibiblio in the appropriate place. [EMAIL PROTECTED] wrote: Hey Ben, where's the license URL? i.e. contents? -- dIon Gillard, Multitask Consulting Blog: http://www.freeroller.net/page/dion

Re: cvs commit: maven/src/plugins-build/repository/src/plugin-resourcesrepository-audit.xml

2003-06-02 Thread dion
Hey Ben, where's the license URL? i.e. contents? -- dIon Gillard, Multitask Consulting Blog: http://www.freeroller.net/page/dion/Weblog Work: http://www.multitask.com.au [EMAIL PROTECTED] wrote on 01/06/2003 08:30:11 PM: > bwalding2003/06/01 03:30:11 > > Modified:src/plugi

Re: Unable to build Linkcheck on OS/X

2003-06-02 Thread Mike Bowler
Ben Walding wrote: This typically is not the fault of LinkCheck. You can remove the LinkCheck dir and it will just fail on the next one. That's the behaviour I was expecting but is not actually what happens. I deleted the linkcheck directory and the bootstrap build completed successfully. Unles

Re: Unable to build Linkcheck on OS/X

2003-06-02 Thread Ben Walding
This typically is not the fault of LinkCheck. You can remove the LinkCheck dir and it will just fail on the next one. Typically it is caused by running out of memory (I couldn't bootstrap until I added 1000M of VM to my box). Later builds increase the memory, but if your OS doesn't have it ava

RE: Hibernate plugin (was basic forrest plugin for maven)

2003-06-02 Thread Michal Maczka
Hi Ben! I am bit stacked with Hibernate plugin as a) Hibernate API is very locked and only way to communicate with it is to use main method. b) my knowledge and experience with Hibernate is limited So please feel free to add anything you might find useful to this plugin. As I wrote before: I per

Unable to build Linkcheck on OS/X

2003-06-02 Thread Mike Bowler
Trying to build the LinkCheck plugin (from cvs) on OS/X results in a "Bus error" which terminates the build. As a result, I can't run the bootstrap build at all. I'm not entirely sure what a bus error is but some google searches would indicate that it's usually a problem with the JVM itself.