strange, you can increase the memory allocation for maven build processes..
You can see here (5 sec google)
http://www.nabble.com/How-can-I-set-maven-memory-size--td24384381.html

2009/7/13 Michael Würtinger <wuertin...@cip.ifi.lmu.de>

> Hi folks,
>
> I already added my projects to the wicketstuff-core/pom.xml:
>
> <module>flot-parent</module>
> <module>ddcalendar-parent</module>
>
> Is this sufficient?
>
> My goal is that my projects appear in the wicketstuff maven repository.
>
> Btw. I'm unable to build the wicketstuff-core project. I always get:
>
>
>
> Failure executing javac, but could not parse the error:
>
> The system is out of resources.
> Consult the following stack trace for details.
> java.lang.OutOfMemoryError: PermGen space
>        at java.lang.ClassLoader.defineClass1(Native Method)
>        at java.lang.ClassLoader.defineClass(ClassLoader.java:621)
>        at
> java.security.SecureClassLoader.defineClass(SecureClassLoader.java:124)
>        at java.net.URLClassLoader.defineClass(URLClassLoader.java:260)
>        at java.net.URLClassLoader.access$000(URLClassLoader.java:56)
>        at java.net.URLClassLoader$1.run(URLClassLoader.java:195)
>        at java.security.AccessController.doPrivileged(Native Method)
>        at java.net.URLClassLoader.findClass(URLClassLoader.java:188)
>        at
>
> org.codehaus.plexus.compiler.javac.IsolatedClassLoader.loadClass(IsolatedClassLoader.java:56)
>        at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:320)
>        at com.sun.tools.javac.comp.Enter.<init>(Enter.java:106)
>        at com.sun.tools.javac.comp.Enter.instance(Enter.java:97)
>        at com.sun.tools.javac.comp.MemberEnter.<init>(MemberEnter.java:75)
>        at
> com.sun.tools.javac.comp.MemberEnter.instance(MemberEnter.java:68)
>        at com.sun.tools.javac.comp.Attr.<init>(Attr.java:86)
>        at com.sun.tools.javac.comp.Attr.instance(Attr.java:74)
>        at com.sun.tools.javac.comp.Annotate.<init>(Annotate.java:52)
>        at com.sun.tools.javac.comp.Annotate.instance(Annotate.java:36)
>        at com.sun.tools.javac.jvm.ClassReader.<init>(ClassReader.java:215)
>        at
> com.sun.tools.javac.jvm.ClassReader.instance(ClassReader.java:168)
>        at
> com.sun.tools.javac.main.JavaCompiler.<init>(JavaCompiler.java:293)
>        at
> com.sun.tools.javac.main.JavaCompiler.instance(JavaCompiler.java:72)
>        at com.sun.tools.javac.main.Main.compile(Main.java:340)
>        at com.sun.tools.javac.main.Main.compile(Main.java:279)
>        at com.sun.tools.javac.main.Main.compile(Main.java:270)
>        at com.sun.tools.javac.Main.compile(Main.java:87)
>        at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>        at
>
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
>        at
>
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
>        at java.lang.reflect.Method.invoke(Method.java:597)
>        at
>
> org.codehaus.plexus.compiler.javac.JavacCompiler.compileInProcess(JavacCompiler.java:420)
>        at
>
> org.codehaus.plexus.compiler.javac.JavacCompiler.compile(JavacCompiler.java:141)
>
>
>
>
> Best regards,
> Michael
>
> On Monday 13 July 2009 09:14:36 nino martinez wael wrote:
> > Hi Michael
> >
> > Your projects have been added as you mention, are you talking about the
> > maven repo? If so, the easiest thing would be add your project to the
> > wicketstuff core project, if your project are compliant. Otherwise you
> need
> > to get your project added to the wicketstuff teamserver, so that it
> builds
> > and deploys on the repo.
> >
> > 2009/7/12 Michael Würtinger <wuertin...@cip.ifi.lmu.de>
> >
> > > Hi folks,
> > >
> > > I just added the ddcalendar project, which provides a calendar capable
> of
> > > scheduling items using drag and drop, to the wicket-stuff subversion
> > > repository.
> > >
> > > As already mentioned in the last eMail, my Sourceforge, TeamCity and
> Jira
> > > account is "mwuertinger".
> > >
> > > Please tell me what I have to do next, to get my projects into
> > > wicketstuff. Thanks!
> > >
> > > Best regards,
> > > Michael Würtinger
>

Reply via email to