Skip to main content

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

Hi Terry,

There was a change made to the MirrorApplication which didn't check for a null log which was the case in the metadata mirroring tests; I believe the fix is in for this now.

The URIID error is caused by a java version greater than 1.4, some more information: https://bugs.eclipse.org/bugs/show_bug.cgi?id=272317

Matthew Piggott
Inactive hide details for Terry Parker ---04/27/2009 04:28:57 PM---I'm putting a patch together for 268194, but have some buildTerry Parker ---04/27/2009 04:28:57 PM---I'm putting a patch together for 268194, but have some build and test


From:

Terry Parker <tparker@xxxxxxxxxx>

To:

P2 developer discussions <p2-dev@xxxxxxxxxxx>

Date:

04/27/2009 04:28 PM

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


GIF image

GIF image


Back to the top