Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Juno GMF-RCP Application Won't Export from Product
Juno GMF-RCP Application Won't Export from Product [message #893837] Thu, 05 July 2012 16:01 Go to next message
Conor Gaffney is currently offline Conor GaffneyFriend
Messages: 4
Registered: February 2012
Junior Member
Hi All,

Can you help?

1) Downloaded Juno Modelling Tools - Build ID 20120620-1657 (stable release)
2) Installed GMF tooling
3) Created a very basic GMF-RCP editor project that runs from a Run Configuration
4) Created a .product file:
- used the ...diagram.MyApplication
- Dependencies: added myproject.diagram then Added required plug-ins
5) Tested with 'Launch an Eclipse application' in the .product file = works fine

Issue:

Executed the 'Eclipse Product export wizard' and got this error:

Problems parsing the feature file:C:.../eclipse/features/org.eclipse.gmf.tooling.runtime.source_3.0.0.v201206221900/feature.xml.


Any idea?

Thanks,

Gaff


Here's the feature.xml file:

<?xml version="1.0" encoding="UTF-8"?>
<feature
id="org.eclipse.gmf.tooling.runtime.source"
label="%featureName"
version="3.0.0.v201206221900"
provider-name="%providerName"
image="eclipse_update_120.jpg">

<description url="http://www.eclipse.org/gmf">
%description
</description>

<copyright url="http://www.eclipse.org/legal/epl-v10.html">
Copyright (c) 2012 Montages AG and others.
All rights reserved. This program and the accompanying materials
are made available under the terms of the Eclipse Public License v1.0
which accompanies this distribution, and is available at
http://www.eclipse.org/legal/epl-v10.html
</copyright>

<license url="%licenseURL">
%license
</license>

<url>
<update label="%updateSiteName" url="http://download.eclipse.org/modeling/gmf/updates/releases/"/>
</url>

<requires>
</requires>

<plugin
id="org.eclipse.gmf.tooling.runtime.source"
download-size="96"
install-size="184"
version="3.0.0.v201206221900"
unpack="false"/>

</feature>
Re: Juno GMF-RCP Application Won't Export from Product [message #894615 is a reply to message #893837] Mon, 09 July 2012 19:56 Go to previous messageGo to next message
Frank Stappers is currently offline Frank StappersFriend
Messages: 1
Registered: July 2012
Junior Member
The <requires> is empty.

If fixed it by locally editing the "feature.xml" by changing:
   <requires>
   </requires>

into:
   <requires>
      <import plugin="org.eclipse.core.runtime" version="3.7.0" match="compatible"/>
      <import plugin="org.eclipse.gef"/>
      <import plugin="org.eclipse.gmf.runtime.notation" version="1.5.0" match="compatible"/>
      <import plugin="org.eclipse.gmf.runtime.emf.core"/>
      <import plugin="org.eclipse.gmf.runtime.emf.commands.core"/>
      <import plugin="org.eclipse.gmf.runtime.emf.ui.properties"/>
      <import plugin="org.eclipse.gmf.runtime.diagram.ui"/>
      <import plugin="org.eclipse.gmf.runtime.diagram.ui.printing.render"/>
      <import plugin="org.eclipse.gmf.runtime.diagram.ui.printing"/>
      <import plugin="org.eclipse.gmf.runtime.diagram.ui.properties"/>
      <import plugin="org.eclipse.gmf.runtime.diagram.ui.providers"/>
      <import plugin="org.eclipse.gmf.runtime.diagram.ui.providers.ide"/>
      <import plugin="org.eclipse.gmf.runtime.diagram.ui.render"/>
      <import plugin="org.eclipse.gmf.runtime.diagram.ui.resources.editor"/>
      <import plugin="org.eclipse.gmf.runtime.diagram.ui.resources.editor.ide"/>
      <import plugin="org.eclipse.gmf.runtime.draw2d.ui"/>
   </requires>

I have copied-paste the content from the "feature.xml"-file located in "org.eclipse.gmf.tooling.runtime_3.0.0.v201206221900"
Re: Juno GMF-RCP Application Won't Export from Product [message #894799 is a reply to message #894615] Tue, 10 July 2012 14:50 Go to previous messageGo to next message
Conor Gaffney is currently offline Conor GaffneyFriend
Messages: 4
Registered: February 2012
Junior Member
Thanks, that worked all right. I had the same issue with Indigo when I tried a similar operation.
Re: Juno GMF-RCP Application Won't Export from Product [message #924137 is a reply to message #893837] Wed, 26 September 2012 14:47 Go to previous message
Crush Mach is currently offline Crush MachFriend
Messages: 6
Registered: September 2012
Junior Member
Hi,

Thx for your help it worked for me too Smile

[Updated on: Wed, 26 September 2012 14:53]

Report message to a moderator

Previous Topic:Project explorer file with children
Next Topic:Loading an encrypted file
Goto Forum:
  


Current Time: Thu Apr 25 23:06:21 GMT 2024

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

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

Back to the top