unable to build via ant

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

  • Answer ✓

    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

  • edited February 2014

    actualllyyy the path i specified was wrong ... it compiled now... :D :D

Sign In or Register to comment.