There should be a file ~/Library/wobuild.properties
#This file stores the wo specific properties
#Fri Feb 28 16:26:53 CET 2003
wo.dir.root=C:/Apple
wo.dir.user.home.library.frameworks=C:/Documents and
Settings/apete/Local/Library/Frameworks
wo.woroot=C:/Apple
wo.dir.local=C:/Apple/Local
wo.wosystemroot=C:/Apple
wo.dir.user.home.library=C:/Documents and Settings/apete/Local/Library
wo.dir.library=C:/Apple/Library
wo.dir.local.library=C:/Apple/Local/Library
wo.dir.library.frameworks=C:/Apple/Library/Frameworks
wo.dir.local.library.frameworks=C:/Apple/Local/Library/Frameworks
wo.wolocalroot=C:/Apple/Local
wo.dir.system=C:/Apple
Do you have a file like that?
Among the WOLips preferences you can specify "Rebuild the wobuild.properties
file on the next launch".
You should file a bug report!
/Anders
----- Original Message -----
From: "Kaj Hejer" <kaj.heje..sit.uio.no>
Newsgroups: gmane.comp.web.webobjects.woproject.devel
Sent: Saturday, March 29, 2003 12:32 PM
Subject: WOLips RC3: Unbound classpath variable
> Hi!
>
> I just downloaded eclipse 2.1 on osx 10.2.4, WO5.2.1 and java1.4.1. I
> then installed WOLips 1.0.0RC3.
>
> I tried to import a WO5.2.1 project with a PB.project file in it by
> creating a new Application (File -> New -> Application), selected
> import PB.project and pressed the Finish button.
>
> Then I got a alertwindow saying:
>
> Error
> null argument:
>
>
> In the console in eclipse I get the following:
>
> Kind Status Priority Description Resource In
> Folder Location
> Error Unbound classpath variable:
>
'NEXT_SYSTEM_ROOT/Library/Frameworks/JavaXML.framework/Resources/Java/javaxm
l.jar'.
> medark Build path
> Error
> Unbound classpath variable:
>
'NEXT_SYSTEM_ROOT/Library/Frameworks/JavaWOExtensions.framework/Resources/Ja
va/JavaWOExtensions.jar'.
> medark Build path
> Error
> Unbound classpath variable:
>
'NEXT_SYSTEM_ROOT/Library/Frameworks/JavaWebObjects.framework/Resources/Java
/javawebobjects.jar'.
> medark Build path
> Error
> Unbound classpath variable:
>
'NEXT_SYSTEM_ROOT/Library/Frameworks/JavaFoundation.framework/Resources/Java
/javafoundation.jar'.
> medark Build path
> Error
> Unbound classpath variable:
>
'NEXT_SYSTEM_ROOT/Library/Frameworks/JavaEOControl.framework/Resources/Java/
javaeocontrol.jar'.
> medark Build path
> Error
> Unbound classpath variable:
>
'NEXT_SYSTEM_ROOT/Library/Frameworks/JavaEOAccess.framework/Resources/Java/j
avaeoaccess.jar'.
> medark Build path
>
>
> In the Console application in osx I get:
>
> Sat Mar 29 12:25:14 CET 2003 2
> org.objectstyle.woproject.env.WOVariables init -> no
> wobuild.properties in user home found
> !ENTRY org.objectstyle.wolips 2 2 Mar 29, 2003 12:25:15.616
> !MESSAGE org.objectstyle.woproject.env.WOVariables init -> no
> wobuild.properties in user home found
> Sat Mar 29 12:25:15 CET 2003 2
> org.objectstyle.woproject.env.WOVariables init -> no
> wobuild.properties in java system properties found
> !ENTRY org.objectstyle.wolips 2 2 Mar 29, 2003 12:25:15.628
> !MESSAGE org.objectstyle.woproject.env.WOVariables init -> no
> wobuild.properties in java system properties found
> Sat Mar 29 12:25:15 CET 2003 2
> org.objectstyle.woproject.env.WOVariables init -> no
> wobuild.properties in environment found
> !ENTRY org.objectstyle.wolips 2 2 Mar 29, 2003 12:25:15.724
> !MESSAGE org.objectstyle.woproject.env.WOVariables init -> no
> wobuild.properties in environment found
> Sat Mar 29 12:25:15 CET 2003 3
> org.objectstyle.woproject.env.WOVariables init -> no
> wobuild.properties found
> !ENTRY org.objectstyle.wolips 2 2 Mar 29, 2003 12:25:15.730
> !MESSAGE org.objectstyle.woproject.env.WOVariables init -> no
> wobuild.properties found
> Sat Mar 29 12:25:15 CET 2003 5
> org.objectstyle.wolips.core.plugin.EarlyStartup
> org.eclipse.core.internal.runtime.AssertionFailedException: null
> argument:
> !ENTRY org.objectstyle.wolips 4 4 Mar 29, 2003 12:25:15.741
> !MESSAGE org.objectstyle.wolips.core.plugin.EarlyStartup
> org.eclipse.core.internal.runtime.AssertionFailedException: null
> argument:
> Sat Mar 29 12:25:15 CET 2003 5
> org.objectstyle.wolips.core.plugin.EarlyStartup
> org.eclipse.core.internal.runtime.AssertionFailedException: null
> argument:
> !ENTRY org.objectstyle.wolips 4 4 Mar 29, 2003 12:25:15.831
> !MESSAGE org.objectstyle.wolips.core.plugin.EarlyStartup
> org.eclipse.core.internal.runtime.AssertionFailedException: null
> argument:
> !ENTRY org.objectstyle.wolips 4 4 Mar 29, 2003 12:26:28.606
> !MESSAGE Internal Error
> !STACK 0
> org.eclipse.core.internal.runtime.AssertionFailedException: null argument:
> at org.eclipse.core.internal.runtime.Assert.isNotNull(Assert.java:78)
> at org.eclipse.core.internal.runtime.Assert.isNotNull(Assert.java:66)
> at org.eclipse.core.runtime.Path.initialize(Path.java:470)
> at org.eclipse.core.runtime.Path.<init>(Path.java:98)
> at
>
org.objectstyle.wolips.core.project.ProjectHelper.addFrameworkListToClasspat
hEntries(Unknown
> Source)
> at
>
org.objectstyle.wolips.wizards.WOProjectCreator.addAdditionalFrameworks(Unkn
own
> Source)
> at org.objectstyle.wolips.wizards.WOProjectCreator.run(Unknown Source)
> at
>
org.eclipse.ui.actions.WorkspaceModifyDelegatingOperation.execute(WorkspaceM
odifyDelegatingOperation.java:45)
> at
>
org.eclipse.ui.actions.WorkspaceModifyOperation$1.run(WorkspaceModifyOperati
on.java:71)
> at
> org.eclipse.core.internal.resources.Workspace.run(Workspace.java:1595)
> at
>
org.eclipse.ui.actions.WorkspaceModifyOperation.run(WorkspaceModifyOperation
.java:85)
> at
>
org.eclipse.jface.operation.ModalContext.runInCurrentThread(ModalContext.jav
a:302)
> at org.eclipse.jface.operation.ModalContext.run(ModalContext.java:252)
> at org.eclipse.jface.wizard.WizardDialog.run(WizardDialog.java:758)
> at
> org.objectstyle.wolips.wizards.WOProjectCreationPage.createProject(Unknown
> Source)
> at
>
org.objectstyle.wolips.wizards.WOApplicationCreationPage.createProject(Unkno
wn
> Source)
> at
>
org.objectstyle.wolips.wizards.WOApplicationCreationWizard.performFinish(Unk
nown
> Source)
> at
> org.eclipse.jface.wizard.WizardDialog.finishPressed(WizardDialog.java:608)
> at
> org.eclipse.jface.wizard.WizardDialog.buttonPressed(WizardDialog.java:321)
> at org.eclipse.jface.dialogs.Dialog$1.widgetSelected(Dialog.java:423)
> at
> org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:89)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
> at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:989)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1911)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1623)
> at org.eclipse.jface.window.Window.runEventLoop(Window.java:583)
> at org.eclipse.jface.window.Window.open(Window.java:563)
> at
>
org.eclipse.ui.internal.NewWizardShortcutAction.run(NewWizardShortcutAction.
java:96)
> at org.eclipse.jface.action.Action.runWithEvent(Action.java:842)
> at
>
org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(Action
ContributionItem.java:456)
> at
>
org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionCont
ributionItem.java:403)
> at
>
org.eclipse.jface.action.ActionContributionItem.access$0(ActionContributionI
tem.java:397)
> at
>
org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(A
ctionContributionItem.java:72)
> at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
> at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:989)
> at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1911)
> at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1623)
> at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:1402)
> at org.eclipse.ui.internal.Workbench.run(Workbench.java:1385)
> at
>
org.eclipse.core.internal.boot.InternalBootLoader.run(InternalBootLoader.jav
a:845)
> at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
> at java.lang.reflect.Method.invoke(Native Method)
> at org.eclipse.core.launcher.Main.basicRun(Main.java:291)
> at org.eclipse.core.launcher.Main.run(Main.java:747)
> at org.eclipse.core.launcher.Main.main(Main.java:583)
> at java.lang.reflect.Method.invoke(Native Method)
> at apple.launcher.LaunchRunner.run(LaunchRunner.java:88)
> at apple.launcher.LaunchRunner.callMain(LaunchRunner.java:50)
> at
>
apple.launcher.JavaApplicationLauncher.launch(JavaApplicationLauncher.java:5
2)
>
>
> btw: some time ago I remember to have seen a getting started document
> for WOLips, but I can't remeber where I found it. Are there any other
> documention on WOLips than the one on
> http://objectstyle.org/woproject/gallery.html. Just curious :)
>
> TIA!
>
>
>
> -Kaj :)
>
This archive was generated by hypermail 2.0.0 : Sat Mar 29 2003 - 10:27:40 EST