diff --git a/processing/build/windows/make.sh b/processing/build/windows/make.sh index 4c38411c8..7bd17ddf5 100755 --- a/processing/build/windows/make.sh +++ b/processing/build/windows/make.sh @@ -205,6 +205,7 @@ cd ../.. CLASSPATH="..\\..\\build\\windows\\work\\lib\\core.jar;..\\..\\build\\windows\\work\\java\\lib\\rt.jar" +# SERIAL LIBRARY cd ../../lib/serial ../../build/windows/work/jikes +D -classpath "RXTXcomm.jar;$CLASSPATH" -d . *.java zip -r0q serial.jar processing @@ -212,6 +213,14 @@ rm -rf processing #cp serial.jar "C:\\Documents and Settings\\fry\\My Documents\\Processing\\sketchbook\\rxtx_work\\code" +# NET LIBRARY +cd ../../lib/net +../../build/windows/work/jikes +D -d . *.java +zip -r0q net.jar processing +rm -rf processing + + +# VIDEO LIBRARY QTJAVA="$WINDIR\\system32\\QTJava.zip" if test -f "${QTJAVA}" then @@ -228,4 +237,3 @@ zip -r0q video.jar processing rm -rf processing #cp video.jar "C:\\Documents and Settings\\fry\\My Documents\\Processing\\sketchbook\\new_camera_action\\code" #cp video.jar "C:\\Documents and Settings\\fry\\My Documents\\Processing\\sketchbook\\movie_action\\code" - diff --git a/processing/core/todo.txt b/processing/core/todo.txt index c63622662..37dba4cc0 100644 --- a/processing/core/todo.txt +++ b/processing/core/todo.txt @@ -161,13 +161,12 @@ _ saveFrame gets called at the beginning of loop() _ or is just a message to save the next frame (problem for anim) _ illustrator export / rendering mode _ also postscript or pdf export? -_ version of Illustrator.java that uses core api +_ update illustrator code to use core api +_ even if not actually working properly.. just in naming of things _ sorting of polygons/lines on simple painters algorithm _ better lighting model to show darkness at various depths _ maybe just ultra-high res bitmaps from gl _ version of BApplet that replaces g. with ai. or pdf. -_ update illustrator code to use core api -_ even if not actually working properly.. just in naming of things _ massive graphics engine changes _ explicitly state depth()/nodepth() diff --git a/processing/todo.txt b/processing/todo.txt index d43ce1b4d..9f957cf7a 100644 --- a/processing/todo.txt +++ b/processing/todo.txt @@ -42,6 +42,7 @@ X examples should be in a submenu of open _ System.out isn't being heard from P* classes _ errors inside those classes also causing weirdness _ this might be a broader running as external app problem +_ errorMessage in PSerial/PClient/PServer are all using System.out _ add preference for showing library stuff _ make built-in libraries read-only @@ -56,7 +57,7 @@ _ register for setup() calls _ be able to link against, but not export, certain parts of lib _ jsyn.jar not needed on export, netscape libs not needed on export _ where do libraries for distribution go? -_ libraries subfolder of p5? or inside examples? +_ libraries subfolder of p5 _ String in apache classes and java.lang _ maybe ignore classes not inside the p5 libs dir? o need to be able to select between which to include @@ -65,7 +66,7 @@ o auto-resolve by saying java.* wins, others ask _ get export working again _ make multiple jar files thing work.. blech _ include a note that 'applet' folder will get emptied/rewritten -_ or rename the old applet folder to something else? (nah, too many) +_ or rename the old applet folder to something else? (nah, too messy) _ don't force everything into a single .jar on export _ http://processing.org/discourse/yabb/YaBB.cgi?board=Proce55ing_Software;action=display;num=1067360903;start=0