|
|
@ -91,12 +91,27 @@ |
|
|
|
</target> |
|
|
|
|
|
|
|
<target name="create_run_jar_tcptimecounterserver"> |
|
|
|
<path id="build.classpath"> |
|
|
|
<fileset dir="${dir.buildfile}/lib-aws"> |
|
|
|
<include name="*.jar" /> |
|
|
|
</fileset> |
|
|
|
</path> |
|
|
|
|
|
|
|
<pathconvert property="mf.classpath" pathsep=" "> |
|
|
|
<path refid="build.classpath" /> |
|
|
|
<flattenmapper /> |
|
|
|
</pathconvert> |
|
|
|
|
|
|
|
<jar destfile="${dir.jarfile}/TCPTimeCounterServer.jar" filesetmanifest="mergewithoutmain"> |
|
|
|
<manifest> |
|
|
|
<attribute name="Main-Class" value="verteiltesysteme.aws.TCPTimeCounterServer" /> |
|
|
|
<attribute name="Class-Path" value="." /> |
|
|
|
<attribute name="Class-Path" value="${mf.classpath}" /> |
|
|
|
</manifest> |
|
|
|
<fileset dir="${dir.buildfile}/bin" /> |
|
|
|
<fileset dir="${dir.buildfile}/lib-aws"> |
|
|
|
<include name="*.jar" /> |
|
|
|
</fileset> |
|
|
|
<!--<zipgroupfileset dir="${dir.buildfile}/lib-aws" includes="*.jar" />--> |
|
|
|
</jar> |
|
|
|
</target> |
|
|
|
|
|
|
|