Great, BTW, you are migrating from what? VELO
On Mon, Dec 8, 2008 at 9:51 AM, ddinger <[EMAIL PROTECTED]> wrote: > > Thanks for that tip. Now this project compiles as well ;-) > > Our buildmaster renamed these vars in order to be able to build maven1 > and maven2 projects in parallel. > So, I can continue my project migration now. > > > On 8 Dez., 11:27, "Marvin Froeder" <[EMAIL PROTECTED]> wrote: > > AFIK the env param is MAVEN_OPTS not M2_OPTS.... > > > > Can you try MAVEN_OPTS=-Xmx512m ? > > > > At least that is what I have and it works here. > > > > VELO > > > > On Mon, Dec 8, 2008 at 7:41 AM, ddinger <[EMAIL PROTECTED]> > wrote: > > > > > Hi, > > > > > Just tried 2.0M10 and it seems to solve my problem with the > > > unsupported file type ;-) > > > > > But: > > > > > When I try some other SWF project now I get the error below, even when > > > I give maven enough memory > > > M2_OPTS=-Xmx1024m > > > > > Regards, > > > Dirk > > > > > --------------------------- > > > > > java.lang.OutOfMemoryError: Java heap space > > > at macromedia.abc.AbcParser.methodTrait(AbcParser.java:550) > > > at macromedia.abc.AbcParser.methodTrait(AbcParser.java:516) > > > at macromedia.abc.AbcParser.parseTraits(AbcParser.java:1130) > > > at macromedia.abc.AbcParser.classTrait(AbcParser.java:1064) > > > at macromedia.abc.AbcParser.parseTraits(AbcParser.java:1144) > > > at macromedia.abc.AbcParser.parseScript(AbcParser.java:1197) > > > at macromedia.abc.AbcParser.parseAbc(AbcParser.java:108) > > > at flex2.compiler.abc.Compiler.parse1(Compiler.java:179) > > > at flex2.compiler.API.parse1(API.java:2315) > > > at flex2.compiler.API.parse1(API.java:2268) > > > at flex2.compiler.API.batch2(API.java:369) > > > at flex2.compiler.API.batch(API.java:1117) > > > at flex2.compiler.API.compile(API.java:1290) > > > at flex2.tools.oem.Application.compile(Application.java:1074) > > > at flex2.tools.oem.Application.recompile(Application.java: > > > 1026) > > > at flex2.tools.oem.Application.compile(Application.java:678) > > > at flex2.tools.oem.Application.build(Application.java:425) > > > at > > > info.rvin.mojo.flexmojo.compiler.AbstractFlexCompilerMojo.build > > > (AbstractFlexCompilerMojo.java:2062) > > > at > > > info.rvin.mojo.flexmojo.compiler.AbstractFlexCompilerMojo.run > > > (AbstractFlexCompilerMojo.java:1121) > > > at info.rvin.mojo.flexmojo.AbstractIrvinMojo.execute > > > (AbstractIrvinMojo.java:179) > > > at org.apache.maven.plugin.DefaultPluginManager.executeMojo > > > (DefaultPluginManager.java:451) > > > at > > > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals > > > (DefaultLifecycleExecutor.java:558) > > > at > > > > > > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle > > > (DefaultLifecycleExecutor.java:49 > > > 9) > > > at > > > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal > > > (DefaultLifecycleExecutor.java:478) > > > at > > > > > > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures > > > (DefaultLifecycleExecutor.jav > > > a:330) > > > at > > > org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments > > > (DefaultLifecycleExecutor.java:291) > > > at org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute > > > (DefaultLifecycleExecutor.java:142) > > > at org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java: > > > 336) > > > at org.apache.maven.DefaultMaven.execute(DefaultMaven.java: > > > 129) > > > at org.apache.maven.cli.MavenCli.main(MavenCli.java:287) > > > at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) > > > at sun.reflect.NativeMethodAccessorImpl.invoke > > > (NativeMethodAccessorImpl.java:39) > > > --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Flex Mojos" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/flex-mojos?hl=en?hl=en http://blog.flex-mojos.info/ -~----------~----~----~----~------~----~------~--~---
