in
http://code.google.com/p/google-web-toolkit/source/browse/trunk/samples/dynatablerf/pom.xml
<configuration>
> <!-- URL that should be automatically opened in the GWT shell
> (gwt:run). -->
> <runTarget>DynaTableRf.html</runTarget>
> <!-- Ask GWT to create the Story of Your Compile (SOYC)
> (gwt:compile) -->
> <compileReport>true</compileReport>
> <module>com.google.gwt.sample.dynatablerf.DynaTableRf</module>
> <logLevel>INFO</logLevel>
> <style>${gwt.style}</style>
>
> <copyWebapp>true</copyWebapp>
> </configuration>
>
why the pom.xml has no need to state the goal for run, compile but just
insert parameter?
http://mojo.codehaus.org/gwt-maven-plugin/run-mojo.html
Also, if I don't want to use the gwt shell, but use normal IE, need change
in this segment?
in fact, I am not familiar with the configuration segment, any good
reference (it mention gwt-maven-plugin but I cannot found how it is used)
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" 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/google-web-toolkit?hl=en.