Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[platform-ant-dev] undefined workspace_loc

Hello all,

I have been using eclipse&ant for quite a while now without any problem until yesterday. I ran the following command <javac srcdir="${build.jspc.dir}" destdir="${build.java.dir}" fork="yes" includejavaruntime="yes" memorymaximumsize="512M"> and this stalled eclipse. The number of class to compile is important, thus the need to 'fork' and augment the memory size assigned. Eclipse would not stop so I had to crash it and when I launched the application again nothing was working, complaining that the workspace_loc variable was undefined.

Does anyone please know where to set it???
Thanks,

Paul

PS: BTW, here is the log
!SESSION oct. 01, 2003 09:43:39.328 --------------------------------------------
java.version=1.4.2
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=win32, ARCH=x86, WS=win32, NL=fr_FR
Command-line arguments: -os win32 -ws win32 -arch x86 -install file:C:/Applications/eclipse/
!ENTRY org.eclipse.core.resources 2 1 oct. 01, 2003 09:43:39.328
!MESSAGE Skipping builder org.eclipse.jdt.core.javabuilder for project TDx. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.
!ENTRY org.eclipse.core.resources 2 1 oct. 01, 2003 09:43:39.375
!MESSAGE Skipping builder org.eclipse.jdt.core.javabuilder for project new_babeldk. Either the builder is missing from the install, or it belongs to a project nature that is missing or disabled.
!ENTRY org.eclipse.debug.ui 4 120 oct. 01, 2003 09:43:39.437
!MESSAGE Error logged from Debug UI:
!STACK 1
org.eclipse.core.runtime.CoreException: Could not run the external tool.
at org.eclipse.ui.externaltools.internal.launchConfigurations.ExternalToolsUtil.getLocation(ExternalToolsUtil.java:112) at org.eclipse.ui.externaltools.internal.ant.launchConfigurations.AntLaunchDelegate.launch(AntLaunchDelegate.java:70) at org.eclipse.debug.internal.core.LaunchConfiguration.launch(LaunchConfiguration.java:156) at org.eclipse.debug.internal.ui.DebugUIPlugin.buildAndLaunch(DebugUIPlugin.java:676) at org.eclipse.debug.ui.DebugUITools.buildAndLaunch(DebugUITools.java:538)
  at org.eclipse.debug.ui.DebugUITools$2.run(DebugUITools.java:487)
at org.eclipse.jface.operation.ModalContext$ModalContextThread.run(ModalContext.java:101)
!ENTRY org.eclipse.ui.externaltools 4 0 oct. 01, 2003 09:43:39.437
!MESSAGE Could not run the external tool.
!SUBENTRY 1 org.eclipse.ui.externaltools 4 0 oct. 01, 2003 09:43:39.437
!MESSAGE The variable named 'workspace_loc' for the file location does not exist.
!ENTRY org.eclipse.ui 4 4 oct. 01, 2003 09:53:05.546
!MESSAGE Unhandled exception caught in event loop.
!ENTRY org.eclipse.ui 4 0 oct. 01, 2003 09:53:05.828
!MESSAGE java.lang.NullPointerException
!STACK 0
java.lang.NullPointerException
at org.eclipse.ui.internal.WorkbenchPlugin.createExtension(WorkbenchPlugin.java:149) at org.eclipse.ui.internal.dialogs.WorkbenchPreferenceNode.createPage(WorkbenchPreferenceNode.java:49) at org.eclipse.jface.preference.PreferenceDialog.showPage(PreferenceDialog.java:993) at org.eclipse.jface.preference.PreferenceDialog.selectSavedItem(PreferenceDialog.java:703) at org.eclipse.jface.preference.PreferenceDialog$3.run(PreferenceDialog.java:329)
  at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:69)
at org.eclipse.jface.preference.PreferenceDialog.createContents(PreferenceDialog.java:324)
  at org.eclipse.jface.window.Window.create(Window.java:302)
at org.eclipse.ui.internal.OpenPreferencesAction.run(OpenPreferencesAction.java:51)
  at org.eclipse.jface.action.Action.runWithEvent(Action.java:842)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:456) at org.eclipse.jface.action.ActionContributionItem.handleWidgetEvent(ActionContributionItem.java:403) at org.eclipse.jface.action.ActionContributionItem.access$0(ActionContributionItem.java:397) at org.eclipse.jface.action.ActionContributionItem$ActionListener.handleEvent(ActionContributionItem.java:72)
  at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:81)
  at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:840)
  at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:1838)
  at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:1545)
  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.java:858)
  at org.eclipse.core.boot.BootLoader.run(BootLoader.java:461)
  at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
  at sun.reflect.NativeMethodAccessorImpl.invoke(Unknown Source)
  at sun.reflect.DelegatingMethodAccessorImpl.invoke(Unknown Source)
  at java.lang.reflect.Method.invoke(Unknown Source)
  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)
!ENTRY org.eclipse.ui 4 4 oct. 01, 2003 09:53:09.984
!MESSAGE Unhandled exception caught in event loop.
!ENTRY org.eclipse.ui 4 0 oct. 01, 2003 09:53:09.984
!MESSAGE java.lang.NullPointerException
!STACK 0




--
Paul Ekeland
Odile Jacob Education
15 rue Soufflot
75005 Paris
tél.: 01 44 41 64 93




Back to the top