Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Author Message
zeroshot
Post subject:   PostPosted: May 09, 2005 - 03:45 PM
Registered Member
Registered Member


Joined: Sep 08, 2004
Posts: 24

the UML for release 4 will that be supported on the OS X version ?
 
 View user's profile Send private message  
Reply with quote Back to top
support-scott
Post subject:   PostPosted: May 09, 2005 - 04:19 PM
Moderator
Moderator


Joined: May 06, 2003
Posts: 6798

Quote:

the UML for release 4 will that be supported on the OS X version ?

In the first milestone, no it won't because we're depending on some AWT/SWT integration for our implementation and there are Eclipse bugs (mainly https://bugs.eclipse.org/bugs/show_bug.cgi?id=67384) that prevent this integration from working on the Mac. However, the bug is quite active and getting lots of feedback that the community wants it closed, but right now it remains unresolved.

_________________
--Scott
MyEclipse Support
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
michaelsica
Post subject:   PostPosted: May 09, 2005 - 06:06 PM
Registered Member
Registered Member


Joined: Jan 31, 2005
Posts: 13

I really hope that bug is fixed. I plan on moving over to OSX at the end of this year, and I planned on using the UML tool!
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
support-scott
Post subject:   PostPosted: May 09, 2005 - 09:37 PM
Moderator
Moderator


Joined: May 06, 2003
Posts: 6798

I know the feeling. I like OSX a lot too. Unfortunately, from the comments in that bug thread it looks like it will take a combined effort from both Apple and the SWT team to really resolve it completely.

_________________
--Scott
MyEclipse Support
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
michaelsica
Post subject:   PostPosted: May 10, 2005 - 12:51 AM
Registered Member
Registered Member


Joined: Jan 31, 2005
Posts: 13

Is there a similiar reason for the JSP Visual Designer not working on OSX?

http://myeclipseide.com/index.php?name=PNphpBB2&file=viewtopic&t=6737&highlight= (I'm still waiting for a response to the last question in that thread.)
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
support-scott
Post subject:   PostPosted: May 10, 2005 - 01:05 AM
Moderator
Moderator


Joined: May 06, 2003
Posts: 6798

Quote:

Is there a similiar reason for the JSP Visual Designer not working on OSX?

Actually no, it's a different reason. In order to get the designer built as quickly as possible with a very high degree of functionality we chose to use some of the native capabilities available on the Windows platform. That allows us to "get our feet wet" with techniques involved in building graphical WYSIWYG editors for complex languages and deliver in a reasonable timeframe. There was simply no cross-platform base we could've built on (yes, we looked at Mozilla) that gave us as great a head start. Please don't read that to imply we won't be doing a crossplatform version, only that we didn't for the first release. As always, user demand sets our priorities.

_________________
--Scott
MyEclipse Support
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
support-scott
Post subject:   PostPosted: May 10, 2005 - 01:07 AM
Moderator
Moderator


Joined: May 06, 2003
Posts: 6798

I wanted to follow up and let you know that internal test has concluded on all the feature sets that will be in 4.0M1, except for UML. There are still a couple of nagging bugs there we need to close out, but we anticipate having those done by some time tomorrow. At that point we should be able to push a build to our external QA board and then follow up with a public 4.0M1 preview at the end of the week, provided no "show stoppers" are found. I'll post another update when we begin to push the build for the QA Board as that will be a significant gate to clear.

_________________
--Scott
MyEclipse Support
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
nabil
Post subject:   PostPosted: May 10, 2005 - 03:02 AM
Quality Board
Quality Board


Joined: Feb 01, 2004
Posts: 304

gimme gimme gimme
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
kkr
Post subject: OSX should be fully supported  PostPosted: May 10, 2005 - 07:24 AM
Veteran Member
Veteran Member


Joined: Mar 24, 2005
Posts: 8

support-scott wrote:
Please don't read that to imply we won't be doing a crossplatform version, only that we didn't for the first release. As always, user demand sets our priorities.


In this case I would like to express my demand for full OSX support. At least in the final released version.
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
innovate
Post subject: MacOS X AWT/SWT  PostPosted: May 10, 2005 - 08:39 AM
Registered Member
Registered Member


Joined: Jun 08, 2004
Posts: 11

Hello,

Do you use AWT for drawing on the screen? Otherwise, you can run AWT headless on MacOS X on Tiger (10.4), if this is an option.

Regards,

Cyrill
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
support-scott
Post subject:   PostPosted: May 10, 2005 - 02:42 PM
Moderator
Moderator


Joined: May 06, 2003
Posts: 6798

Quote:

In this case I would like to express my demand for full OSX support. At least in the final released version.

Demand duly noted, but I can promise that OSX support for the JSP designer will not make it into 4.0 final due to the work involved. I almost hate to mention it, but last I checked Virtual PC for the Mac is only about $100 and for those of you that already have it to run other things, using the Windows version of 4.0 on Virtual PC *should* work fine, although I must admit we have not tested that configuration.

Quote:

Do you use AWT for drawing on the screen? Otherwise, you can run AWT headless on MacOS X on Tiger (10.4), if this is an option.

Cyrill, thanks for mentioning the headless option. We use that for some things like our Struts / JSF visual designer so those work on the Mac. However, the UML tools use a combination of SWT/AWT to draw on the screen, so until the Eclipse bug I mentioned earlier is fixed, UML won't be able to work on the Mac in its current implementation.

_________________
--Scott
MyEclipse Support
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
arjan.tijms
Post subject:   PostPosted: May 10, 2005 - 02:56 PM
Registered Member
Registered Member


Joined: Mar 15, 2004
Posts: 187

I'm sorry if this has been discussed before, but how exactly does the MyEclipse UML effort relates to the UML project at Eclipse.org? (http://www.eclipse.org/uml2/). Does it compete with it, builds on it, or something else entirely?


Last edited by arjan.tijms on May 11, 2005 - 09:48 AM; edited 1 time in total
 
 View user's profile Send private message  
Reply with quote Back to top
support-scott
Post subject:   PostPosted: May 10, 2005 - 02:59 PM
Moderator
Moderator


Joined: May 06, 2003
Posts: 6798

Quote:

Does it compete with it, builds on it, or something else entirely?

Right now, it's option C - something else entirely. We're watching the UML2 project as well as the new GMT project that Borland has proposed to lead so at some point it might be possible to use one or more Eclipse projects to get reasonable UML modeling capabilities. However, that time isn't today. :-) We'll keep an eye on the developments at the foundation (we have a VP that is on the Eclipse Foundation board of directors) so we can be sure you'll always get the very best product available from MyEclipse.

_________________
--Scott
MyEclipse Support
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
support-scott
Post subject:   PostPosted: May 10, 2005 - 05:06 PM
Moderator
Moderator


Joined: May 06, 2003
Posts: 6798

OK, one more update. We just got an email that the internal build process for what will become the external QA board build of ME4.0M1 has just started. It will take several hours, but it's definately cleared development and internal QA at this point.

_________________
--Scott
MyEclipse Support
 
 View user's profile Send private message Visit poster's website  
Reply with quote Back to top
Lars_G
Post subject:   PostPosted: May 10, 2005 - 10:10 PM
Registered Member
Registered Member


Joined: Nov 08, 2004
Posts: 2

Will the bugs/troubles with OS X also plagate Linux? I've been expecting 4.0 like mad and if some of the features will not be in 4.0 for linux I think I'll go aside and shoot myself.
 
 View user's profile Send private message  
Reply with quote Back to top
Display posts from previous:     
Jump to:  
All times are GMT - 6 Hours
Post new topic   Reply to topic
View previous topic Printable version Log in to check your private messages View next topic
Powered by PNphpBB2 © 2003-2004 The PNphpBB Group
Credits