Hi folks,
I want to use the GWT-Toolkit in a project. My IDE is Eclipse 3.4. I
have to start the app via an ant-script. I tried to start debugging,
but that didn't work. I can't find any links in the web for remote-
debugging on the jetty using eclipse, gwt and ant.
<cite of script>
<target name="war_run_hosted" description="Run hosted mode"
depends="war_gwt_compile">
<java failonerror="true" fork="true"
classname="com.google.gwt.dev.HostedMode" maxmemory="1524M">
<classpath>
<pathelement location="src/server/java"/>
<pathelement location="lib"/>
<path refid="project.class.path"/>
</classpath>
<jvmarg value="-Xmx512M"/>
<jvmarg value="-
Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=4000"/>
<jvmarg value="-Xdebug"/>
<jvmarg value="-Xnoagent"/>
<jvmarg value="-Djava.compiler=NONE"/>
<arg value="-startupUrl"/>
<arg value="TestCase.html"/>
<!-- Additional arguments like -style PRETTY or -logLevel DEBUG
-->
<arg line = "${gwt.modules}"/>
</java>
</target>
</project>
<cite/>
wBR, the firefighter
--
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.