Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [p2-dev] Building from head


A common gotcha is that you need to do some additional steps to get the p2 dropin reconciler tests running. You can find steps to set this up here:

http://wiki.eclipse.org/Equinox/p2/Testing#Dropins_reconciler_tests

John



Terry Parker <tparker@xxxxxxxxxx>
Sent by: p2-dev-bounces@xxxxxxxxxxx

04/27/2009 04:25 PM

Please respond to
P2 developer discussions <p2-dev@xxxxxxxxxxx>

To
P2 developer discussions <p2-dev@xxxxxxxxxxx>
cc
Subject
[p2-dev] Building from head





I'm putting a patch together for 268194, but have some build and test
problems when building from head.  I'm using the current I-build
(I20090421-0930).

In a fresh workspace, if I import the releng projectSet.psf and
ecf.psf team project sets, I have build errors:

* On line 36 of org.eclipse.ecf.core.identity.URIID.java, I need to
update the call to URI.compareTo() to cast the parameter to "URI"
rather than "Object"
* In manifest files I need to export
org.eclipse.equinox.internal.p2.jarprocesor.ant and add
org.eclipse.equinox.p2.jarprocessor to the required bundles in
org.eclipse.equinox.p2.repository.tools to get JarProcessorTask to
resolve

With those changes, I still get 3 errors and 44 failures when running
"All p2 tests" (mainly NPEs in the metadata mirroring tests).

Am I missing something from my setup?

Thanks,
Terry
_______________________________________________
p2-dev mailing list
p2-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/p2-dev


Back to the top