We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3a1c5cf commit 7e6b4c0Copy full SHA for 7e6b4c0
1 file changed
build.xml
@@ -56,7 +56,7 @@
56
57
<target name="run" depends="compile" description="Run the application.">
58
<java classname="${main.class}" classpath="${build.dir}/classes" fork="yes">
59
- <classpath refid="build.classpath"/>
+ <classpath refid="runtime.classpath"/>
60
<arg value="--name"/>
61
<arg value="Java"/>
62
</java>
@@ -66,7 +66,7 @@
66
description="Run the application in hotswap mode.">
67
<java classname="${main.class}" classpath="${build.dir}/classes"
68
fork="true">
69
70
<jvmarg line="-Xdebug -Xrunjdwp:transport=dt_socket,address=9000,server=y,suspend=n"/>
71
<arg value="--loop"/>
72
0 commit comments