mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
fix for alternate itext filename
This commit is contained in:
+1
-1
@@ -162,7 +162,7 @@ cp library/opengl.jar $LIBRARIES/opengl/library/
|
||||
# PDF LIBRARY
|
||||
echo Building PDF library...
|
||||
cd ../pdf
|
||||
$JIKES -target 1.1 +D -classpath "library/itext-1.3.jar:$CLASSPATH" -d . *.java
|
||||
$JIKES -target 1.1 +D -classpath "library/itext.jar:$CLASSPATH" -d . *.java
|
||||
rm -f library/pdf.jar
|
||||
zip -r0q library/pdf.jar processing
|
||||
rm -rf processing
|
||||
|
||||
@@ -198,7 +198,7 @@ cp library/opengl.jar $LIBRARIES/opengl/library/
|
||||
# PDF LIBRARY
|
||||
echo Building PDF library...
|
||||
cd ../pdf
|
||||
$JIKES -target 1.1 +D -classpath "library/itext-1.3.jar:$CLASSPATH" -d . *.java
|
||||
$JIKES -target 1.1 +D -classpath "library/itext.jar:$CLASSPATH" -d . *.java
|
||||
rm -f library/pdf.jar
|
||||
zip -r0q library/pdf.jar processing
|
||||
rm -rf processing
|
||||
|
||||
@@ -222,7 +222,7 @@ cp library/opengl.jar $LIBRARIES/opengl/library/
|
||||
# PDF LIBRARY
|
||||
echo Building PDF library...
|
||||
cd ../pdf
|
||||
$JIKES -target 1.1 +D -classpath "library\\itext-1.3.jar;$CLASSPATH" -d . *.java
|
||||
$JIKES -target 1.1 +D -classpath "library\\itext.jar;$CLASSPATH" -d . *.java
|
||||
rm -f library/pdf.jar
|
||||
zip -r0q library/pdf.jar processing
|
||||
rm -rf processing
|
||||
|
||||
Reference in New Issue
Block a user