Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [buckminster-dev] Project cannot be built?

Hi Mark,
What version of Buckminster are you using? Apparently the fragments are built before their host bundle. I can see that from looking at the build of the m365.messaging.receiver.feature. It has entries like:

lib.commons_codec:osgi.bundle$1.0.0#OSGi#target.fragments
lib.commons_codec:osgi.bundle$1.0.0#OSGi#bundle.jar

and the pattern is the same every bundle. This problem was recently resolved. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=247005

Could it be that you are using the latest buckminster pde feature in your IDE but not in your headless setup?

Regards,
Thomas Hallgren



Addleman, Mark J wrote:

I am having trouble building org.eclipse.equinox.app using headless Buckminster. I can resolve the entire project with my query, but when I try to perform the create action for my product, the org.eclipse.equinox.app fails because its prerequisite org.eclipse.osgi.services isn’t built. It then says, “Cleaning and building all projects is recommended.” Weirdly, the corresponding process works in the IDE.

Attached are the build scripts I’m using along with the output of the build.

------------------------------------------------------------------------

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



Back to the top