I hope that the research editor, how do I start a test Widget?
2010/10/25 蒋伟 <[email protected]>
> How to run the build.xml target "hosted_gwt"?
>
> <target name="hosted_gwt" depends="compile,proto_gwt_compile"
> description="Runs the hosted mode server, for debugging the GWT client in a
> JVM.">
> <java failonerror="true" fork="true"
> classname="com.google.gwt.dev.DevMode">
> <classpath>
> <pathelement location="proto_gwt_src"/>
> <pathelement location="src"/>
> <path refid="waveinabox.classpath"/>
> </classpath>
> <jvmarg value="-Xmx512M"/>
> <jvmarg
> value="-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=8001"/>
> <arg value="-noserver" />
> <arg line="-bindAddress 0.0.0.0" />
> <arg line="${gwt.args}"/>
> <arg value="org.waveprotocol.box.webclient.WebClientDev"/>
> </java>
> </target>
>
>
>
--
You received this message because you are subscribed to the Google Groups "Wave
Protocol" 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/wave-protocol?hl=en.