[Jsxe-cvs] SF.net SVN: jsxe: [1029] trunk/jsxe/build.xml
Status: Inactive
Brought to you by:
ian_lewis
From: <ian...@us...> - 2006-07-20 14:59:29
|
Revision: 1029 Author: ian_lewis Date: 2006-07-20 07:59:22 -0700 (Thu, 20 Jul 2006) ViewCVS: http://svn.sourceforge.net/jsxe/?rev=1029&view=rev Log Message: ----------- Added target for running jsXe in debug mode Modified Paths: -------------- trunk/jsxe/build.xml Modified: trunk/jsxe/build.xml =================================================================== --- trunk/jsxe/build.xml 2006-07-12 22:21:07 UTC (rev 1028) +++ trunk/jsxe/build.xml 2006-07-20 14:59:22 UTC (rev 1029) @@ -218,6 +218,14 @@ </java> </target> <!-- }}} --> + <!-- {{{ ============ Run the program in debug mode ==================== --> + <target depends="compile" name="debug" description="run jsXe in debug mode"> + <java fork="true" classname="${main.class}"> + <classpath refid="run-classpath"/> + <arg value="--debug"/> + </java> + </target> + <!-- }}} --> <!-- {{{ ============ Prepares for a build ============================= --> <target depends="init" name="prepare-build"> <!-- lib --> This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |