Is the 1.1 build currently failing? Didn't see the Eclipse build fail since 10-3, but the Oracle
nightly failed to compile?
I'm trying to build after updating but get compile errors in the MW,
compile-platformsplugin:
[javac]
Compiling 29 source files to
C:\Engineering\EclipseLink\svn\utils\eclipselink.utils.workbench\platformsplugin\classesdebug
[javac]
C:\Engineering\EclipseLink\svn\utils\eclipselink.utils.workbench\platformsplugin\source\org\eclipse\persistence\tools\workbench\platformsplugin\ui\HelpAction.java:15:
package org.eclipse.persistence.tools.workbench.framework.action does not exist
[javac] import
org.eclipse.persistence.tools.workbench.framework.action.AbstractFrameworkAction;
[javac]
^
[javac]
C:\Engineering\EclipseLink\svn\utils\eclipselink.utils.workbench\platformsplugin\source\org\eclipse\persistence\tools\workbench\platformsplugin\ui\HelpAction.java:16:
package org.eclipse.persistence.tools.workbench.framework.app does not exist
[javac] import
org.eclipse.persistence.tools.workbench.framework.app.ApplicationNode;
[javac]
^
[javac]
C:\Engineering\EclipseLink\svn\utils\eclipselink.utils.workbench\platformsplugin\source\org\eclipse\persistence\tools\workbench\platformsplugin\ui\HelpAction.java:17:
package org.eclipse.persistence.tools.workbench.framework.context does not
exist
[javac] import
org.eclipse.persistence.tools.workbench.framework.context.WorkbenchContext;
[javac]
^
I also got some errors in the build.xml, so upgraded to ant 1.7, but
still get,
BUILD FAILED
C:\Engineering\EclipseLink\svn\build.xml:171: The following error
occurred while executing this line:
C:\Engineering\EclipseLink\svn\dbws\eclipselink.dbws.test\build.xml:125:
Unable to load the script engine manager (javax.script.ScriptEngineManager)