|
Author |
Topic: help with build.xml (Read 477 times) |
|
preetha_appan
|
help with build.xml
« on: Aug 12th, 2004, 11:15pm » |
|
Hi , I am using Processing with eclipse , and I followed Toxi's post to export the applet. My problem is that I also have another jar file that is a part of my project . Since I have added it into eclipse's list of external jar's , my applet works fine within eclipse. But when I export the applet, it cant find the class files of that 3rd party jar. I need help in changing Toxi's build.xml to include classes from this 3rd party jar while building the applet . Any suggestions would be greatly appreciated. Thanks
|
|
|
|
fjen
|
Re: help with build.xml
« Reply #1 on: Aug 12th, 2004, 11:53pm » |
|
just place them into a "data" folder next to the sketch. there is a copy routine (task) inside the build.xml that copys everything from inside that folder into the applet folder. /F
|
« Last Edit: Aug 12th, 2004, 11:53pm by fjen » |
|
|
|
|
|