| Author |
Message |
|
|
Post subject: Mac OS X Roadmap?
Posted: Nov 05, 2007 - 06:11 PM
|
|
Registered Member


Joined: Jan 27, 2006
Posts: 21
|
|
When will the UML Editor be available for Mac OS X (Intel) ?
Is there a publicly available future road map? (The MyEclipse RoadMap in the lefthand nav menu is a "where we've been" instead of a "where we're going") |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: Mac OS X Roadmap?
Posted: Nov 05, 2007 - 06:33 PM
|
|
Registered Member


Joined: Apr 18, 2007
Posts: 5764
|
|
Im sorry I dont have a Mac OS X Roadmap for you at the moment.
You can restart and use -Dmac.experimental=true to try and enable it, but it will likely be unstable.
There are a whole set of other issues with Java on Leopard that have to get addressed as well. |
_________________ Nipun
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject: RE: Mac OS X Roadmap?
Posted: Nov 05, 2007 - 07:53 PM
|
|
Registered Member


Joined: Jan 27, 2006
Posts: 21
|
|
| Thanks, I'll try that. I'm on Tiger (10.4.10) |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: Mac OS X Roadmap?
Posted: Nov 06, 2007 - 02:12 PM
|
|
Registered Member


Joined: Apr 18, 2007
Posts: 5764
|
|
| Your welcome... |
_________________ Nipun
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject: -Dmac.experimental=true
Posted: Nov 06, 2007 - 05:07 PM
|
|
Registered Member


Joined: Jan 27, 2006
Posts: 21
|
|
I tried -Dmac.experimental=true and now the UML editor comes up, and the drag and drop of classes, interfaces, etc. seems to work fine, but the Properties view won't display. It gets exception below.
Oh well, I guess this is a good sign that it will be supported sometime in the near future. I used to use MyEclipse UML on Windows in the past, and have switched to ArgoUML for now (since I'm on MacOS X).
ava.lang.NullPointerException
at com.genuitec.eclipse.uml.view.ArgoPropertySheetPage.createControl(ArgoPropertySheetPage.java:70)
at org.eclipse.ui.views.properties.PropertySheet.doCreatePage(PropertySheet.java:124)
at org.eclipse.ui.part.PageBookView.createPage(PageBookView.java:399)
at org.eclipse.ui.part.PageBookView.partActivated(PageBookView.java:741)
at org.eclipse.ui.views.properties.PropertySheet.partActivated(PropertySheet.java:188)
at org.eclipse.ui.part.PageBookView.showBootstrapPart(PageBookView.java:907)
at org.eclipse.ui.part.PageBookView.createPartControl(PageBookView.java:482)
at org.eclipse.ui.views.properties.PropertySheet.createPartControl(PropertySheet.java:96)
at org.eclipse.ui.internal.ViewReference.createPartHelper(ViewReference.java:370)
at org.eclipse.ui.internal.ViewReference.createPart(ViewReference.java:227)
at org.eclipse.ui.internal.WorkbenchPartReference.getPart(WorkbenchPartReference.java:592)
at org.eclipse.ui.internal.Perspective.showView(Perspective.java:2086)
at org.eclipse.ui.internal.WorkbenchPage.busyShowView(WorkbenchPage.java:1027)
at org.eclipse.ui.internal.WorkbenchPage.access$19(WorkbenchPage.java:1008)
at org.eclipse.ui.internal.WorkbenchPage$19.run(WorkbenchPage.java:3684)
at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:67)
at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage.java:3681)
at org.eclipse.ui.internal.WorkbenchPage.showView(WorkbenchPage.java:3657)
at org.eclipse.ui.handlers.ShowViewHandler.openView(ShowViewHandler.java:165)
at org.eclipse.ui.handlers.ShowViewHandler.openOther(ShowViewHandler.java:109)
at org.eclipse.ui.handlers.ShowViewHandler.execute(ShowViewHandler.java:77)
at org.eclipse.ui.internal.handlers.HandlerProxy.execute(HandlerProxy.java:239)
at org.eclipse.core.commands.Command.executeWithChecks(Command.java:475)
at org.eclipse.core.commands.ParameterizedCommand.executeWithChecks(ParameterizedCommand.java:429)
at org.eclipse.ui.internal.handlers.HandlerService.executeCommand(HandlerService.java:165)
at org.eclipse.ui.internal.handlers.SlaveHandlerService.executeCommand(SlaveHandlerService.java:247)
at org.eclipse.ui.internal.ShowViewMenu$3.run(ShowViewMenu.java:128)
at org.eclipse.jface.action.Action.runWithEvent(Action.java:498)
at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:546)
at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:490)
at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:402)
at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:66)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1495)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1519)
at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1504)
at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1295)
at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:3350)
at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:2954)
at org.eclipse.ui.internal.Workbench.runEventLoop(Workbench.java:2389)
at org.eclipse.ui.internal.Workbench.runUI(Workbench.java:2353)
at org.eclipse.ui.internal.Workbench.access$4(Workbench.java:2219)
at org.eclipse.ui.internal.Workbench$4.run(Workbench.java:466)
at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:289)
at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:461)
at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:149)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:106)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:169)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:106)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:76)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:363)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:176)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:585)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:508)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:447)
at org.eclipse.equinox.launcher.Main.run(Main.java:1173) |
|
|
| |
|
|
|
 |
