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,

Terry Parker wrote:
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"

This cast to Object is a work-around for this bug: https://bugs.eclipse.org/bugs/show_bug.cgi?id=273148

I fail to understand, however, why this wouild create an error in your workspace. We've not had any issues with this workaround in our individual workspace or in the build.

Could you specify the EEs and JREs you have in your environment?
Thanks,

Scott




Back to the top