...
Standard WebObjects Framework
Right-Click on your project in Eclipse and select WOLips Ant Tools > Install
This will build and install the framework in the location defined in the WOLips preferences, overwriting any previously installed version of the framework.Note title BUILD FAILED If Ant can't write to the WebObjects frameworks directory, you will get an error like this:
No Format Directory /Library/WebObjects/Versions/WebObjects543/Library/Frameworks/YourFramework.framework creation was not successful for an unknown reason.
Give write access to the directory with this command in Terminal:
sudo chmod 757 /Library/WebObjects/Versions/WebObjects543/Library/Frameworks/
Project Wonder Frameworks
You can not build projects from Wonder this way. You must either use the command line or Hudson/Jenkins methods
...