fixes for building, handling tools.jar

This commit is contained in:
benfry
2008-03-12 17:06:49 +00:00
parent 7d13b9d5f6
commit 689ef80157
3 changed files with 5 additions and 1 deletions
+2
View File
@@ -24,6 +24,8 @@ rm -rf processing-*
# use 'shared' files as starting point
cp -r ../shared processing
# tools.jar not needed on osx
rm -f processing/lib/tools.jar
# add the libraries folder with source
cp -r ../../net processing/libraries/
+2
View File
@@ -19,6 +19,8 @@ else
BUILD_PREPROC=true
cp -r ../shared work
# tools.jar not needed on osx
rm -f work/lib/tools.jar
rm -rf work/.svn
# needs to make the dir because of packaging goofiness
+1 -1
View File
@@ -170,7 +170,7 @@ CLASSPATH="..\\build\\windows\\work\\lib\\core.jar;..\\build\\windows\\work\\lib
# compile the code as java 1.3, so that the application will run and
# show the user an error, rather than crapping out with some strange
# "class not found" crap
../build/windows/work/jikes -target 1.3 +D -classpath "$CLASSPATH;..\\build\\windows\\work/classes" -d ..\\build\\windows\\work/classes src/processing/app/*.java src/processing/app/debug/*.java src/processing/app/debug/gui/*.java src/processing/app/preproc/*.java src/processing/app/syntax/*.java src/processing/app/tools/*.java src/antlr/*.java src/antlr/java/*.java
../build/windows/work/jikes -target 1.3 +D -classpath "$CLASSPATH;..\\build\\windows\\work/classes" -d ..\\build\\windows\\work/classes src/processing/app/*.java src/processing/app/debug/*.java src/processing/app/preproc/*.java src/processing/app/syntax/*.java src/processing/app/tools/*.java src/antlr/*.java src/antlr/java/*.java
#/cygdrive/c/jdk-1.4.2_05/bin/javac.exe -classpath $CLASSPATH -d ..\\build\\windows\\work/classes *.java jeditsyntax/*.java preprocessor/*.java
cd ../build/windows/work/classes