recompiled library is ignored
in
Library and Tool Development
•
2 years ago
hej forum,
i am hacking a bit on zeni's animataP5 library for processing trying to implement a few new features.
i have the source in eclipse, and i am compiling the new library straight to my libraries folder, using the library template from the wiki:
http://code.google.com/p/processing/wiki/LibraryTemplate
i am very new to eclipse, so i am unsure if i am doing something silly....
when i run the ant build, all looks well, the build completes and the library file is updated in my libraries/AnimataP5/ folder.
but processing is ignoring the new library???
i added a dummy function to the new library to check if it is actually active in processing, and when i call it i get a "the function xx() does not exist" error.
i can see my file is updated by the change date in the OS.
so i am thinking processing must be linking to some other file. i did a search on my computer for the library .jar, but the one in libraries is the only one i can find.
hm....
to further test i installed the recompiled library fresh on a different computer, and on this computer my dummy function exists!
any thoughts?
best,
jacob
1