Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Target Editor often fails to update locations
Target Editor often fails to update locations [message #953368] Mon, 22 October 2012 07:24 Go to next message
Lorenzo Bettini is currently offline Lorenzo BettiniFriend
Messages: 1812
Registered: July 2009
Location: Firenze, Italy
Senior Member
Hi

after I created a target definition (with update sites as locations)
with the target editor, resolved it, and set it as the target platform,
if I try to Update with the button in the Target Editor, this almost
always fails, saying that it cannot find some features (which are
actually available in that update site, both with the old version and
the new version)...

is it a known issue?

thanks in advance
Lorenzo

--
Lorenzo Bettini, PhD in Computer Science, DI, Univ. Torino
ICQ# lbetto, 16080134 (GNU/Linux User # 158233)
HOME: http://www.lorenzobettini.it MUSIC: http://www.purplesucker.com
http://www.myspace.com/supertrouperabba
BLOGS: http://tronprog.blogspot.com http://longlivemusic.blogspot.com
http://www.gnu.org/software/src-highlite
http://www.gnu.org/software/gengetopt
http://www.gnu.org/software/gengen http://doublecpp.sourceforge.net


Re: Target Editor often fails to update locations [message #953814 is a reply to message #953368] Mon, 22 October 2012 14:57 Go to previous messageGo to next message
Curtis Windatt is currently offline Curtis WindattFriend
Messages: 166
Registered: July 2009
Senior Member
Does the target location have "Include required software" checked on?

My only guess is that some required installable unit is missing from the site.
Re: Target Editor often fails to update locations [message #960478 is a reply to message #953814] Sat, 27 October 2012 14:15 Go to previous messageGo to next message
Lorenzo Bettini is currently offline Lorenzo BettiniFriend
Messages: 1812
Registered: July 2009
Location: Firenze, Italy
Senior Member
On 10/22/2012 04:57 PM, Curtis Windatt wrote:
> Does the target location have "Include required software" checked on?
>
> My only guess is that some required installable unit is missing from the
> site.

I tried both with required software and without, and also for a very
simple target definition only for RCP (based on download.eclipse.org)...

it cannot even find org.eclipse.rcp.sdk.id...

here's an example of a target definition which I cannot update

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?pde version="3.8"?>

<target name="rcp" sequenceNumber="1">
<locations>
<location includeAllPlatforms="true" includeConfigurePhase="true"
includeMode="slicer" includeSource="true" type="InstallableUnit">
<unit id="org.eclipse.equinox.executable.feature.group"
version="3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm"/>
<unit id="org.eclipse.rcp.sdk.id" version="4.2.0.I20120608-1400"/>
<unit id="org.eclipse.emf.ecoretools.sdk.feature.group"
version="1.1.0.201205150811"/>
<unit id="org.eclipse.emf.sdk.feature.group"
version="2.8.0.v20120608-0554"/>
<repository location="http://download.eclipse.org/releases/juno"/>
</location>
</locations>
</target>


--
Lorenzo Bettini, PhD in Computer Science, DI, Univ. Torino
ICQ# lbetto, 16080134 (GNU/Linux User # 158233)
HOME: http://www.lorenzobettini.it MUSIC: http://www.purplesucker.com
http://www.myspace.com/supertrouperabba
BLOGS: http://tronprog.blogspot.com http://longlivemusic.blogspot.com
http://www.gnu.org/software/src-highlite
http://www.gnu.org/software/gengetopt
http://www.gnu.org/software/gengen http://doublecpp.sourceforge.net


Re: Target Editor often fails to update locations [message #975391 is a reply to message #960478] Wed, 07 November 2012 20:56 Go to previous message
Lorenzo Bettini is currently offline Lorenzo BettiniFriend
Messages: 1812
Registered: July 2009
Location: Firenze, Italy
Senior Member
am I the only one experiencing problems with "Update"?

On 10/27/2012 04:15 PM, Lorenzo Bettini wrote:
> On 10/22/2012 04:57 PM, Curtis Windatt wrote:
>> Does the target location have "Include required software" checked on?
>>
>> My only guess is that some required installable unit is missing from the
>> site.
>
> I tried both with required software and without, and also for a very
> simple target definition only for RCP (based on download.eclipse.org)...
>
> it cannot even find org.eclipse.rcp.sdk.id...
>
> here's an example of a target definition which I cannot update
>
> <?xml version="1.0" encoding="UTF-8" standalone="no"?>
> <?pde version="3.8"?>
>
> <target name="rcp" sequenceNumber="1">
> <locations>
> <location includeAllPlatforms="true" includeConfigurePhase="true"
> includeMode="slicer" includeSource="true" type="InstallableUnit">
> <unit id="org.eclipse.equinox.executable.feature.group"
> version="3.6.0.v20120522-1813-7P7OG2BFLWUl7UmbVUO9iCm"/>
> <unit id="org.eclipse.rcp.sdk.id" version="4.2.0.I20120608-1400"/>
> <unit id="org.eclipse.emf.ecoretools.sdk.feature.group"
> version="1.1.0.201205150811"/>
> <unit id="org.eclipse.emf.sdk.feature.group"
> version="2.8.0.v20120608-0554"/>
> <repository location="http://download.eclipse.org/releases/juno"/>
> </location>
> </locations>
> </target>
>
>


--
Lorenzo Bettini, PhD in Computer Science, DI, Univ. Torino
ICQ# lbetto, 16080134 (GNU/Linux User # 158233)
HOME: http://www.lorenzobettini.it MUSIC: http://www.purplesucker.com
http://www.myspace.com/supertrouperabba
BLOGS: http://tronprog.blogspot.com http://longlivemusic.blogspot.com
http://www.gnu.org/software/src-highlite
http://www.gnu.org/software/gengetopt
http://www.gnu.org/software/gengen http://doublecpp.sourceforge.net


Previous Topic:Adding menu item in contextmenu to appear in both Project Explorer and CEditor ?
Next Topic:Quick fixes list in tooltip
Goto Forum:
  


Current Time: Thu Apr 18 06:03:12 GMT 2024

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

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

Back to the top