Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] cdt_8_2 branch not building?

BTW, is it possible to omit parent pom version in XML? I don't think there is any value for us in that. CDT is build as a whole anyway; we don't need to chase mismatches. It just creates unnecessary problems and unnecessary work.

Andrew


On Tue, Sep 3, 2013 at 5:38 PM, Andrew Gvozdev <angvoz.dev@xxxxxxxxx> wrote:
Hi Marc-Andre,
I had this issue building master branch from scratch as well and I fixed it with commit 652ce4748e778444f2dcc608f9b8e536dab2abcb. I haven't fixed cdt_8_2 as I did not need it and the version numberss would be different - that is a lot of poms. I think there is some caching by Maven. You can try to remove the whole workspace of cdt-maint job I am pretty sure next build will fail.

Thanks,
Andrew


On Tue, Sep 3, 2013 at 5:11 PM, Marc-André Laperle <marc-andre.laperle@xxxxxxxxxxxx> wrote:
Hi,

I just tried to build the cdt_8_2 branch locally with maven and it's
failing with errors, for example:

org.eclipse.cdt.repo:8.2.0-SNAPSHOT has 1 error [ERROR]
Non-resolvable parent POM: Could not find artifact
org.eclipse.cdt:cdt-parent:pom:8.2.0-SNAPSHOT and 'parent.relativePath'
points at wrong local POM @ line 7, column 10 -> [Help 2]

the root pom.xml is version 8.2.1 but
releng/org.eclipse.cdt.repo/pom.xml points to a parent of version 8.2.0
which is wrong.

How come the build on Hudson succeeds? Is there some caching going on
that we could disable?

Thanks,

Marc-Andre
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev



Back to the top