I2P Address: [http://git.idk.i2p]

Skip to content
Snippets Groups Projects
Commit 57b9c406 authored by jrandom's avatar jrandom Committed by zzz
Browse files

need the jettylib to build the war

parent caaadd63
No related branches found
No related tags found
No related merge requests found
...@@ -4,6 +4,7 @@ ...@@ -4,6 +4,7 @@
<target name="build" depends="builddep, jar" /> <target name="build" depends="builddep, jar" />
<target name="builddep"> <target name="builddep">
<ant dir="../../ministreaming/java/" target="build" /> <ant dir="../../ministreaming/java/" target="build" />
<ant dir="../../jetty/" target="build" />
<!-- ministreaming will build core --> <!-- ministreaming will build core -->
</target> </target>
<target name="compile"> <target name="compile">
...@@ -15,7 +16,7 @@ ...@@ -15,7 +16,7 @@
destdir="./build/obj" destdir="./build/obj"
classpath="../../../core/java/build/i2p.jar:../../ministreaming/java/build/mstreaming.jar" /> classpath="../../../core/java/build/i2p.jar:../../ministreaming/java/build/mstreaming.jar" />
</target> </target>
<target name="jar" depends="compile"> <target name="jar" depends="builddep, compile">
<jar destfile="./build/i2ptunnel.jar" basedir="./build/obj" includes="**/*.class"> <jar destfile="./build/i2ptunnel.jar" basedir="./build/obj" includes="**/*.class">
<manifest> <manifest>
<attribute name="Main-Class" value="net.i2p.i2ptunnel.I2PTunnel" /> <attribute name="Main-Class" value="net.i2p.i2ptunnel.I2PTunnel" />
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment