On 26 Oct 2007, at 12:21, Anjo Krank wrote:

IIRC, you just set:

wo.wosystemroot=/some/place/or/other

where /some/place/or/other/Library/Frameworks/ has all the WO stuff in it.

Now taking that into account and based on the instructions @ http://wiki.objectstyle.org/confluence/display/WOL/Troubleshooting+Problems+Building+and+Running , here's how I've setup my wobuild.properties file:

wo.dir.root=/
wo.woroot=Users/tmk/Library/WebObjects/53/System
wo.dir.user.home.library.frameworks=/Users/tmk/Library/Frameworks
wo.dir.local=/
wo.wosystemroot=/Users/tmk/Library/WebObjects/53/System
wo.dir.library=/Users/tmk/Library/WebObjects/53/System/Library
wo.dir.user.home.library=/Users/tmk/Library
wo.dir.local.library=/Library
wo.dir.library.frameworks=/Users/tmk/Library/WebObjects/53/System/ Library/Frameworks
wo.dir.local.library.frameworks=/Library/Frameworks
wo.wolocalroot=/
wo.dir.system=/Users/tmk/Library/WebObjects/53/System
wo.dir.reference.api=/Developer/Documentation/DocSets/ com.apple.ADC_Reference_Library.WebObjectsReference.docset/Contents/ Resources/Documents/reference/

ie I've replace all occurences of /System on the right side of the assignments with the location for my 53 System Frameworks because just setting wo.wosystemroot=/Users/tmk/Library/WebObjects/53/System didn't work.

Problem is it doesn't seem to be working either.

Please see below the output of issuing: ant frameworks

Apparently the the WO system frameworks can't be found? I've double- checked and the paths in the wobuild.properties file are correct.

I guess I must be missing something obvious :-(

Any help would truly be greatly appreciated.

TIA

= tmk =


--- ant frameworks outp:

[EMAIL PROTECTED] Wonder]$ ant frameworks
Buildfile: build.xml

frameworks:

frameworks.all:

frameworks.patch53.all:

ERJars.all:

global.environment:

global.properties:

global.prepare:
    [mkdir] Created dir: /Users/tmk/Roots/classes/ERJars

global.compile:
     [echo] Common/Frameworks/ERJars/Sources

global.dummy:

global.dummy:

global.framework.build:
    [mkdir] Created dir: /Users/tmk/Roots/ERJars.framework
[woframework] Installing ERJars in /Users/tmk/Roots
      [jar] Building jar: /Users/tmk/Roots/ERJars-4.0.jar
     [echo] -------------------------------------
     [echo] ERJars.framework done
     [echo] -------------------------------------

JavaWOExtensions.all:

global.environment:

global.properties:

global.prepare:
    [mkdir] Created dir: /Users/tmk/Roots/classes/JavaWOExtensions

global.compile:
     [echo] Common/Frameworks/JavaWOExtensions/Sources

