- This topic has 10 replies, 5 voices, and was last updated 19 years, 9 months ago by
Riyad Kalla.
-
AuthorPosts
-
tbrownagcMemberI am running eclipse 3.1.m4, JDK 1.5.0_01, WTP 1.02, and the latest myeclipse ide beta for 3.1.
It appears that this beta is overriding/interfering with the WTP? Am I just getting in too early with WTP? I want to use this ide in conjunction with WTP.
After I load the beta, I can no longer create WTP projects.
Thanks,
Tim
Riyad KallaMemberTim,
MyEclipse builds on and extends a good amount of the WTP, you will likely run into many headaches trying to use MyEclipse and WTP at the same time.What is in WTP that you want to use it along side MyEclipse?
tbrownagcMemberI am using apache beehive/pollinate. It looks like wtp is gaining some ground and MyEclipseIDE is complimentory. Am I missing something?
Riyad KallaMemberMyEclipse builds on and extends WTP, the problem here is that if you install WTP along side MyEclipse, the newer release of WTP will be loaded, in lui of the WTP version that MyEclipse builds on and a lot of the MyEclipse functionality will likely break (due to API changes).
Marcus BeyerMemberSo it is not possible to work with beehive/pollinate and MyEclipse?
Riyad KallaMembermb,
Does beehive/pollinate build on WTP? I don’t know how your new assumption and my previous comment connect.
Marcus BeyerMember@support-rkalla wrote:
mb,
Does beehive/pollinate build on WTP? I don’t know how your new assumption and my previous comment connect.Yes, Pollinate needs WebTools 1.0 M3.
http://dev.eclipse.org/viewcvs/indextech.cgi/~checkout~/pollinate-home/downloads.html
http://www.eclipse.org/pollinate/
cheers
Marcus
David Orriss JrParticipantI think WebTools 1.0M3 is actually *older* than WTP 0.7 (which is the most recent version of WebTools). And I *thought* the MyEclipse guys were currently using WTP 0.7 for their work.
If both of these are true then you’ll need to ask the pollinate guys about putting out an update for the newer WTP release. It seems that they’re a bit behind the WTP (and the rest of the eclipse community for that matter).
Riyad KallaMemberDave,
We actually built ontop of the initial WTP contribution and have fixed and integrated 100s upon 100s of fixes and integration features into it, so simply dropping in a new release of WTP (Especially given how volatile the platform is in it’s pre 1.0 stage) is a big undertaking. we were waiting for some major milestones to be hit by the WTP guys before we did a refresh and it looks like they are mostly there, so hopefully for 5.0 we will do a refresh of all the editors and infrastructure, it will require a really long beta cycle to make sure didn’t muck up anything too badly, but after that it should be realtively smooth sailing with integrating future releases (let’s hope).
KapellerMemberHi!
I’m using the wsdl editor of “Eclipse Web Tools Platform” which is working perfect without MyEclipseIDE 4M3. After installing i allwas get validation errors. All the validation handling is a little bit “strange” when MyEclipse is installed: sometimes i can not remove the validation markers, sometimes i disable all validation and after restarting eclipse it starts again validating all may xml files ….My setup: x86, SUN-JDK 1.4.2_08, Windows XP Pro German, Eclipse 3.1, MyEclipseIDE 4M3
Riyad KallaMemberUsing portions of WTP with MyEclipse can give varying results, it’s not something we encourage.
Also keep in mind that using WTP with MyEclipse seems to re-enable the dredded “crazy indexer thread” issue that we took so much care to kill, so the hanging and constant “building” is that bug, you will need to perform a clean install of ME and E to get rid of it (without WTP).
-
AuthorPosts