forked from phoedos/pmd
*** empty log message ***
git-svn-id: https://pmd.svn.sourceforge.net/svnroot/pmd/trunk@770 51baf565-9d33-0410-a72c-fc3788e3496d
This commit is contained in:
@ -14,11 +14,7 @@
|
|||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="compile">
|
<target name="compile">
|
||||||
<javac deprecation="true"
|
<javac deprecation="true" debug="true" optimize="false" srcdir="${src}" destdir="${build}">
|
||||||
debug="true"
|
|
||||||
optimize="false"
|
|
||||||
srcdir="${src}"
|
|
||||||
destdir="${build}">
|
|
||||||
<classpath>
|
<classpath>
|
||||||
<pathelement location="${compiletimelibsdir}/jini-core.jar"/>
|
<pathelement location="${compiletimelibsdir}/jini-core.jar"/>
|
||||||
<pathelement location="${compiletimelibsdir}/jini-ext.jar"/>
|
<pathelement location="${compiletimelibsdir}/jini-ext.jar"/>
|
||||||
@ -28,7 +24,7 @@
|
|||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="rmic">
|
<target name="rmic">
|
||||||
<rmic base="${build}" classname="net.sourceforge.pmd.dcpd.JobAddedListener" >
|
<rmic base="${build}" debug="true" classname="net.sourceforge.pmd.dcpd.JobAddedListener" >
|
||||||
<classpath>
|
<classpath>
|
||||||
<pathelement location="${compiletimelibsdir}/jini-core.jar"/>
|
<pathelement location="${compiletimelibsdir}/jini-core.jar"/>
|
||||||
<pathelement location="${compiletimelibsdir}/jini-ext.jar"/>
|
<pathelement location="${compiletimelibsdir}/jini-ext.jar"/>
|
||||||
|
Reference in New Issue
Block a user