Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cbi-dev] Build stops at building org.eclipse.osgi.services

Hi Thanh,

thanks I give it a try. My current build time before failure is 6
hours if I start from scratch, so I typically try to avoid a .m2
deletion. :-) [I have plans to upgrade my system]

Best regards, Lars

2013/1/8 Thanh Ha <thanh.ha@xxxxxxxxxxx>:
> Hi Lars,
>
> I pushed some updates to R4_2_maintenance this morning that moved it to a
> buildable state. I was able to run a complete build on my system.
>
> I have not seen your particular issue before but have you tried starting
> with a fresh build?
>
> By this I mean deleting your ~/.m2/repository directory. As well as running
> the following commands inside the aggregator repo:
>
>     git clean -fd
>     git submodule foreach git clean -fd
>
>
> I've had random issues in the past where starting over with a clean local
> repo resolved the issue. This is one reason why I prefer to use the
> -Dmaven.repo.local=/var/tmp/lts/R4_localrepo commandline when running a
> build.
>
>
> Thanh
>
>
>
> On 08/01/2013 11:44 AM, Lars Vogel wrote:
>>
>> Hello,
>>
>> I'm still trying to run the CBI build from the R4_2_maintenance branch.
>>
>> I tried now three times and everytime the build stops while building
>> org.eclipse.osgi.service. There is no error message, it just stops
>> (see maven output below). Any advice how to solve that?
>>
>> Best regards, Lars
>>
>> [INFO] Building org.eclipse.osgi.services 3.3.100-SNAPSHOT
>> [INFO]
>> ------------------------------------------------------------------------
>> [INFO]
>> [INFO] --- tycho-packaging-plugin:0.17.0-SNAPSHOT:build-qualifier
>> (default-build-qualifier) @ org.eclipse.osgi.services ---
>> [INFO]
>> [INFO] --- tycho-packaging-plugin:0.17.0-SNAPSHOT:validate-id
>> (default-validate-id) @ org.eclipse.osgi.services ---
>> [INFO]
>> [INFO] --- tycho-packaging-plugin:0.17.0-SNAPSHOT:validate-version
>> (default-validate-version) @ org.eclipse.osgi.services ---
>> [INFO]
>> [INFO] --- maven-resources-plugin:2.4.3:resources (default-resources)
>> @ org.eclipse.osgi.services ---
>> [WARNING] Using platform encoding (UTF-8 actually) to copy filtered
>> resources, i.e. build is platform dependent!
>> [INFO] skip non existing resourceDirectory
>>
>> /home/vogella/compile/eclipse.platform.releng.aggregator/rt.equinox.framework/bundles/org.eclipse.osgi.services/src/main/resources
>> [INFO]
>> [INFO] --- tycho-compiler-plugin:0.17.0-SNAPSHOT:compile
>> (default-compile) @ org.eclipse.osgi.services ---
>> [WARNING] Effective compiler target 1.5 is incompatible with OSGi
>> profile 'OSGi/Minimum-1.2' { source level: 1.3, target level: 1.2} @
>> MavenProject:
>> org.eclipse.equinox.framework:org.eclipse.osgi.services:3.3.100-SNAPSHOT
>> @
>> /home/vogella/compile/eclipse.platform.releng.aggregator/rt.equinox.framework/bundles/org.eclipse.osgi.services/pom.xml
>> [INFO] Nothing to compile - all classes are up to date
>> _______________________________________________
>> 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