Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orbit-dev] Adding Apache POI to Orbit

> Does anyone have advice on how to resolve this?

Its probably nothing simple. May require bug 388140 to be resolved first.
https://bugs.eclipse.org/bugs/show_bug.cgi?id=388140

Or might simply need to add "allow binary cycles" to build parameters/properties somewhere .... but, surprised we've not encountered before.
 
Thanks.




From:        Edwin Park <esp1@xxxxxxxxxxx>
To:        Orbit Developer discussion <orbit-dev@xxxxxxxxxxx>,
Date:        08/27/2012 05:29 PM
Subject:        Re: [orbit-dev] Adding Apache POI to Orbit
Sent by:        orbit-dev-bounces@xxxxxxxxxxx




Okay, I pulled all the POI stuff from CVS pending CQ approval. I also inspeced the build log and found the reason for the failure:

A cycle was detected when generating the classpath org.apache.poi_3.8.0, org.slf4j.jcl_1.6.4.v20120130-2120, org.slf4j.api_1.6.4.v20120130-2120, ch.qos.logback.classic_1.0.3.v201208260838, org.slf4j.api_1.6.4.v20120130-2120.

Does anyone have advice on how to resolve this?

Thanks,
Edwin


On Mon, Aug 27, 2012 at 5:13 PM, Edwin Park <esp1@xxxxxxxxxxx> wrote:
Argh, I jumped the gun on this, you're right. I saw a notification that the PMC_Approved flag was added to the CQ and mistook that for the actual approval. I can back everything out of CVS. The build failed anyway, altho I'm not sure why..

On Mon, Aug 27, 2012 at 4:24 PM, DJ Houghton <DJ_Houghton@xxxxxxxxxx> wrote:
Note that we shouldn't be releasing code changes to CVS until after the CQ has been approved. You can still get it all ready in your workspace, but don't release the changes until you see a message from someone at the Foundation saying the bundle is approved for check-in. (note this is not the same as PMC approval - please read the bug comments carefully)
Thanks.


Edwin Park ---2012/08/27 04:12:22 PM---Hi all, As a newly minted Orbit committer, I'm working on submitting my first


From:

Edwin Park <
esp1@xxxxxxxxxxx>

To:

orbit-dev <
orbit-dev@xxxxxxxxxxx>

Date:

2012/08/27 04:12 PM

Subject:

[orbit-dev] Adding Apache POI to Orbit

Sent by:

orbit-dev-bounces@xxxxxxxxxxx






Hi all,


As a newly minted Orbit committer, I'm working on submitting my first bundle to Orbit: Apache POI 3.8. Here's a recap of what I've done, please comment if I've done something wrong/missed anything:


* Submitted CQ 
https://dev.eclipse.org/ipzilla/show_bug.cgi?id=6747
* Created a bundle project and v3_8 version branch
* Exploded the jar into the project using -> Plug-in from existing JAR Archives
* added readme.txt
* set Bundle-Vendor to Eclipse Orbit via plugin.properties


I'm working on adding the bundle to the orbit feature.set1 and releng projects now.


Thanks,

Edwin_______________________________________________
orbit-dev mailing list

orbit-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/orbit-dev



_______________________________________________
orbit-dev mailing list

orbit-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/orbit-dev


_______________________________________________
orbit-dev mailing list
orbit-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/orbit-dev


Back to the top