Open GoogleCodeExporter opened 9 years ago
I've located the bug and fixed locally, can someone in GWT confirm and
patch "com\totsp\gwt\maven-googlewebtoolkit2-plugin\2.0-RC1"
Offending file is
http://code.google.com/p/gwt-maven/source/browse/trunk/maven-googlewebtoolkit2-
plugin/src/main/java/com/totsp/mavenplugin/gwt/scripting/ScriptWriterUnix16.java
line number 191
code should be
for (String target : mojo.getCompileTarget()) {
writer.print(target + " ");
}
Original comment by knight...@gmail.com
on 3 Jul 2009 at 6:24
Original issue reported on code.google.com by
knight...@gmail.com
on 3 Jul 2009 at 2:54