|
|
Post subject: RE: -Dmac.experimental=true
Posted: Nov 06, 2007 - 05:52 PM
|
|
Registered Member


Joined: Apr 18, 2007
Posts: 5764
|
|
| Quote: |
Oh well, I guess this is a good sign that it will be supported sometime in the near future
|
I'm sure we would be supporting this very soon. I'll let you know when we have a concrete date for this feature. |
_________________ Nipun
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject: RE: -Dmac.experimental=true
Posted: Nov 08, 2007 - 04:17 PM
|
|

Joined: Jan 30, 2007
Posts: 12
|
|
| When will a Mac OS X Roadmap be available? |
_________________ Regards,
-Bernhard
--
Windows XP
MyEclipse 6.0.1
Eclipse 3.3.1
|
| |
|
|
|
 |
|
|
Post subject: RE: -Dmac.experimental=true
Posted: Nov 08, 2007 - 05:47 PM
|
|
Registered Member


Joined: Apr 18, 2007
Posts: 5764
|
|
| I dont have a date for you right now but Ill try to get one posted asap. |
_________________ Nipun
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject: MyEclipse UML is unsupported in the Mac platform
Posted: Feb 25, 2008 - 10:11 PM
|
|

Joined: Nov 15, 2005
Posts: 3
|
|
We’ve subscribed to MyEclipse for several years. Current release: Version: 6.0.1 GA
Build id: 6.0.1-GA-200710. But we are now on the MAC platform (OS X 10.4) and are reevaluating IDEs.
It's been more than 3 months since this last post - any roadmap in sight yet? Not having UML available will be an issue. |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Feb 26, 2008 - 07:49 PM
|
|
Veteran Member

Joined: May 05, 2003
Posts: 163
|
|
We are actively researching a Mac compatible replacement solution for UML. The preliminary results look promising but working this large of feature development effort into our feature development pipeline is probably late summer, early fall timeframe if all goes well.
Wayne Parrott
VP, Product Development
Genuitec, LLC |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Jun 24, 2008 - 06:57 PM
|
|

Joined: Feb 02, 2007
Posts: 24
|
|
Jeez, it's been a long time without any UML support on the Mac; this is getting painful. Any chance we'll see this in our lifetimes?
I know that at our shop, we're now nearly past the point where we need an IDE that works on our platform and includes UML modeling capabilities... we went with MyEclipse because we felt that there was at least a glimmer of a promise of Mac support, but it's hard to justify the continuing wait. |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Jun 27, 2008 - 04:41 PM
|
|
Moderator


Joined: Jan 06, 2004
Posts: 23348
|
|
delfuego,
Wayne's comment still holds. There are wishful plans to address UML, across the board, in the 7.x time frame. But, as with any unannounced features, I can't guarantee it at this point. Just know that I'm making management's life a nightmare with constant nagging... that's got to count for something ;) |
_________________ Riyad
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Jun 27, 2008 - 04:44 PM
|
|

Joined: Feb 02, 2007
Posts: 24
|
|
| 7.X?!? Really -- that's far enough away that I think you guys have sealed our decision. |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Jun 27, 2008 - 05:02 PM
|
|
Moderator


Joined: Jan 06, 2004
Posts: 23348
|
|
| Quote: |
7.X?!? Really -- that's far enough away that I think you guys have sealed our decision.
|
I'm sorry to hear that, but we understand that all development teams need to use the tooling that makes them the most productive, even if that's not us all the time.
When we do get our improved UML support in place I hope you have a chance to try it out and we'll be able to win your business back. |
_________________ Riyad
MyEclipse Support
|
| |
|
|
|
 |
|
|