You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@rem This is the env var that sbfit uses to find the sbconf
set STREAMBASE_CONFIG=sbd.sbconf
set FIT_PORT=8080
set SBFIT=java-bin
set SBUNIT_EXT=lib\sbunit-ext
set SBUNIT_EXT_JARS=%SBUNIT_EXT%\build\sbunit-ext.jar;%SBUNIT_EXT%\lib\gson-1.7.1.jar
echo Running ant build to pick up any java source changes
set CLASSPATH=
call ant
mkdir build\sbars
set CLASSPATH="%SBFIT%;lib\fitnesse-20101101.jar;lib\fitlibrary.jar;%STREAMBASE_HOME%\lib\sbclient.jar;%STREAMBASE_HOME%\lib\junit.jar;%STREAMBASE_HOME%;lib\sbtest-unit.jar;%SBUNIT_EXT_JARS%"