Re: maven memory increase...

2003-09-18 Thread Luke Taylor
platform you're running on and what values you have for the heap sizes. Why don't you add a line to the script just before java is called and echo the value of MAVEN_OPTS? Luke. -- Luke Taylor. Monkey Machine Ltd. PGP Key ID: 0x57E9523Chttp

Re: maven memory increase...

2003-09-18 Thread Luke Taylor
encountered a separate problem with javadoc and have never had to set maven.javadoc.maxmemory so I'm not sure about that. Do you get the error when you start Maven or when it tries to generate the javadoc? -- Luke Taylor. Monkey Machine Ltd. PGP Key ID: 0x57E9523C

Re: maven memory increase...

2003-09-17 Thread Luke Taylor
the value directly in MAVEN_HOME/bin/maven. If you're on Windows and you have MAVEN_OPTS set correctly then it should work OK. Luke. -- Luke Taylor. Monkey Machine Ltd. PGP Key ID: 0x57E9523Chttp://www.monkeymachine.ltd.uk

Re: OutOfMemory Error

2003-08-26 Thread Luke Taylor
this is a minor bug. Luke. -- Luke Taylor. Monkey Machine Ltd. PGP Key ID: 0x57E9523Chttp://www.monkeymachine.ltd.uk - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: OutOfMemory Error

2003-08-26 Thread Luke Taylor
end up with MAVEN_OPTS = -Xmx500m -Xmx160m and I was assuming that the JVM might choose the second setting, thus making it impossible to override the heap size of 160m. -- Luke Taylor. Monkey Machine Ltd. PGP Key ID: 0x57E9523Chttp://www.monkeymachine.ltd.uk

Re: project.xml is a jelly script?

2003-08-16 Thread Luke Taylor
the standard artifact version stuff you mentioned cover this scenario? The dependency list is also useful high-level documentation on what is required for each component and how it works, but this information is lost if it is put in the parent file. Luke. -- Luke Taylor. Monkey

Re: project.xml is a jelly script?

2003-08-16 Thread Luke Taylor
Jason van Zyl wrote: On Sat, 2003-08-16 at 16:35, Luke Taylor wrote: Jason van Zyl wrote: Dependencies are inherited in an aggregate fashion. So if you have common dependencies then you can state them in a parent project. In much the same way the Jelly tag builds are setup. I did not wish

Re: project.xml is a jelly script?

2003-08-15 Thread Luke Taylor
to be inherited in any case, though that may not be the case with the current version of Maven. So in theory this should work OK. Luke. -- Luke Taylor. Monkey Machine Ltd. PGP Key ID: 0x57E9523Chttp://www.monkeymachine.ltd.uk

Re: J2EE project : EAR/WAR/JAR - web site generation

2003-08-08 Thread Luke Taylor
/repository The repository is now in the user's home directory by default, not MAVEN_HOME, but the information is there pretty much at the entry point in the documentation. Luke. -- Luke Taylor. Monkey Machine Ltd. PGP Key ID: 0x57E9523Chttp://www.monkeymachine.ltd.uk

Re: Dist plugin

2003-07-14 Thread Luke Taylor
it to include naything more than the src directory. Is there a section in project.xml where I can specify a directory and include path for this plugin ? TIA -- Luke Taylor. Monkey Machine Ltd. PGP Key ID: 0x57E9523Chttp://www.monkeymachine.ltd.uk

Re: Keeping your test source code in a separate, but parallel sourcetree

2003-07-14 Thread Luke Taylor
thing (not just for tests). -- Luke Taylor. Monkey Machine Ltd. PGP Key ID: 0x57E9523Chttp://www.monkeymachine.ltd.uk - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

Re: nested errors

2003-07-03 Thread Luke Taylor
servlet classes) or you can download the version of Sun's j2ee implementation you want and put it in your local repository. Also, why are you bundling the J2EE classes in your war file? You shouldn't need to do that. -- Luke Taylor. Monkey Machine Ltd. PGP Key ID: 0x57E9523C

Re: nested errors

2003-07-02 Thread Luke Taylor
org.apache.commons.jelly.tags.ant.AntTag - Class org.apache.commons.jelly.tags.core.WhenTag doesn't support the nested javac element. In general you should ignore them if nothing else appears to be wrong. I think someone has fixed the code recently to stop this happening. -- Luke Taylor. Monkey Machine Ltd

Re: nested errors

2003-07-02 Thread Luke Taylor
an older version of the servlet classes. Luke. -- Luke Taylor. Monkey Machine Ltd. PGP Key ID: 0x57E9523Chttp://www.monkeymachine.ltd.uk - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Unsatisfied dependencies for reactor dependencies in Beta 9

2003-07-01 Thread Luke Taylor
toplevel module part of the same reactor build if possible, extending all the project.xmls from a new root one. Luke. -- Luke Taylor. Monkey Machine Ltd. PGP Key ID: 0x57E9523Chttp://www.monkeymachine.ltd.uk

Re: Automatic Linking of tasks.xml doesn't seem to work.

2003-06-12 Thread Luke Taylor
directory but I can't seem to get it to work. any ideas? Just stick it in your navigation.xml file manually? e.g. menu name=Misc item name=Tasks href=/tasks.html/ /menu -- Luke Taylor. Monkey Machine Ltd. PGP Key ID: 0x57E9523Chttp