Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » PHP missing since EMF update
PHP missing since EMF update [message #79418] Wed, 03 September 2008 08:47 Go to next message
Eclipse UserFriend
Originally posted by: dafish.soundtrack-board.de

Hi,

Eclipse showed an EMF update yesterday and I installed it. After the
neccesary restart, the PHP perspective is gone and I'm unable to get it
back.
I've tried to reinstall PHP both through the Update feature and by
downloading the latest 1.0.3 release. Nothing worked.

Any chance of getting my "old" configuration back?

Best regards,
Marcus
Re: PHP missing since EMF update [message #79433 is a reply to message #79418] Wed, 03 September 2008 12:41 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33140
Registered: July 2009
Senior Member
Marcus,

Try running with "-clean -debug" and have a close look at
<workspace>/.metadata/.log. You might want to delete this file first so
you create a fresh new one. With the -debug flag, there should be
detailed messages about why a feature or plugin fails to activate
(typically because of version range restrictions). Which Eclipse are
you on and which EMF did you update to?


Marcus Stöhr wrote:
> Hi,
>
> Eclipse showed an EMF update yesterday and I installed it. After the
> neccesary restart, the PHP perspective is gone and I'm unable to get
> it back.
> I've tried to reinstall PHP both through the Update feature and by
> downloading the latest 1.0.3 release. Nothing worked.
>
> Any chance of getting my "old" configuration back?
>
> Best regards,
> Marcus


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: PHP missing since EMF update [message #79447 is a reply to message #79433] Wed, 03 September 2008 16:15 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: codeslave.ca.ibm.com

PDT 1.0.3 is targeted for Eclipse 3.3, WTP 2.0, and EMF 2.3.

http://download.eclipse.org/tools/pdt/downloads/release.php? release=R20080603

If you're using something newer, YMMV.

If you want a PDT that works with Eclipse 3.4, use the latest Nightly
build of PDT 2.0.

If you want one that works with Eclipse 3.5, you'll have to wait until
2.0 is released.The latest EMF build (from yesterday) is for Eclipse 3.5
-- there are no guarantees that the still-in-progress Eclipse 3.5 + EMF
2.5 will work for the still-in-progress PDT 2.0 (which is being built
with Eclipse 3.4, not 3.5.)

If you want to develop PHP without having to worry about Eclipse
version, WTP version, or EMF version, get phpeclipse. It may not be
quite as feature-rich, but it's MUCH easier to install. :)

Nick

Ed Merks wrote:
> Marcus,
>
> Try running with "-clean -debug" and have a close look at
> <workspace>/.metadata/.log. You might want to delete this file first so
> you create a fresh new one. With the -debug flag, there should be
> detailed messages about why a feature or plugin fails to activate
> (typically because of version range restrictions). Which Eclipse are
> you on and which EMF did you update to?
>
>
> Marcus Stöhr wrote:
>> Hi,
>>
>> Eclipse showed an EMF update yesterday and I installed it. After the
>> neccesary restart, the PHP perspective is gone and I'm unable to get
>> it back.
>> I've tried to reinstall PHP both through the Update feature and by
>> downloading the latest 1.0.3 release. Nothing worked.
>>
>> Any chance of getting my "old" configuration back?
>>
>> Best regards,
>> Marcus

--
Nick Boldt :: Release Engineer, IBM Toronto Lab
Eclipse Modeling :: http://www.eclipse.org/modeling
http://wiki.eclipse.org/index.php/User:Nickb
Re: PHP missing since EMF update [message #79535 is a reply to message #79433] Thu, 04 September 2008 08:32 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: dafish.soundtrack-board.de

Ed Merks schrieb:
> Marcus,
>
> Try running with "-clean -debug" and have a close look at
> <workspace>/.metadata/.log. You might want to delete this file first so
> you create a fresh new one. With the -debug flag, there should be
> detailed messages about why a feature or plugin fails to activate
> (typically because of version range restrictions). Which Eclipse are
> you on and which EMF did you update to?
>
>
> Marcus Stöhr wrote:
>> Hi,
>>
>> Eclipse showed an EMF update yesterday and I installed it. After the
>> neccesary restart, the PHP perspective is gone and I'm unable to get
>> it back.
>> I've tried to reinstall PHP both through the Update feature and by
>> downloading the latest 1.0.3 release. Nothing worked.
>>
>> Any chance of getting my "old" configuration back?
>>
>> Best regards,
>> Marcus

Ed,

thanks for the hint with the .log-File. Some of the entries indicate
problems with EMF:

!ENTRY org.eclipse.osgi 2 0 2008-09-04 09:17:51.212
!MESSAGE One or more bundles are not resolved because the following root
constraints are not resolved:
!SUBENTRY 1 org.eclipse.osgi 2 0 2008-09-04 09:17:51.212
!MESSAGE Bundle
update@plugins/org.eclipse.wst.web.ui_1.1.101.v200706071630.jar was not
resolved.
!SUBENTRY 2 org.eclipse.wst.web.ui 2 0 2008-09-04 09:17:51.212
!MESSAGE Missing required bundle org.eclipse.emf.ecore_[2.2.0,2.4.0).
!SUBENTRY 1 org.eclipse.osgi 2 0 2008-09-04 09:17:51.212
!MESSAGE Bundle
update@plugins/org.eclipse.emf.ecore.change.edit_2.4.0.v200808251517.jar
was not resolved.
!SUBENTRY 2 org.eclipse.emf.ecore.change.edit 2 0 2008-09-04 09:17:51.213
!MESSAGE Missing required bundle org.eclipse.core.runtime_[3.4.0,4.0.0).
!SUBENTRY 1 org.eclipse.osgi 2 0 2008-09-04 09:17:51.213

This goes on to the PDT feature:

!MESSAGE Bundle update@plugins/org.eclipse.php.core_1.0.3.v20080603.jar
[181] was not resolved.
!SUBENTRY 2 org.eclipse.php.core 2 0 2008-09-04 09:17:51.230
!MESSAGE Missing required bundle org.eclipse.wst.sse.core_0.0.0.
!SUBENTRY 2 org.eclipse.php.core 2 0 2008-09-04 09:17:51.230
!MESSAGE Missing required bundle org.eclipse.wst.html.core_0.0.0.
!SUBENTRY 2 org.eclipse.php.core 2 0 2008-09-04 09:17:51.230
!MESSAGE Missing required bundle org.eclipse.wst.xml.core_0.0.0.
!SUBENTRY 2 org.eclipse.php.core 2 0 2008-09-04 09:17:51.230
!MESSAGE Missing required bundle org.eclipse.wst.validation_0.0.0.
!SUBENTRY 2 org.eclipse.php.core 2 0 2008-09-04 09:17:51.230
!MESSAGE Missing required bundle org.eclipse.wst.common.frameworks_0.0.0.
!SUBENTRY 2 org.eclipse.php.core 2 0 2008-09-04 09:17:51.230
!MESSAGE Missing required bundle org.eclipse.jem.util_0.0.0.
!SUBENTRY 1 org.eclipse.osgi 2 0 2008-09-04 09:17:51.230


I'm using latest 3.3 and EMF is version 2.4.1 now.
Re: PHP missing since EMF update [message #79550 is a reply to message #79535] Thu, 04 September 2008 18:31 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33140
Registered: July 2009
Senior Member
Marcus,

EMF 2.4 targets Eclipse 3.4 and doesn't work with Eclipse 3.3. You'll
need EMF 2.3 for it to work with Eclipse 3.3.


Marcus Stöhr wrote:
> Ed Merks schrieb:
>> Marcus,
>>
>> Try running with "-clean -debug" and have a close look at
>> <workspace>/.metadata/.log. You might want to delete this file first
>> so you create a fresh new one. With the -debug flag, there should be
>> detailed messages about why a feature or plugin fails to activate
>> (typically because of version range restrictions). Which Eclipse are
>> you on and which EMF did you update to?
>>
>>
>> Marcus Stöhr wrote:
>>> Hi,
>>>
>>> Eclipse showed an EMF update yesterday and I installed it. After the
>>> neccesary restart, the PHP perspective is gone and I'm unable to get
>>> it back.
>>> I've tried to reinstall PHP both through the Update feature and by
>>> downloading the latest 1.0.3 release. Nothing worked.
>>>
>>> Any chance of getting my "old" configuration back?
>>>
>>> Best regards,
>>> Marcus
>
> Ed,
>
> thanks for the hint with the .log-File. Some of the entries indicate
> problems with EMF:
>
> !ENTRY org.eclipse.osgi 2 0 2008-09-04 09:17:51.212
> !MESSAGE One or more bundles are not resolved because the following
> root constraints are not resolved:
> !SUBENTRY 1 org.eclipse.osgi 2 0 2008-09-04 09:17:51.212
> !MESSAGE Bundle
> update@plugins/org.eclipse.wst.web.ui_1.1.101.v200706071630.jar was
> not resolved.
> !SUBENTRY 2 org.eclipse.wst.web.ui 2 0 2008-09-04 09:17:51.212
> !MESSAGE Missing required bundle org.eclipse.emf.ecore_[2.2.0,2.4.0).
> !SUBENTRY 1 org.eclipse.osgi 2 0 2008-09-04 09:17:51.212
> !MESSAGE Bundle
> update@plugins/org.eclipse.emf.ecore.change.edit_2.4.0.v200808251517.jar
> was not resolved.
> !SUBENTRY 2 org.eclipse.emf.ecore.change.edit 2 0 2008-09-04 09:17:51.213
> !MESSAGE Missing required bundle org.eclipse.core.runtime_[3.4.0,4.0.0).
> !SUBENTRY 1 org.eclipse.osgi 2 0 2008-09-04 09:17:51.213
>
> This goes on to the PDT feature:
>
> !MESSAGE Bundle
> update@plugins/org.eclipse.php.core_1.0.3.v20080603.jar [181] was not
> resolved.
> !SUBENTRY 2 org.eclipse.php.core 2 0 2008-09-04 09:17:51.230
> !MESSAGE Missing required bundle org.eclipse.wst.sse.core_0.0.0.
> !SUBENTRY 2 org.eclipse.php.core 2 0 2008-09-04 09:17:51.230
> !MESSAGE Missing required bundle org.eclipse.wst.html.core_0.0.0.
> !SUBENTRY 2 org.eclipse.php.core 2 0 2008-09-04 09:17:51.230
> !MESSAGE Missing required bundle org.eclipse.wst.xml.core_0.0.0.
> !SUBENTRY 2 org.eclipse.php.core 2 0 2008-09-04 09:17:51.230
> !MESSAGE Missing required bundle org.eclipse.wst.validation_0.0.0.
> !SUBENTRY 2 org.eclipse.php.core 2 0 2008-09-04 09:17:51.230
> !MESSAGE Missing required bundle org.eclipse.wst.common.frameworks_0.0.0.
> !SUBENTRY 2 org.eclipse.php.core 2 0 2008-09-04 09:17:51.230
> !MESSAGE Missing required bundle org.eclipse.jem.util_0.0.0.
> !SUBENTRY 1 org.eclipse.osgi 2 0 2008-09-04 09:17:51.230
>
>
> I'm using latest 3.3 and EMF is version 2.4.1 now.


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: PHP missing since EMF update [message #79565 is a reply to message #79550] Fri, 05 September 2008 07:25 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: dafish.soundtrack-board.de

Ed Merks schrieb:
> Marcus,
>
> EMF 2.4 targets Eclipse 3.4 and doesn't work with Eclipse 3.3. You'll
> need EMF 2.3 for it to work with Eclipse 3.3.
>
>

Ed,

this explains my problems. But I'm wondering why Eclipse would show EMF
2.4 in my Eclipse 3.3 environment?
But thanks for the information and I'll try to fix my installation. :)

-Marcus
Re: PHP missing since EMF update [message #79579 is a reply to message #79565] Fri, 05 September 2008 12:05 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33140
Registered: July 2009
Senior Member
Marcus,

Yes, it seems kind of unhelpful to suggest/allow choices that are known
to have unsatisfiable constraints...


Marcus Stöhr wrote:
> Ed Merks schrieb:
>> Marcus,
>>
>> EMF 2.4 targets Eclipse 3.4 and doesn't work with Eclipse 3.3.
>> You'll need EMF 2.3 for it to work with Eclipse 3.3.
>>
>>
>
> Ed,
>
> this explains my problems. But I'm wondering why Eclipse would show
> EMF 2.4 in my Eclipse 3.3 environment?
> But thanks for the information and I'll try to fix my installation. :)
>
> -Marcus


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: PHP missing since EMF update [message #79623 is a reply to message #79579] Fri, 05 September 2008 17:19 Go to previous message
Eclipse UserFriend
Originally posted by: dafish.soundtrack-board.de

Ed Merks schrieb:
> Marcus,
>
> Yes, it seems kind of unhelpful to suggest/allow choices that are known
> to have unsatisfiable constraints...
>
>
> Marcus Stöhr wrote:
>> Ed Merks schrieb:
>>> Marcus,
>>>
>>> EMF 2.4 targets Eclipse 3.4 and doesn't work with Eclipse 3.3.
>>> You'll need EMF 2.3 for it to work with Eclipse 3.3.
>>>
>>>
>>
>> Ed,
>>
>> this explains my problems. But I'm wondering why Eclipse would show
>> EMF 2.4 in my Eclipse 3.3 environment?
>> But thanks for the information and I'll try to fix my installation. :)
>>
>> -Marcus

However,
I did it and made the step to Ganymede today and beside some annoyances,
everything works as expected.
Previous Topic:PDT - 'An internal error occured during Selection Job titile'
Next Topic:PDT 2.0 "Show variables from other files" is slow and cannot be turned off
Goto Forum:
  


Current Time: Thu Apr 25 06:12:26 GMT 2024

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

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

Back to the top