Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » GMF (Graphical Modeling Framework) » problem with plugins
problem with plugins [message #641733] Sat, 27 November 2010 10:51 Go to next message
Mickel  is currently offline Mickel Friend
Messages: 4
Registered: September 2010
Junior Member
Hiii every body,

i want to execute a GMF project and when i want to explore it, i find many problems.

In required plugins, i find two plugins having problems( i think they are missing):
*org.eclipse.emf.validation.ui.ide.source;bundle-version="1.3.0 "
*org.eclipse.emf.validation.ui.source;bundle-version="1.3.0 "

this is the Manifest.MF,here are the problems:

Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: Patron_multidimensionnel;singleton:=true
Bundle-Version: 1.0.0
Bundle-ClassPath: .,
dtdparser121.jar,
jdom.jar,
jtds-1.2.2.jar,
ojdbc14_g.jar,
ojdbc14.jar,
sqljdbc.jar,
xercesImpl.jar
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Bundle-RequiredExecutionEnvironment: JavaSE-1.6
Export-Package: ConnectionDB,
Patron,
Patron.impl,
Patron.util
Require-Bundle: org.eclipse.core.runtime,
org.eclipse.emf.ecore;visibility:=reexport,
org.eclipse.emf.validation;bundle-version="1.3.0",
org.eclipse.emf.validation.doc;bundle-version="1.3.0",
org.eclipse.emf.validation.examples;bundle-version="1.3.0",
org.eclipse.emf.validation.ocl;bundle-version="1.3.0",
org.eclipse.emf.validation.ocl.source;bundle-version="1.3.0 ",
org.eclipse.emf.validation.source;bundle-version="1.3.0",
org.eclipse.emf.validation.ui;bundle-version="1.3.0",
org.eclipse.emf.validation.ui.ide;bundle-version="1.3.0",
org.eclipse.emf.validation.ui.ide.source;bundle-version="1.3.0 ",
org.eclipse.emf.validation.ui.source;bundle-version="1.3.0"

Bundle-ActivationPolicy: lazy

Would you help me please
Re: problem with plugins [message #641757 is a reply to message #641733] Sat, 27 November 2010 17:07 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33142
Registered: July 2009
Senior Member
Mickel,

Maybe the space inside the quotes is a bad thing?


Mickel wrote:
> Hiii every body,
>
> i want to execute a GMF project and when i want to explore it, i find
> many problems.
>
> In required plugins, i find two plugins having problems( i think they
> are missing):
> *org.eclipse.emf.validation.ui.ide.source;bundle-version="1.3.0 "
> *org.eclipse.emf.validation.ui.source;bundle-version="1.3.0 "
>
> this is the Manifest.MF,here are the problems:
>
> Manifest-Version: 1.0
> Bundle-ManifestVersion: 2
> Bundle-Name: %pluginName
> Bundle-SymbolicName: Patron_multidimensionnel;singleton:=true
> Bundle-Version: 1.0.0
> Bundle-ClassPath: .,
> dtdparser121.jar,
> jdom.jar,
> jtds-1.2.2.jar,
> ojdbc14_g.jar,
> ojdbc14.jar,
> sqljdbc.jar,
> xercesImpl.jar
> Bundle-Vendor: %providerName
> Bundle-Localization: plugin
> Bundle-RequiredExecutionEnvironment: JavaSE-1.6
> Export-Package: ConnectionDB,
> Patron,
> Patron.impl,
> Patron.util
> Require-Bundle: org.eclipse.core.runtime,
> org.eclipse.emf.ecore;visibility:=reexport,
> org.eclipse.emf.validation;bundle-version="1.3.0",
> org.eclipse.emf.validation.doc;bundle-version="1.3.0",
> org.eclipse.emf.validation.examples;bundle-version="1.3.0",
> org.eclipse.emf.validation.ocl;bundle-version="1.3.0",
> org.eclipse.emf.validation.ocl.source;bundle-version="1.3.0 ",
> org.eclipse.emf.validation.source;bundle-version="1.3.0",
> org.eclipse.emf.validation.ui;bundle-version="1.3.0",
> org.eclipse.emf.validation.ui.ide;bundle-version="1.3.0",
> org.eclipse.emf.validation.ui.ide.source;bundle-version="1.3.0 ",
> org.eclipse.emf.validation.ui.source;bundle-version="1.3.0"
> Bundle-ActivationPolicy: lazy
>
> Would you help me please


Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:Import containment feature from file
Next Topic:Extend report item line
Goto Forum:
  


Current Time: Sat Apr 27 02:26:59 GMT 2024

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

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

Back to the top