Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cbi-dev] CBI build fails for com.ibm.icu.base with missing sources

as of now I think the only option is tycho 0.17.0-SNAPSHOT as CBI depends on several features/fixes only in 0.17.0-SNAPSHOT

the point with the failing source feature is it was not generating any source feature anyway so you might as well switch off source feature generation for the failing feature.

Regards
Jan

-----Original Message-----
From: cbi-dev-bounces@xxxxxxxxxxx [mailto:cbi-dev-bounces@xxxxxxxxxxx] On Behalf Of Lars Vogel
Sent: Montag, 7. Januar 2013 12:15
To: Common-build Developers discussion
Subject: Re: [cbi-dev] CBI build fails for com.ibm.icu.base with missing sources

Hi Jan,

If I change my local CBI pom.xml to a different tycho version would
this bug not happen?

Best regards, Lars

2013/1/7 Sievers, Jan <jan.sievers@xxxxxxx>:
> the source feature failure was most probably caused by
> https://bugs.eclipse.org/bugs/show_bug.cgi?id=396828
>
> I had opened this bug some time before submitting source feature behaviour change https://git.eclipse.org/r/#/c/9224/ to warn you but it seems it went unnoticed.
> will send a heads up to cbi-dev next time too.
>
> In the mid term CBI should switch to a stable tycho version instead of current SNAPSHOT development version [1]
>
> Regards,
> Jan
>
> [1] https://bugs.eclipse.org/bugs/show_bug.cgi?id=397539
>
> From: cbi-dev-bounces@xxxxxxxxxxx [mailto:cbi-dev-bounces@xxxxxxxxxxx] On Behalf Of Paul Webster
> Sent: Montag, 7. Januar 2013 00:37
> To: Common-build Developers discussion
> Subject: Re: [cbi-dev] CBI build fails for com.ibm.icu.base with missing sources
>
> On Sun, Jan 6, 2013 at 4:04 PM, Lars Vogel <lars.vogel@xxxxxxxxx> wrote:
> Hi Paul,
>
> I get the error I reported also in the  R4_2_maintenance.
>
> I use the following commands:
>
> git clone -b R4_2_maintenance --recurse-submodules git://git.eclipse.org/gitroot
> /platform/eclipse.platform.releng.aggregator.git
>
>
> oh, right, we haven't brought the aggregator all the way up to the tip of 4.2.2 yet.  It does when I do a build, because I run 2 steps after checkout.  The first one checks out the tip of each submodule in the correct branch.  The second one runs the pom version update to make sure that we haven't missed a version change.
>
> http://git.eclipse.org/c/platform/eclipse.platform.releng.aggregator.git/tree/scripts/update-build-input.sh?h=R4_2_maintenance
>
> http://git.eclipse.org/c/platform/eclipse.platform.releng.aggregator.git/tree/scripts/pom-version-updater.sh?h=R4_2_maintenance
>
> Later,
> PW
>
> --
> Paul Webster
> Hi floor.  Make me a sammich! - GIR
> _______________________________________________
> 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