Juno GMF-RCP Application Won't Export from Product [message #893837] |
Thu, 05 July 2012 12:01  |
Eclipse User |
|
|
|
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>
|
|
|
|
|
|
Powered by
FUDForum. Page generated in 0.04553 seconds