global.dummy:
[wocompile] Compiling 56 source files to /Users/tmk/Roots/classes/ JavaWOExtensions [wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/JSAlertPanel.java: 10: package com.webobjects.appserver does not exist
[wocompile] import com.webobjects.appserver.WOContext;
[wocompile]                                 ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/JSAlertPanel.java: 11: package com.webobjects.foundation does not exist
[wocompile] import com.webobjects.foundation.NSArray;
[wocompile]                                  ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/JSComponent.java: 10: package com.webobjects.appserver does not exist
[wocompile] import com.webobjects.appserver.WOComponent;
[wocompile]                                 ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/JSComponent.java: 11: package com.webobjects.appserver does not exist
[wocompile] import com.webobjects.appserver.WOContext;
[wocompile]                                 ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/JSComponent.java: 12: package com.webobjects.foundation does not exist
[wocompile] import com.webobjects.foundation.NSArray;
[wocompile]                                  ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/JSComponent.java: 15: cannot find symbol
[wocompile] symbol: class WOComponent
[wocompile] public abstract class JSComponent extends WOComponent {
[wocompile]                                           ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/JSAlertPanel.java: 15: cannot find symbol
[wocompile] symbol  : class WOContext
[wocompile] location: class com.webobjects.woextensions.JSAlertPanel
[wocompile]     public JSAlertPanel(WOContext aContext)  {
[wocompile]                         ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/JSComponent.java: 16: cannot find symbol
[wocompile] symbol  : class WOContext
[wocompile] location: class com.webobjects.woextensions.JSComponent
[wocompile]     public JSComponent(WOContext aContext)  {
[wocompile]                        ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/JSComponent.java: 66: cannot find symbol
[wocompile] symbol  : class WOComponent
[wocompile] location: class com.webobjects.woextensions.JSComponent
[wocompile]     public WOComponent invokeAction() {
[wocompile]            ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/ JSConfirmPanel.java:10: package com.webobjects.appserver does not exist
[wocompile] import com.webobjects.appserver.WOContext;
[wocompile]                                 ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/ JSConfirmPanel.java:11: package com.webobjects.foundation does not exist
[wocompile] import com.webobjects.foundation.NSArray;
[wocompile]                                  ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/ JSConfirmPanel.java:14: cannot find symbol
[wocompile] symbol  : class WOContext
[wocompile] location: class com.webobjects.woextensions.JSConfirmPanel
[wocompile]     public JSConfirmPanel(WOContext aContext)  {
[wocompile]                           ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/ JSImageFlyover.java:10: package com.webobjects.appserver does not exist
[wocompile] import com.webobjects.appserver.WOContext;
[wocompile]                                 ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/ JSImageFlyover.java:11: package com.webobjects.appserver does not exist
[wocompile] import com.webobjects.appserver.WOResponse;
[wocompile]                                 ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/ JSImageFlyover.java:16: cannot find symbol
[wocompile] symbol  : class WOContext
[wocompile] location: class com.webobjects.woextensions.JSImageFlyover
[wocompile]     public JSImageFlyover(WOContext aContext)  {
[wocompile]                           ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/ JSImageFlyover.java:20: cannot find symbol
[wocompile] symbol  : class WOResponse
[wocompile] location: class com.webobjects.woextensions.JSImageFlyover
[wocompile] public void appendToResponse(WOResponse response, WOContext context) {
[wocompile]                                  ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/ JSImageFlyover.java:20: cannot find symbol
[wocompile] symbol  : class WOContext
[wocompile] location: class com.webobjects.woextensions.JSImageFlyover
[wocompile] public void appendToResponse(WOResponse response, WOContext context) {
[wocompile]                                                       ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/ JSModalWindow.java:10: package com.webobjects.appserver does not exist
[wocompile] import com.webobjects.appserver.WOContext;
[wocompile]                                 ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/ JSModalWindow.java:14: cannot find symbol
[wocompile] symbol  : class WOContext
[wocompile] location: class com.webobjects.woextensions.JSModalWindow
[wocompile]     public JSModalWindow(WOContext aContext)  {
[wocompile]                          ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/ JSTextFlyover.java:10: package com.webobjects.appserver does not exist
[wocompile] import com.webobjects.appserver.WOContext;
[wocompile]                                 ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/ JSTextFlyover.java:14: cannot find symbol
[wocompile] symbol  : class WOContext
[wocompile] location: class com.webobjects.woextensions.JSTextFlyover
[wocompile]     public JSTextFlyover(WOContext aContext)  {
[wocompile]                          ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/ JSValidatedField.java:12: package com.webobjects.appserver does not exist
[wocompile] import com.webobjects.appserver.WOComponent;
[wocompile]                                 ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/ JSValidatedField.java:13: package com.webobjects.appserver does not exist
[wocompile] import com.webobjects.appserver.WOContext;
[wocompile]                                 ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/ JSValidatedField.java:15: cannot find symbol
[wocompile] symbol: class WOComponent
[wocompile] public class JSValidatedField extends WOComponent {
[wocompile]                                       ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/ JSValidatedField.java:18: cannot find symbol
[wocompile] symbol  : class WOContext
[wocompile] location: class com.webobjects.woextensions.JSValidatedField
[wocompile]     public JSValidatedField(WOContext aContext)  {
[wocompile]                             ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/ WOAggregateEventRow.java:10: package com.webobjects.appserver does not exist
[wocompile] import com.webobjects.appserver.WOContext;
[wocompile]                                 ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/ WOAggregateEventRow.java:11: package com.webobjects.eocontrol does not exist
[wocompile] import com.webobjects.eocontrol.EOAggregateEvent;
[wocompile]                                 ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/ WOAggregateEventRow.java:12: package com.webobjects.eocontrol does not exist
[wocompile] import com.webobjects.eocontrol.EOEvent;
[wocompile]                                 ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/WOEventRow.java: 10: package com.webobjects.appserver does not exist
[wocompile] import com.webobjects.appserver.WOComponent;
[wocompile]                                 ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/WOEventRow.java: 11: package com.webobjects.appserver does not exist
[wocompile] import com.webobjects.appserver.WOContext;
[wocompile]                                 ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/WOEventRow.java: 12: package com.webobjects.eocontrol does not exist
[wocompile] import com.webobjects.eocontrol.EOAggregateEvent;
[wocompile]                                 ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/WOEventRow.java: 13: package com.webobjects.eocontrol does not exist
[wocompile] import com.webobjects.eocontrol.EOEvent;
[wocompile]                                 ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/WOEventRow.java: 15: cannot find symbol
[wocompile] symbol: class WOComponent
[wocompile] public class WOEventRow extends WOComponent {
[wocompile]                                 ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/ WOAggregateEventRow.java:15: cannot find symbol
[wocompile] symbol  : class WOContext
[wocompile] location: class com.webobjects.woextensions.WOAggregateEventRow
[wocompile]     public WOAggregateEventRow(WOContext aContext)  {
[wocompile]                                ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/ WOAggregateEventRow.java:24: cannot find symbol
[wocompile] symbol  : class EOAggregateEvent
[wocompile] location: class com.webobjects.woextensions.WOAggregateEventRow
[wocompile]     public EOAggregateEvent object()
[wocompile]            ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/ WOEventDisplayPage.java:12: package com.webobjects.appserver does not exist
[wocompile] import com.webobjects.appserver.WOComponent;
[wocompile]                                 ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/ WOEventDisplayPage.java:13: package com.webobjects.appserver does not exist
[wocompile] import com.webobjects.appserver.WOContext;
[wocompile]                                 ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/ WOEventDisplayPage.java:14: package com.webobjects.appserver does not exist
[wocompile] import com.webobjects.appserver.WOEvent;
[wocompile]                                 ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/ WOEventDisplayPage.java:15: package com.webobjects.eocontrol does not exist
[wocompile] import com.webobjects.eocontrol.EOEvent;
[wocompile]                                 ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/ WOEventDisplayPage.java:16: package com.webobjects.eocontrol does not exist
[wocompile] import com.webobjects.eocontrol.EOEventCenter;
[wocompile]                                 ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/ WOEventDisplayPage.java:17: package com.webobjects.eocontrol does not exist
[wocompile] import com.webobjects.eocontrol.EOSortOrdering;
[wocompile]                                 ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/ WOEventDisplayPage.java:18: package com.webobjects.foundation does not exist
[wocompile] import com.webobjects.foundation.NSArray;
[wocompile]                                  ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/ WOEventDisplayPage.java:19: package com.webobjects.foundation does not exist
[wocompile] import com.webobjects.foundation.NSComparator;
[wocompile]                                  ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/ WOEventDisplayPage.java:20: package com.webobjects.foundation does not exist
[wocompile] import com.webobjects.foundation.NSForwardException;
[wocompile]                                  ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/ WOEventDisplayPage.java:21: package com.webobjects.foundation does not exist
[wocompile] import com.webobjects.foundation.NSMutableArray;
[wocompile]                                  ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/ WOEventDisplayPage.java:22: package com.webobjects.foundation does not exist
[wocompile] import com.webobjects.foundation.NSMutableDictionary;
[wocompile]                                  ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/WOEventPage.java: 10: package com.webobjects.appserver does not exist
[wocompile] import com.webobjects.appserver.WOComponent;
[wocompile]                                 ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/WOEventPage.java: 11: package com.webobjects.appserver does not exist
[wocompile] import com.webobjects.appserver.WOContext;
[wocompile]                                 ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/WOEventPage.java: 14: cannot find symbol
[wocompile] symbol: class WOComponent
[wocompile] public class WOEventPage extends WOComponent {
[wocompile]                                  ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/ WOAggregateEventRow.java:47: cannot find symbol
[wocompile] symbol  : class EOEvent
[wocompile] location: class com.webobjects.woextensions.WOAggregateEventRow
[wocompile]     public EOEvent event()
[wocompile]            ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/WOEventRow.java: 16: cannot find symbol
[wocompile] symbol  : class EOEvent
[wocompile] location: class com.webobjects.woextensions.WOEventRow
[wocompile]     public EOEvent  object;
[wocompile]            ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/WOEventRow.java: 17: cannot find symbol
[wocompile] symbol  : class EOEvent
[wocompile] location: class com.webobjects.woextensions.WOEventRow
[wocompile]     public EOEvent  event;
[wocompile]            ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/WOEventRow.java: 21: cannot find symbol
[wocompile] symbol  : class WOContext
[wocompile] location: class com.webobjects.woextensions.WOEventRow
[wocompile]     public WOEventRow(WOContext aContext)  {
[wocompile]                       ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/ WOEventDisplayPage.java:25: cannot find symbol
[wocompile] symbol  : class EOEvent
[wocompile] location: class com.webobjects.woextensions.WOEventDisplayPage
[wocompile]     public EOEvent          currentEvent;
[wocompile]            ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/ WOEventDisplayPage.java:26: cannot find symbol
[wocompile] symbol  : class NSArray
[wocompile] location: class com.webobjects.woextensions.WOEventDisplayPage
[wocompile]     public NSArray  selectionPath;
[wocompile]            ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/ WOEventDisplayPage.java:28: cannot find symbol
[wocompile] symbol  : class NSArray
[wocompile] location: class com.webobjects.woextensions.WOEventDisplayPage
[wocompile]     public NSArray          events;
[wocompile]            ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/ WOEventDisplayPage.java:29: cannot find symbol
[wocompile] symbol  : class NSMutableDictionary
[wocompile] location: class com.webobjects.woextensions.WOEventDisplayPage
[wocompile]     public NSMutableDictionary      cache;
[wocompile]            ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/ WOEventDisplayPage.java:30: cannot find symbol
[wocompile] symbol  : class NSMutableArray
[wocompile] location: class com.webobjects.woextensions.WOEventDisplayPage
[wocompile]     public NSMutableArray webEvents, eofEvents;
[wocompile]            ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/ _EventComparator.java:10: package com.webobjects.eocontrol does not exist
[wocompile] import com.webobjects.eocontrol.EOEvent;
[wocompile]                                 ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/ _EventComparator.java:11: package com.webobjects.eocontrol does not exist
[wocompile] import com.webobjects.eocontrol.EOSortOrdering;
[wocompile]                                 ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/ _EventComparator.java:12: package com.webobjects.foundation does not exist
[wocompile] import com.webobjects.foundation.NSComparator;
[wocompile]                                  ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/ _EventComparator.java:13: package com.webobjects.foundation does not exist
[wocompile] import com.webobjects.foundation.NSSelector;
[wocompile]                                  ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/ _EventComparator.java:15: cannot find symbol
[wocompile] symbol: class NSComparator
[wocompile] public class _EventComparator extends NSComparator {
[wocompile]                                       ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/ WOEventDisplayPage.java:34: cannot find symbol
[wocompile] symbol  : class WOContext
[wocompile] location: class com.webobjects.woextensions.WOEventDisplayPage
[wocompile]     public WOEventDisplayPage(WOContext aContext)  {
[wocompile]                               ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/ WOEventDisplayPage.java:61: cannot find symbol
[wocompile] symbol  : class EOEvent
[wocompile] location: class com.webobjects.woextensions.WOEventDisplayPage
[wocompile]     public int displayLevelForEvent(EOEvent e)
[wocompile]                                     ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/ WOEventDisplayPage.java:87: cannot find symbol
[wocompile] symbol  : class NSArray
[wocompile] location: class com.webobjects.woextensions.WOEventDisplayPage
[wocompile]     public NSArray filterEvents(NSArray evs, int level)
[wocompile]                                 ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/ WOEventDisplayPage.java:87: cannot find symbol
[wocompile] symbol  : class NSArray
[wocompile] location: class com.webobjects.woextensions.WOEventDisplayPage
[wocompile]     public NSArray filterEvents(NSArray evs, int level)
[wocompile]            ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/ WOEventDisplayPage.java:197: cannot find symbol
[wocompile] symbol  : class NSArray
[wocompile] location: class com.webobjects.woextensions.WOEventDisplayPage
[wocompile]     public NSArray rootEventList()
[wocompile]            ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/ WOEventDisplayPage.java:220: cannot find symbol
[wocompile] symbol  : class EOEvent
[wocompile] location: class com.webobjects.woextensions.WOEventDisplayPage
[wocompile]     public EOEvent object()
[wocompile]            ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/ WOEventDisplayPage.java:225: cannot find symbol
[wocompile] symbol  : class EOEvent
[wocompile] location: class com.webobjects.woextensions.WOEventDisplayPage
[wocompile]     public NSArray childrenForEvent(EOEvent event)
[wocompile]                                     ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/ WOEventDisplayPage.java:225: cannot find symbol
[wocompile] symbol  : class NSArray
[wocompile] location: class com.webobjects.woextensions.WOEventDisplayPage
[wocompile]     public NSArray childrenForEvent(EOEvent event)
[wocompile]            ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/ WOEventDisplayPage.java:264: cannot find symbol
[wocompile] symbol  : class NSArray
[wocompile] location: class com.webobjects.woextensions.WOEventDisplayPage
[wocompile]     public NSArray currentEventChildren()
[wocompile]            ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/ WOEventDisplayPage.java:275: cannot find symbol
[wocompile] symbol  : class WOComponent
[wocompile] location: class com.webobjects.woextensions.WOEventDisplayPage
[wocompile]     public WOComponent resetLoggingClicked()
[wocompile]            ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/ WOEventDisplayPage.java:281: cannot find symbol
[wocompile] symbol  : class WOComponent
[wocompile] location: class com.webobjects.woextensions.WOEventDisplayPage
[wocompile]     public WOComponent refreshLoggingClicked()
[wocompile]            ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/ WOEventDisplayPage.java:316: cannot find symbol
[wocompile] symbol  : class EOEvent
[wocompile] location: class com.webobjects.woextensions.WOEventDisplayPage
[wocompile]     public long durationOfEvent(EOEvent e)
[wocompile]                                 ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/WOEventPage.java: 18: cannot find symbol
[wocompile] symbol  : class WOContext
[wocompile] location: class com.webobjects.woextensions.WOEventPage
[wocompile]     public WOEventPage(WOContext aContext)  {
[wocompile]                        ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/WOEventPage.java: 38: cannot find symbol
[wocompile] symbol  : class WOComponent
[wocompile] location: class com.webobjects.woextensions.WOEventPage
[wocompile]     public WOComponent submit() {
[wocompile]            ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/ _EventComparator.java:19: cannot find symbol
[wocompile] symbol  : class NSSelector
[wocompile] location: class com.webobjects.woextensions._EventComparator
[wocompile] public _EventComparator(NSSelector comparator, WOEventDisplayPage ctrl) {
[wocompile]                             ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/ _EventComparator.java:25: package NSComparator does not exist [wocompile] public int compare(Object e1, Object e2) throws NSComparator.ComparisonException { [wocompile ] ^ [wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/WOAnyField.java: 10: package com.webobjects.appserver does not exist
[wocompile] import com.webobjects.appserver.WOComponent;
[wocompile]                                 ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/WOAnyField.java: 11: package com.webobjects.appserver does not exist
[wocompile] import com.webobjects.appserver.WOContext;
[wocompile]                                 ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/WOAnyField.java: 12: package com.webobjects.appserver does not exist
[wocompile] import com.webobjects.appserver.WODisplayGroup;
[wocompile]                                 ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/WOAnyField.java: 13: package com.webobjects.eoaccess does not exist
[wocompile] import com.webobjects.eoaccess.EOAttribute;
[wocompile]                                ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/WOAnyField.java: 14: package com.webobjects.eoaccess does not exist
[wocompile] import com.webobjects.eoaccess.EOEntity;
[wocompile]                                ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/WOAnyField.java: 15: package com.webobjects.eoaccess does not exist
[wocompile] import com.webobjects.eoaccess.EOModelGroup;
[wocompile]                                ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/WOAnyField.java: 16: package com.webobjects.eoaccess does not exist
[wocompile] import com.webobjects.eoaccess.EORelationship;
[wocompile]                                ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/WOAnyField.java: 17: package com.webobjects.foundation does not exist
[wocompile] import com.webobjects.foundation.NSLog;
[wocompile]                                  ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/WOAnyField.java: 18: package com.webobjects.foundation does not exist
[wocompile] import com.webobjects.foundation.NSNumberFormatter;
[wocompile]                                  ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/WOAnyField.java: 19: package com.webobjects.foundation does not exist
[wocompile] import com.webobjects.foundation.NSTimestampFormatter;
[wocompile]                                  ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/WOAnyField.java: 21: cannot find symbol
[wocompile] symbol: class WOComponent
[wocompile] public class WOAnyField extends WOComponent {
[wocompile]                                 ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/WOAnyField.java: 30: cannot find symbol
[wocompile] symbol  : class WODisplayGroup
[wocompile] location: class com.webobjects.woextensions.WOAnyField
[wocompile]     private WODisplayGroup _displayGroup;
[wocompile]             ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/WOAnyField.java: 35: cannot find symbol
[wocompile] symbol  : class WOContext
[wocompile] location: class com.webobjects.woextensions.WOAnyField
[wocompile]     public WOAnyField(WOContext aContext)  {
[wocompile]                       ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/WOAnyField.java: 114: cannot find symbol
[wocompile] symbol  : class WODisplayGroup
[wocompile] location: class com.webobjects.woextensions.WOAnyField
[wocompile]     public WODisplayGroup displayGroup() {
[wocompile]            ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/ WOAppleScript.java:10: package com.webobjects.appserver does not exist
[wocompile] import com.webobjects.appserver.WOComponent;
[wocompile]                                 ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/ WOAppleScript.java:11: package com.webobjects.appserver does not exist
[wocompile] import com.webobjects.appserver.WOContext;
[wocompile]                                 ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/ WOAppleScript.java:16: cannot find symbol
[wocompile] symbol: class WOComponent
[wocompile] public class WOAppleScript extends WOComponent {
[wocompile]                                    ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/ WOAppleScript.java:22: cannot find symbol
[wocompile] symbol  : class WOContext
[wocompile] location: class com.webobjects.woextensions.WOAppleScript
[wocompile]     public WOAppleScript(WOContext aContext)  {
[wocompile]                          ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/ WOAssociationEventRow.java:10: package com.webobjects.appserver does not exist
[wocompile] import com.webobjects.appserver.WOAssociation;
[wocompile]                                 ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/ WOAssociationEventRow.java:11: package com.webobjects.appserver does not exist
[wocompile] import com.webobjects.appserver.WOContext;
[wocompile]                                 ^
[wocompile] /Users/tmk/Workareas/Wonder/Common/Frameworks/ JavaWOExtensions/Sources/com/webobjects/woextensions/ WOAssociationEventRow.java:12: package com.webobjects.appserver does not exist
[wocompile] import com.webobjects.appserver.WOEvent;
[wocompile]                                 ^
[wocompile] 100 errors

BUILD FAILED
/Users/tmk/Workareas/Wonder/build.xml:12: The following error occurred while executing this line: /Users/tmk/Workareas/Wonder/Build/build/build.xml:819: The following error occurred while executing this line: /Users/tmk/Workareas/Wonder/Build/build/build.xml:813: The following error occurred while executing this line: /Users/tmk/Workareas/Wonder/Build/build/build.xml:64: The following error occurred while executing this line: /Users/tmk/Workareas/Wonder/Build/build/generic.xml:301: Compile failed; see the compiler error output for details.

Total time: 1 second


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

This email sent to [EMAIL PROTECTED]

Reply via email to