On Thursday, June 28, 2012 11:40:07 AM UTC+2, P.G.Taboada wrote:
>
> Hi,
>
> with the release GWT 2.5.0 RC1 release, I ran into the issue that I cannot 
> add a custom gwt compiler parameter in my pom. At least I cannot find any 
> documentation showing how to do it.
>
> I would like to turn on the experimental closure compiler.
>
> Am I missing something?
>

No, there's no way to pass arguments that have not been exposed explicitly 
by the gwt-maven-plugin.

BTW, I just pushed 
enableClosureCompiler<https://github.com/gwt-maven-plugin/gwt-maven-plugin/commit/e9ca26c0dd60ac196dfb4390cf7352bd7f834821>,
 
so you can "mvn install" the plugin (or download the latest artifact from 
BuildHive<https://buildhive.cloudbees.com/job/gwt-maven-plugin/job/gwt-maven-plugin/24/org.codehaus.mojo$gwt-maven-plugin/>and
 deploy it in your repo) and start using it.
There are still a few open issues in the 
roadmap<http://jira.codehaus.org/browse/MGWT/fixforversion/17850>for the 
gwt-maven-plugin (and there are probably other issues we'd like to 
add there), but we might make the 2.5.0-rc1 release without waiting for all 
of them to be resolved.

If you wan't use a SNAPSHOT, then in the mean time you can switch to 
running the compiler with the exec-maven-plugin.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-web-toolkit/-/Gkn9XOh5DycJ.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to