Bug 343124 - A cycle is detected on a Bundle which is not part of the product configuration
Summary: A cycle is detected on a Bundle which is not part of the product configuration
Status: NEW
Alias: None
Product: z_Archived
Classification: Eclipse Foundation
Component: Libra (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Project Inbox CLA
QA Contact: Holger Staudacher CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-04-18 05:59 EDT by Flavio Donze CLA
Modified: 2022-02-24 11:24 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Flavio Donze CLA 2011-04-18 05:59:21 EDT
Build Identifier: Build id: M20110210-1200

In my target definition I have a bundle "com.springsource.org.dom4j" which has an optional dependency on "com.springsource.org.jaxen".

org.jaxen;version="[1.1.1, 2.0.0)";resolution:=optional

In the product configuration I only have the dom4j bundle, NOT the jaxen. I get the following error trying to export the product:

A cycle was detected when generating the classpath com.softmodeler.common_1.0.0.201104181153, com.springsource.org.dom4j_1.6.1, com.springsource.org.jaxen_1.1.1, com.springsource.org.dom4j_1.6.1.

Even though the checkbox "Include optional dependencies when computing required plug-ins" is NOT checked.

Maybe this issue is resolved as soon as 342802 is resolved.

Reproducible: Always