Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Modeling » Papyrus » Export Product problem(Problem occurred when export Papyrus product)
Export Product problem [message #1700968] Wed, 08 July 2015 12:53 Go to next message
MyungWoon Oh is currently offline MyungWoon OhFriend
Messages: 52
Registered: March 2012
Member
I'm trying to make an customized Papyrus product by using 'Product Configuration', but I encountered a problem.

Screenshots below showed what I did to make a product.

index.php/fa/22436/0/

index.php/fa/22434/0/

index.php/fa/22437/0/

Which means,

org.eclipse.papyrus.infra.core depends on o.e.p.junit.utils
o.e.p.junit.utils depends on depends on o.e.p.views.modelexplorer
o.e.p.views.modelexplorer depends on org.eclipse.papyrus.infra.core

I checked out plugin.xml file of 'org.eclipse.papyrus.infra.core', but it does not even depends on 'org.eclipse.papyrus.junit.utils'.

How can I fix this problem and get my customized Papyrus product?

[Updated on: Wed, 08 July 2015 12:54]

Report message to a moderator

Re: Export Product problem [message #1700971 is a reply to message #1700968] Wed, 08 July 2015 13:00 Go to previous messageGo to next message
Camille Letavernier is currently offline Camille LetavernierFriend
Messages: 952
Registered: February 2011
Senior Member
Hi,

The dependency cycle may be introduced by test fragments. You should probably not try to include tests in your product

Camille


Camille Letavernier
Re: Export Product problem [message #1700977 is a reply to message #1700971] Wed, 08 July 2015 13:31 Go to previous messageGo to next message
MyungWoon Oh is currently offline MyungWoon OhFriend
Messages: 52
Registered: March 2012
Member
Thank you for the lightning fast reply. ^^

Actually I manually removed all org.eclipse.papyrus.**.tests plugins from the Dependencies tab of the Product Configuration like below.

index.php/fa/22439/0/

But it still produces the same dependency cycle.

How to fix this problem?
Re: Export Product problem [message #1700979 is a reply to message #1700977] Wed, 08 July 2015 13:37 Go to previous messageGo to next message
Camille Letavernier is currently offline Camille LetavernierFriend
Messages: 952
Registered: February 2011
Senior Member
Hi,

There is no dependency cycle in the Papyrus main code base, unless you include test fragments, so you probably missed something. oep.junit.utils is not part of Papyrus Main; it is a test-utility plug-in (Part of the Papyrus Developer tools). It shouldn't be included either. So if you need it in your product, this means that some tests plug-ins are still present

Quote:
Actually I manually removed all org.eclipse.papyrus.**.tests


Did you also remove plug-ins that don't exactly match this pattern? e.g. oep.tests.diagramassistants, oep.tests.extra? (There may be others)

HTH,
Camille


Camille Letavernier
Re: Export Product problem [message #1700996 is a reply to message #1700979] Wed, 08 July 2015 14:42 Go to previous message
MyungWoon Oh is currently offline MyungWoon OhFriend
Messages: 52
Registered: March 2012
Member
That's what I'm saying.

I didn't even added the 'oep.junit.utils' to the Dependencies. And 'oep.junit.utils' is not included in the Dependencies tab of Product Configuration file.

And none of oep.tests.** are included in the Dependencies.

In a word, there is no information about 'oep.junit.utils', no 'oep.tests.**', no 'oep.**.tests' in the Product Configuration.

'oep.junit.utils' only appears while using Product export wizard.

I attach my Product Configuration file.

[Updated on: Wed, 08 July 2015 14:44]

Report message to a moderator

Previous Topic:Error when trying to reimplement BlockPropertyCompositeEditPart
Next Topic:CSS Canonical does not work in SysML
Goto Forum:
  


Current Time: Fri Apr 26 02:50:52 GMT 2024

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

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

Back to the top