Tuesday, April 03, 2007
M2 v 1.5.2 and M1 v 1.5.3 Available
So I finally got around to cleaning up some longstanding complaints. Here is the rundown:
Both plugins now support multiple compile targets:
* For Maven1 the google.webtoolkit.compiletarget can now be a comma separated list.
* For Maven2 you need to use the multiple parameter format:
/> /> /> />
The gwt:mergewebxml for Maven1 is problematic with multiple compile targets, however.
The pathing issue for windows users with spaces in the path to the Java executable is corrected.
The classpathing for the gwt:compile issue for dependencies in Maven 2 is corrected.
The classpathing issue for GWTTestCase in Maven 2 is *not* corrected. I will be looking into this this week.
The gwt:generateClientBeans has gotten a number of enhancements/bug fixes and should be significantly better.
Both plugins now support multiple compile targets:
* For Maven1 the google.webtoolkit.compiletarget can now be a comma separated list.
* For Maven2 you need to use the multiple parameter format:
/> /> /> />
The gwt:mergewebxml for Maven1 is problematic with multiple compile targets, however.
The pathing issue for windows users with spaces in the path to the Java executable is corrected.
The classpathing for the gwt:compile issue for dependencies in Maven 2 is corrected.
The classpathing issue for GWTTestCase in Maven 2 is *not* corrected. I will be looking into this this week.
The gwt:generateClientBeans has gotten a number of enhancements/bug fixes and should be significantly better.
Comments:
<< Home
We just added the dependency to the snapshot version of the plugin to our POM, however the path issue with Java (blank spaces in path) still does not appear to be fixed.
Post a Comment
<< Home