We are about to switch to a new forum software. Until then we have removed the registration on this forum.
I am trying to trying to develop a library through eclipse when i run the "build.xml" file using ant it shows the following error C:\Users\utpal\Documents\processingwork\libprocessing\processing-library-template-0.5.3\resources\build.xml:107: The following error occurred while executing this line:
C:\Users\utpal\Documents\processingwork\libprocessing\processing-library-template-0.5.3\resources\build.xml:141: C:\Applications\Processing.app\Contents\Resources\Java\core\library does not exist.
any help would be aprreciated..
Answers
I see you are using OSX - in the build.properties file change the path (in section 2 ~line 41) to
C:\Applications\Processing.app\Contents\Java\core\library
actualllyyy the path i specified was wrong ... it compiled now... :D :D