mirror of
https://github.com/processing/processing4.git
synced 2026-02-10 17:19:25 +01:00
added make for particles lib, also notes to bugs.txt
This commit is contained in:
@@ -131,6 +131,17 @@ mkdir -p ../../build/linux/work/libraries/net/library/
|
||||
cp library/net.jar ../../build/linux/work/libraries/net/library/
|
||||
|
||||
|
||||
# PARTICLES LIBRARY
|
||||
echo Build particles library...
|
||||
cd ../../lib/particles
|
||||
../../build/linux/work/jikes +D -d . *.java
|
||||
rm -f library/particles.jar
|
||||
zip -r0q library/particles.jar simong
|
||||
rm -rf simong
|
||||
mkdir -p ../../build/linux/work/libraries/particles/library/
|
||||
cp library/particles.jar ../../build/linux/work/libraries/particles/library/
|
||||
|
||||
|
||||
cd ../../build/linux
|
||||
|
||||
|
||||
|
||||
@@ -156,5 +156,16 @@ mkdir -p ../../build/macosx/work/libraries/video/library/
|
||||
cp library/video.jar ../../build/macosx/work/libraries/video/library/
|
||||
|
||||
|
||||
# PARTICLES LIBRARY
|
||||
echo Build particles library...
|
||||
cd ../../lib/particles
|
||||
../../build/macosx/work/jikes +D -d . *.java
|
||||
rm -f library/particles.jar
|
||||
zip -r0q library/particles.jar simong
|
||||
rm -rf simong
|
||||
mkdir -p ../../build/macosx/work/libraries/particles/library/
|
||||
cp library/particles.jar ../../build/macosx/work/libraries/particles/library/
|
||||
|
||||
|
||||
echo
|
||||
echo Done.
|
||||
@@ -146,6 +146,14 @@ QUICKTIME FOR JAVA / VIDEO PROBLEMS
|
||||
you can also upgrade to maosx 10.3.x (panther) which doesn't have
|
||||
this problem.
|
||||
|
||||
- mac os x.. if you get the following error:
|
||||
Exception in thread "main" java.lang.NoClassDefFoundError:
|
||||
com/apple/mrj/macos/carbon/CarbonLock
|
||||
then it means you need to update and/or reinstall quicktime. there
|
||||
was some monkey business about quicktime for java updates being out
|
||||
of sync with the java vm releases, and this is one of the leftovers
|
||||
of that scenario. blame canada. blame apple.
|
||||
|
||||
|
||||
..................................................................
|
||||
|
||||
|
||||
@@ -177,3 +177,14 @@ zip -r0q library/video.jar processing
|
||||
rm -rf processing
|
||||
mkdir -p ../../build/windows/work/libraries/video/library/
|
||||
cp library/video.jar ../../build/windows/work/libraries/video/library/
|
||||
|
||||
|
||||
# PARTICLES LIBRARY
|
||||
echo Build particles library...
|
||||
cd ../../lib/particles
|
||||
../../build/windows/work/jikes +D -d . *.java
|
||||
rm -f library/particles.jar
|
||||
zip -r0q library/particles.jar simong
|
||||
rm -rf simong
|
||||
mkdir -p ../../build/windows/work/libraries/particles/library/
|
||||
cp library/particles.jar ../../build/windows/work/libraries/particles/library/
|
||||
|
||||
Reference in New Issue
Block a user