I just finished installing El Capitan (clean install), installed Eclipse (Mars 
4.5.1), installed WOLips, downloaded Wonder Source (using git from the command 
line) and opened the projects in Eclipse.  They build fine (there is an error 
in ERDistribution, but I’m not using that so I ignored that one) in eclipse but 
I can’t build for install either using WOLips install Tools/Install or from the 
command line using ant frameworks which gives me this:

[wocompile] Compiling 59 source files to 
/Users/ceggert/Roots/classes/JavaWOExtensions
[wocompile] 
/Users/ceggert/WonderSource/Frameworks/Core/JavaWOExtensions/Sources/com/webobjects/woextensions/JSAlertPanel.java:10:
 error: package com.webobjects.appserver does not exist
[wocompile] import com.webobjects.appserver.WOContext;
[wocompile]                                ^
[wocompile] 
/Users/ceggert/WonderSource/Frameworks/Core/JavaWOExtensions/Sources/com/webobjects/woextensions/JSAlertPanel.java:11:
 error: package com.webobjects.foundation does not exist
[wocompile] import com.webobjects.foundation.NSArray;
[wocompile]                                 ^
[wocompile] 
/Users/ceggert/WonderSource/Frameworks/Core/JavaWOExtensions/Sources/com/webobjects/woextensions/JSComponent.java:10:
 error: package com.webobjects.appserver does not exist
[wocompile] import com.webobjects.appserver.WOComponent;
[wocompile]                                ^


It can’t find the webobjects files

Those files are located: 
/Library/WebObjects/Versions/WebObjects543/Library/WebObjects/lib as per the 
install.

So, what do I need to do to get it to find those files?

Thanks for your time,
Calven


 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (Webobjects-dev@lists.apple.com)
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to