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