Zutil upgrade
This commit is contained in:
parent
52a2cb207f
commit
6f6a764f97
1 changed files with 20 additions and 20 deletions
40
build.xml
40
build.xml
|
|
@ -29,29 +29,29 @@
|
||||||
<fileset dir="${libDir}">
|
<fileset dir="${libDir}">
|
||||||
<include name="**/*.jar"/>
|
<include name="**/*.jar"/>
|
||||||
</fileset>
|
</fileset>
|
||||||
<pathelement location="${compileDir}" />
|
<pathelement location="${compileDir}" />
|
||||||
</path>
|
</path>
|
||||||
|
|
||||||
<path id="classpath.test">
|
<path id="classpath.test">
|
||||||
<pathelement location="${compileTestDir}" />
|
<pathelement location="${compileTestDir}" />
|
||||||
<!--include libraries used for building-->
|
<!--include libraries used for building-->
|
||||||
<path refid="classpath.build"/>
|
<path refid="classpath.build"/>
|
||||||
</path>
|
</path>
|
||||||
|
|
||||||
<!-- ________________________ EXECUTION TARGETS ________________________ -->
|
<!-- ________________________ EXECUTION TARGETS ________________________ -->
|
||||||
|
|
||||||
<target name="run" depends="package-all">
|
<target name="run" depends="package-all">
|
||||||
<java fork="true" failonerror="true" classname="se.hal.HalServer">
|
<java fork="true" failonerror="true" classname="se.hal.HalServer">
|
||||||
<classpath>
|
<classpath>
|
||||||
<pathelement path="${releaseDir}/${releaseJar}"/>
|
<pathelement path="${releaseDir}/${releaseJar}"/>
|
||||||
<pathelement path="${releaseDir}/plugins/*"/>
|
<pathelement path="${releaseDir}/plugins/*"/>
|
||||||
<pathelement path="${libDir}/*"/>
|
<pathelement path="${libDir}/*"/>
|
||||||
</classpath>
|
</classpath>
|
||||||
</java>
|
</java>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
<target name="debug-remote" depends="package">
|
<target name="debug-remote" depends="package">
|
||||||
<java fork="true" failonerror="true" classname="se.hal.HalServer">
|
<java fork="true" failonerror="true" classname="se.hal.HalServer">
|
||||||
<jvmarg value="-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005" />
|
<jvmarg value="-agentlib:jdwp=transport=dt_socket,server=y,suspend=n,address=5005" />
|
||||||
<classpath>
|
<classpath>
|
||||||
<pathelement path="${releaseDir}/${releaseJar}"/>
|
<pathelement path="${releaseDir}/${releaseJar}"/>
|
||||||
|
|
@ -113,7 +113,7 @@
|
||||||
|
|
||||||
<target name="build-dependencies">
|
<target name="build-dependencies">
|
||||||
<mkdir dir="${compileDir}" />
|
<mkdir dir="${compileDir}" />
|
||||||
<get src="http://ci.koc.se/jenkins/job/Zutil/180/artifact/se/koc/zutil/1.0.0-SNAPSHOT/zutil-1.0.0-SNAPSHOT.jar"
|
<get src="http://ci.koc.se/jenkins/job/Zutil/lastSuccessfulBuild/artifact/se/koc/zutil/1.0.2-230/zutil-1.0.2-230.jar"
|
||||||
dest="${libDir}" verbose="true" usetimestamp="true"/>
|
dest="${libDir}" verbose="true" usetimestamp="true"/>
|
||||||
</target>
|
</target>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue