Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » EMF » Problem Bundle 'XXX' cannot be resolved
Problem Bundle 'XXX' cannot be resolved [message #1684279] Wed, 18 March 2015 11:05 Go to next message
Emna Dammak is currently offline Emna DammakFriend
Messages: 9
Registered: March 2015
Junior Member
Hello,

During generation of file.edit , an error is displayed in MANIFEST.MF :
Bundle 'XXX' cannot be resolved.

And at the class level addBase_ComponentPropertyDescriptor(Object object) :

ProfilePackage.Literals.MANAGED_ELEMENT__BASE_COMPONENT

ProfilePackage cannot be resolved to a variable. Sad

Thank you for helping me to solve these problems Smile

Re: Problem Bundle 'XXX' cannot be resolved [message #1684900 is a reply to message #1684279] Wed, 18 March 2015 16:20 Go to previous messageGo to next message
Ed Merks is currently offline Ed MerksFriend
Messages: 33141
Registered: July 2009
Senior Member
Emna,

It sounds like you have dependencies on another package whose generated
*.edit project isn't available. It sounds like UML2 is involved...


On 18/03/2015 12:05 PM, Emna Dammak wrote:
> Hello,
>
> During generation of file.edit , an error is displayed in MANIFEST.MF :
> Bundle 'XXX' cannot be resolved.
>
> And at the class level addBase_ComponentPropertyDescriptor(Object
> object) :
>
> ProfilePackage.Literals.MANAGED_ELEMENT__BASE_COMPONENT
>
> ProfilePackage cannot be resolved to a variable. :(
> Thank you for helping me to solve these problems :)
>


Ed Merks
Professional Support: https://www.macromodeling.com/
Re: Problem Bundle 'XXX' cannot be resolved [message #1688384 is a reply to message #1684900] Fri, 20 March 2015 15:40 Go to previous messageGo to next message
Emna Dammak is currently offline Emna DammakFriend
Messages: 9
Registered: March 2015
Junior Member
Thanks problem of bundle is solved but I got the 11 errors below, which I suspect are due to the missing of : "import org.example.TEST.TESTPackage " and " import org.example.TEST.util.TESTAdapterFactory", org.example is a base package of *.genmodel .
Can you help me ?
Re: Problem Bundle 'XXX' cannot be resolved [message #1688637 is a reply to message #1688384] Sat, 21 March 2015 08:07 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33141
Registered: July 2009
Senior Member
Emna,

It's hard to comment without knowing anything about your model. Are
those imports needed elsewhere in the source code, i.e., if you remove
them are all the errors gone? And if you regenerate, do those imports
come back?


On 20/03/2015 4:40 PM, Emna Dammak wrote:
> Thanks problem of bundle is solved but I got the 11 errors below,
> which I suspect are due to the missing of : "import
> org.example.TEST.TESTPackage " and " import
> org.example.TEST.util.TESTAdapterFactory", org.example is a base
> package of *.genmodel .
> Can you help me ?


Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:[EMF Ant Task] genModel attribute in plugin.xml not generated
Next Topic:Re: Problem to load Rose model
Goto Forum:
  


Current Time: Fri Apr 26 03:25:04 GMT 2024

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

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

Back to the top