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

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

change - now goes to root build dir and does 'ant build' to ensure

the required jars are present
parent de740b1d
No related branches found
No related tags found
No related merge requests found
...@@ -3,6 +3,11 @@ rem This makefile constructs the SAM Server i2psam.jar ...@@ -3,6 +3,11 @@ rem This makefile constructs the SAM Server i2psam.jar
rem Once you've built i2psam.jar, you'll need to copy it and rem Once you've built i2psam.jar, you'll need to copy it and
rem jython.jar into the main jars directory rem jython.jar into the main jars directory
@echo Ensuring i2p jars are built
cd ..\..\..\..
ant build
cd apps\sam\jython\build
@echo Building i2psam.jar @echo Building i2psam.jar
@echo on @echo on
set CLASSPATH=..\..\..\..\build\i2p.jar;..\..\..\..\build\mstreaming.jar set CLASSPATH=..\..\..\..\build\i2p.jar;..\..\..\..\build\mstreaming.jar
......
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