From d3ad111b85c9ff19e52029996ce652ad5da8806c Mon Sep 17 00:00:00 2001 From: aum <aum> Date: Mon, 12 Apr 2004 06:41:24 +0000 Subject: [PATCH] change - now goes to root build dir and does 'ant build' to ensure the required jars are present --- apps/sam/jython/build/build.bat | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/apps/sam/jython/build/build.bat b/apps/sam/jython/build/build.bat index 96971b79dd..8df7db7210 100644 --- a/apps/sam/jython/build/build.bat +++ b/apps/sam/jython/build/build.bat @@ -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 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 on set CLASSPATH=..\..\..\..\build\i2p.jar;..\..\..\..\build\mstreaming.jar -- GitLab