Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[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


Back to the top