You took the words out of my mouth, Wendy. ;-) Make sure your heap size parameters etc are accepted by Javac before attempting to run them in Maven. There are many "Maven errors" post in this list which are actually "Javac errors" due to bad params, params not supported in the version of the jdk you're using, etc.
Wayne On 11/29/07, Wendy Smoak <[EMAIL PROTECTED]> wrote: > On Nov 29, 2007 9:29 AM, Yan Huang <[EMAIL PROTECTED]> wrote: > > > It seems to me that maven (version 2.0.7) does not allow me to allocate more > > than 1024MB for max heap size and otherwise it aborts the build complaining > > it could not allocate the required heap size. Is it true? How can I get > > around it? I want to allocate 3G on a 32-bit machine though ... > > What error are you getting? Maven generally just constructs > command-line executions of java, so I suspect that it's the JVM > complaining about the options when it tries to start up, not Maven. > > -- > Wendy > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]