Thomas Broyer,
Thanks for your response.  I have added the jvmArgs and systemProperties to 
the plugin as mentioned below:

<plugin>

<groupId>net.ltgt.gwt.maven</groupId>

<artifactId>gwt-maven-plugin</artifactId>

<version>1.1.0</version>

<executions>

<execution>

<goals>

<goal>compile</goal>

</goals>

</execution>

</executions>

<configuration>

<moduleName>com.medhok.mm.OEV</moduleName>

<failOnError>true</failOnError>

<!-- GWT compiler 2.8 and above requires 1.8, hence define sourceLevel here 
if you use

a different source language for java compilation -->

<sourceLevel>1.8</sourceLevel>

<!-- Compiler configuration -->

<compilerArgs>

<!-- Ask GWT to create the Story of Your Compile (SOYC) (gwt:compile) -->

<arg>-compileReport</arg>

<!--<arg>-XcompilerMetrics</arg>-->

</compilerArgs>

<jvmArgs>

<arg>-Xmx7G</arg>

<arg>-XX:+UseG1GC</arg>

</jvmArgs>

<systemProperties>

<gwt.user.agent>${gwt.compile.user.agent}</gwt.user.agent>

</systemProperties>

<!-- DevMode configuration -->

<warDir>${project.build.directory}/${project.build.finalName}</warDir>

<classpathScope>compile+runtime</classpathScope>

<!-- URL(s) that should be opened by DevMode (gwt:devmode). -->

<startupUrls>

<startupUrl>index.html</startupUrl>

</startupUrls>

</configuration>

</plugin>
Now, It's hanged on Compiling Permutations 0..

Please let me know what's the wrong in the configuration.
On Thursday, November 14, 2024 at 7:04:07 PM UTC-5 Thomas Broyer wrote:

> On Thursday, November 14, 2024 at 4:34:40 PM UTC+1 [email protected] 
> wrote:
>
> @Thomas Broyer,
>
> What will be the equivalent argument for the following in the new plugin:
> <extraJvmArgs>-Xmx7G -XX:+UseG1GC 
> -Dgwt.user.agent=${gwt.compile.user.agent}</extraJvmArgs>
> Thanks.
>
>
> <jvmArgs> and <systemProperties> 
> https://tbroyer.github.io/gwt-maven-plugin/compile-mojo.html
>
> <jvmArgs>
>   <arg>-Xmx7G</arg>
>   <arg>-XX:+UseG1GC</arg>
> </jvmArgs>
> <systemProperties>
>   <gwt.user.agent>${gwt.compile.user.agent}</gwt.user.agent>
> </systemProperties>
>
>

-- 
You received this message because you are subscribed to the Google Groups "GWT 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion visit 
https://groups.google.com/d/msgid/google-web-toolkit/92e4ded2-576b-48ec-bba4-f11b238c0f78n%40googlegroups.com.

Reply via email to