Skip to main content



      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 12:01 Go to next message
Eclipse UserFriend
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 15:56 Go to previous messageGo to next message
Eclipse UserFriend
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 10:50 Go to previous messageGo to next message
Eclipse UserFriend
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 10:47 Go to previous message
Eclipse UserFriend
Hi,

Thx for your help it worked for me too Smile

[Updated on: Wed, 26 September 2012 10:53] by Moderator

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


Current Time: Wed Jul 02 03:19:37 EDT 2025

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

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

Back to the top