view nbproject/ide-targets.xml @ 32:bdd1c8d6b560

Do not read EOF more than once, report unexpected EOF in function data.
author Mikhail Kryshen <mikhail@kryshen.net>
date Fri, 25 Sep 2009 02:37:16 +0400
parents
children
line source
1 <?xml version="1.0" encoding="UTF-8"?>
2 <project basedir=".." name="tema-IDE">
3 <import file="../build.xml"/>
4 <!-- TODO: edit the following target according to your needs -->
5 <!-- (more info: http://www.netbeans.org/kb/articles/freeform-config.html#debugj2se) -->
6 <target depends="compile" name="debug-nb">
7 <nbjpdastart addressproperty="jpda.address" name="tema" transport="dt_socket">
8 <classpath>
9 <pathelement location="${build}"/>
10 <path refid="project.libs"/>
11 </classpath>
12 </nbjpdastart>
13 <java classname="${main_class}" fork="true">
14 <classpath>
15 <pathelement location="${build}"/>
16 <path refid="project.libs"/>
17 </classpath>
18 <arg value="-demo"/>
19 <jvmarg value="-Xdebug"/>
20 <jvmarg value="-Xrunjdwp:transport=dt_socket,address=${jpda.address}"/>
21 </java>
22 </target>
23 </project>