Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 318895 - Cyclic dependency was found
Summary: Cyclic dependency was found
Status: CLOSED DUPLICATE of bug 311336
Alias: None
Product: Orbit
Classification: Tools
Component: bundles (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 major (vote)
Target Milestone: ---   Edit
Assignee: Orbit Bundles CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-05 09:56 EDT by Samuel Wu CLA
Modified: 2010-07-05 10:04 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Samuel Wu CLA 2010-07-05 09:56:38 EDT
Build Identifier: Eclipse 3.6.0 GM

This is a problem found in the IES 3.6.0 GM driver. 
We have a plugin which depends on  org.eclipse.wst.ws.explorer. When I built it with the IES GM driver. I got the following cycle dependency error.  

D:\PDE_Build\jazzBuilds\genericTargets.xml:70: A cycle was detected when generating the classpath com.ibm.tpf.webservices_3.4.7, org.eclipse.wst.ws.explorer_1.0.507.v201004220342, org.eclipse.equinox.http.jetty_2.0.0.v20100503, org.mortbay.jetty.util_6.1.23.v201004211559, org.slf4j.api_1.5.11.v20100519-1910, ch.qos.logback.classic_0.9.19.v20100519-1505, ch.qos.logback.core_0.9.19.v20100419-1216, org.slf4j.api_1.5.11.v20100519-1910. 
       at org.apache.tools.ant.ProjectHelper.addLocationToBuildException(ProjectHelper.java:508) 
       at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:418) 
       at org.apache.tools.ant.UnknownElement.execute(UnknownElement.java:288) 
       at sun.reflect.GeneratedMethodAccessor9.invoke(Unknown Source) 
       at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:39) 
       at java.lang.reflect.Method.invoke(Method.java:612) 
       at org.apache.tools.ant.dispatch.DispatchUtils.execute(DispatchUtils.java:106) 
       at org.apache.tools.ant.Task.perform(Task.java:348) 
       at org.apache.tools.ant.Target.execute(Target.java:357) 
       at org.apache.tools.ant.Target.performTasks(Target.java:385) 
       at org.apache.tools.ant.Project.executeSortedTargets(Project.java:1337) 
       at org.apache.tools.ant.helper.SingleCheckExecutor.executeTargets(SingleCheckExecutor.java:38) 
       at org.eclipse.ant.internal.core.ant.EclipseSingleCheckExecutor.executeTargets(EclipseSingleCheckExecutor.java:30) 
       at org.apache.tools.ant.Project.executeTargets(Project.java:1189) 
       at org.apache.tools.ant.taskdefs.Ant.execute(Ant.java:416) 
       ... 48 more 


Reproducible: Always
Comment 1 Gunnar Wagenknecht CLA 2010-07-05 10:04:06 EDT

*** This bug has been marked as a duplicate of bug 311336 ***