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

Skip to content
Snippets Groups Projects
Commit ec22ba32 authored by hypercubus's avatar hypercubus Committed by zzz
Browse files

'dist' target broken, fixed by adding prepWEB as a depend before buildWEB

parent 7fcc05c0
No related branches found
No related tags found
No related merge requests found
......@@ -13,7 +13,7 @@
<echo message=" prepWEB: pull down the Jetty libraries and whatever they depend on for the router console web application" />
<echo message=" buildWEB: build the router console web application (depends upon prepWEB)" />
</target>
<target name="dist" depends="distclean, build, buildWEB, javadoc" />
<target name="dist" depends="distclean, build, prepWEB, buildWEB, javadoc" />
<target name="build" depends="builddep, jar" />
<target name="buildclean" depends="distclean, build" />
<target name="builddep">
......
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