Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cbi-dev] Platform build from master

Similar issue: https://bugs.eclipse.org/bugs/show_bug.cgi?id=397260

2012/12/30 Lars Vogel <lars.vogel@xxxxxxxxx>:
> Hello Thanh,
>
> I think there is still an issue in the configuration. The list below
> contains obsolete plug-ins which are still in the master pom. I opened
> the following bug for them:
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=397259
>
> Best regards, Lars
>
> 2012/12/30 Thanh Ha <thanh.ha@xxxxxxxxxxx>:
>> Hi Lars,
>>
>> I was able to build master with some patches that I submitted [1] that have
>> not been merged in by all the platform repos yet. Once these are merged in
>> you should be able to build from master.
>>
>>
>> Thanh
>>
>> [1]
>> https://bugs.eclipse.org/bugs/showdependencytree.cgi?id=396082&hide_resolved=1
>>
>>
>>
>> On 30/12/12 07:12 AM, Lars Vogel wrote:
>>
>> Hi,
>>
>> currently http://wiki.eclipse.org/Platform-releng/Platform_Build#Building
>> still describes building the platform from a certain branch. I think I
>> saw someone saying that CBI can now also build from master.
>>
>> If I use the master branch to build via the following command I get
>> the error message listed below. Any advice?
>>
>> Commands:
>>
>> git clone --recurse-submodules
>> git://git.eclipse.org/gitroot/platform/eclipse.platform.releng.aggregator.git
>> cd eclipse.platform.releng.aggregator
>> mvn -f eclipse-parent/pom.xml clean install
>> mvn -f maven-cbi-plugin/pom.xml clean install
>> mvn clean install  -Pno-bree-libs -Dmaven.test.skip=true
>>
>> Error message:
>>
>> [ERROR] The build could not read 4 projects -> [Help 1]
>> [ERROR]
>> [ERROR]   The project eclipse.jdt:org.eclipse.jdt:3.9.0-SNAPSHOT
>> (/home/vogella/compile/eclipse.platform.releng.aggregator/eclipse.jdt/org.eclipse.jdt/pom.xml)
>> has 1 error
>> [ERROR]     Non-resolvable parent POM: Could not find artifact
>> eclipse.jdt:eclipse.jdt:pom:3.9.0-SNAPSHOT and 'parent.relativePath'
>> points at wrong local POM @ line 16, column 11 -> [Help 2]
>> [ERROR]
>> [ERROR]   The project
>> eclipse.jdt-feature:org.eclipse.jdt:3.9.0-SNAPSHOT
>> (/home/vogella/compile/eclipse.platform.releng.aggregator/eclipse.jdt/org.eclipse.jdt-feature/pom.xml)
>> has 1 error
>> [ERROR]     Non-resolvable parent POM: Could not find artifact
>> eclipse.jdt:eclipse.jdt:pom:3.9.0-SNAPSHOT and 'parent.relativePath'
>> points at wrong local POM @ line 17, column 11 -> [Help 2]
>> [ERROR]
>> [ERROR]   The project
>> org.eclipse.platform:eclipse.platform:3.8.0-SNAPSHOT
>> (/home/vogella/compile/eclipse.platform.releng.aggregator/eclipse.platform/pom.xml)
>> has 6 errors
>> [ERROR]     Child module
>> /home/vogella/compile/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.core.linux/pom.xml
>> of
>> /home/vogella/compile/eclipse.platform.releng.aggregator/eclipse.platform/pom.xml
>> does not exist
>> [ERROR]     Child module
>> /home/vogella/compile/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.core.win32/pom.xml
>> of
>> /home/vogella/compile/eclipse.platform.releng.aggregator/eclipse.platform/pom.xml
>> does not exist
>> [ERROR]     Child module
>> /home/vogella/compile/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.examples/pom.xml
>> of
>> /home/vogella/compile/eclipse.platform.releng.aggregator/eclipse.platform/pom.xml
>> does not exist
>> [ERROR]     Child module
>> /home/vogella/compile/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.tests.core/pom.xml
>> of
>> /home/vogella/compile/eclipse.platform.releng.aggregator/eclipse.platform/pom.xml
>> does not exist
>> [ERROR]     Child module
>> /home/vogella/compile/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.scheduler/pom.xml
>> of
>> /home/vogella/compile/eclipse.platform.releng.aggregator/eclipse.platform/pom.xml
>> does not exist
>> [ERROR]     Child module
>> /home/vogella/compile/eclipse.platform.releng.aggregator/eclipse.platform/update/org.eclipse.update.ui/pom.xml
>> of
>> /home/vogella/compile/eclipse.platform.releng.aggregator/eclipse.platform/pom.xml
>> does not exist
>> [ERROR]
>> [ERROR]   The project
>> eclipse.platform.ua:eclipse.platform.ua:3.8.0-SNAPSHOT
>> (/home/vogella/compile/eclipse.platform.releng.aggregator/eclipse.platform.ua/pom.xml)
>> has 1 error
>> [ERROR]     Child module
>> /home/vogella/compile/eclipse.platform.releng.aggregator/eclipse.platform.ua/org.eclipse.help.appserver/pom.xml
>> of
>> /home/vogella/compile/eclipse.platform.releng.aggregator/eclipse.platform.ua/pom.xml
>> does not exist
>> [ERROR]
>> [ERROR] To see the full stack trace of the errors, re-run Maven with
>> the -e switch.
>> [ERROR] Re-run Maven using the -X switch to enable full debug logging.
>> [ERROR]
>> [ERROR] For more information about the errors and possible solutions,
>> please read the following articles:
>> [ERROR] [Help 1]
>> http://cwiki.apache.org/confluence/display/MAVEN/ProjectBuildingException
>> [ERROR] [Help 2]
>> http://cwiki.apache.org/confluence/display/MAVEN/UnresolvableModelException
>>
>> Best regards, Lars
>> _______________________________________________
>> cbi-dev mailing list
>> cbi-dev@xxxxxxxxxxx
>> http://dev.eclipse.org/mailman/listinfo/cbi-dev
>>
>>
>>
>> _______________________________________________
>> cbi-dev mailing list
>> cbi-dev@xxxxxxxxxxx
>> http://dev.eclipse.org/mailman/listinfo/cbi-dev
>>


Back to the top