Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » EPF » Mac OS X support
Mac OS X support [message #563413] Mon, 29 May 2006 18:21
Jeffrey Howard is currently offline Jeffrey HowardFriend
Messages: 7
Registered: July 2009
Junior Member
Hello,

I read through the development plan on the project web site. I didn't
see anything ruling out (or in) support for Mac OS X. Right now,
though, only Linux/GTK and Windows builds are posted to the download
section. Is there work planned or underway to begin building for OS X
as well? And/or is a helping hand needed there?


I did try creating a build environment and running EPF on my Powerbook.
I checked out the R1_0_M3_BRANCH. I only got as far as trying to
create a new method library. At that point, I got an error dialog, saying:

"IUPL0300E: Unable to open the specified method library.

Reason:
The selected method library folder is invalid, does not exist, or you do
not have the proper permission to access it.

Click OK to select another library folder."

I went and looked at the directory in which it attempted to create the
library; it exists, is empty, and I have read/write/execute permissions
on it.

The following exception was logged to the console.

MultiFileResourceSetImpl.cleanUp(): removed resources: []
org.eclipse.epf.persistence.MultiFileIOException: Could not rename
'/tmp/EPF/_di6kcO8-Edql0tBiwE3BCwnew_diJvcO8-Edql0tBiwE3BCw' to
'/Users/jhoward/EPF/Method Libraries/BUP/library.xmi'
at
org.eclipse.epf.persistence.MultiFileXMIResourceImpl.commit( MultiFileXMIResourceImpl.java:915)
at
org.eclipse.epf.persistence.MethodLibraryPersister$FailSafeP ersister.commit(MethodLibraryPersister.java:648)
at
org.eclipse.epf.persistence.MultiFileResourceSetImpl.save(Mu ltiFileResourceSetImpl.java:1100)
at
org.eclipse.epf.persistence.MultiFileResourceSetImpl.save(Mu ltiFileResourceSetImpl.java:979)
at
org.eclipse.epf.library.util.ModelStorage.newLibrary(ModelSt orage.java:71)
at
org.eclipse.epf.library.services.LibraryProcessor.newLibrary (LibraryProcessor.java:934)
at
org.eclipse.epf.library.ui.LibraryUIManager.createLibrary(Li braryUIManager.java:346)
at
org.eclipse.epf.library.ui.LibraryUIManager.promptForMethodL ibrary(LibraryUIManager.java:168)
at
org.eclipse.epf.authoring.ui.AuthoringUIPlugin.start(Authori ngUIPlugin.java:71)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl$2 .run(BundleContextImpl.java:995)
at java.security.AccessController.doPrivileged(Native Method)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.s tartActivator(BundleContextImpl.java:989)
at
org.eclipse.osgi.framework.internal.core.BundleContextImpl.s tart(BundleContextImpl.java:970)
at
org.eclipse.osgi.framework.internal.core.BundleHost.startWor ker(BundleHost.java:317)
at
org.eclipse.osgi.framework.internal.core.AbstractBundle.star t(AbstractBundle.java:256)
at
org.eclipse.core.runtime.internal.adaptor.EclipseLazyStarter .preFindLocalClass(EclipseLazyStarter.java:86)
at
org.eclipse.osgi.baseadaptor.loader.ClasspathManager.findLoc alClass(ClasspathManager.java:409)
at
org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.fin dLocalClass(DefaultClassLoader.java:188)
at
org.eclipse.osgi.framework.internal.core.BundleLoader.findLo calClass(BundleLoader.java:339)
at
org.eclipse.osgi.framework.internal.core.SingleSourcePackage .loadClass(SingleSourcePackage.java:37)
at
org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java:388)
at
org.eclipse.osgi.framework.internal.core.BundleLoader.findCl ass(BundleLoader.java:352)
at
org.eclipse.osgi.internal.baseadaptor.DefaultClassLoader.loa dClass(DefaultClassLoader.java:83)
at java.lang.ClassLoader.loadClass(ClassLoader.java:251)
at java.lang.ClassLoader.loadClassInternal(ClassLoader.java:319 )
at
org.eclipse.epf.rcp.MainWorkbenchAdvisor.getInitialWindowPer spectiveId(MainWorkbenchAdvisor.java:115)
at
org.eclipse.ui.internal.Workbench.getDefaultPerspectiveId(Wo rkbench.java:2351)
at
org.eclipse.ui.internal.registry.PerspectiveRegistry.verifyD efaultPerspective(PerspectiveRegistry.java:625)
at
org.eclipse.ui.internal.registry.PerspectiveRegistry.load(Pe rspectiveRegistry.java:405)
at
org.eclipse.ui.internal.WorkbenchPlugin.getPerspectiveRegist ry(WorkbenchPlugin.java:438)
at
org.eclipse.ui.internal.Workbench.getPerspectiveRegistry(Wor kbench.java:952)
at
org.eclipse.ui.internal.Workbench.doOpenFirstTimeWindow(Work bench.java:1438)
at
org.eclipse.ui.internal.Workbench.openFirstTimeWindow(Workbe nch.java:1388)
at
org.eclipse.ui.internal.WorkbenchConfigurer.openFirstTimeWin dow(WorkbenchConfigurer.java:190)
at
org.eclipse.ui.application.WorkbenchAdvisor.openWindows(Work benchAdvisor.java:708)
at org.eclipse.ui.internal.Workbench.init(Workbench.java:1085)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:1847)
at
org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Work bench.java:419)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.j ava:143)
at org.eclipse.epf.rcp.MainApplication.run(MainApplication.java :52)
at
org.eclipse.core.internal.runtime.PlatformActivator$1.run(Pl atformActivator.java:78)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .runApplication(EclipseAppLauncher.java:92)
at
org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher .start(EclipseAppLauncher.java:68)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:400)
at
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseS tarter.java:177)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at
sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAcce ssorImpl.java:39)
at
sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMe thodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.eclipse.core.launcher.Main.invokeFramework(Main.java:336 )
at org.eclipse.core.launcher.Main.basicRun(Main.java:280)
at org.eclipse.core.launcher.Main.run(Main.java:977)
at org.eclipse.core.launcher.Main.main(Main.java:952)


I'm happy to RTFM if someone can point me at the right manual. Any idea
where I might've gone wrong?


Thank you,
Jeffrey
Previous Topic:RMC and EPF
Next Topic:Whiteboard Photos from May 2006 Vancouver Committer Meeting
Goto Forum:
  


Current Time: Tue May 14 17:30:23 GMT 2024

Powered by FUDForum. Page generated in 0.03331 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top