Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [e4-dev] Changes in e4 releng process after migration to Git/Gerrit

Hi Lars, Hi Paul,

many thanks. It helped a lot. I have now created all the necessary pom files (see also https://git.eclipse.org/r/#/c/10291/) and the Tycho build is now successful on my Mac.

@Paul,

Could you, please, enable the tagging and build for the e4 resources project in buildCBI.sh script?

Thanks and best regards,
Ed

-----Original Message-----
From: e4-dev-bounces@xxxxxxxxxxx [mailto:e4-dev-bounces@xxxxxxxxxxx] On Behalf Of Lars Vogel
Sent: Montag, 4. Februar 2013 21:38
To: E4 Project developer mailing list
Subject: Re: [e4-dev] Changes in e4 releng process after migration to Git/Gerrit

Hi Eduard,

to run the build for the e4 tools, checkout this description:
http://www.vogella.com/articles/Eclipse4Source/article.html#e4toolsbuild

Setting up the build was very easy, you can even generate the
individual pom for your components, see here:
http://www.vogella.com/articles/EclipseTycho/article.html#maventycho_generatingpom

Best regards, Lars

2013/2/4 Paul Webster <pwebster@xxxxxxxxxxxxxxxxxxx>:
> On Fri, Feb 1, 2013 at 5:13 PM, Bartsch, Eduard <eduard.bartsch@xxxxxxx>
> wrote:
>>
>> Hi,
>>
>> I need to release some fixes for e4 Resources project in order to enable
>> Maven/Tycho build. I have already managed to push them into the Git master
>> branch http://git.eclipse.org/c/e4/org.eclipse.e4.resources.git/ .
>>
>> But what next? The e4 Build page http://wiki.eclipse.org/E4/Builds seems
>> to be pretty old. Is there an up-to-date description of the Releng/Build
>> process for the projects that reside in Git?
>
>
> You're right, that page is pretty old.  There is no current documentation of
> our build process, except it's based on the work in
> http://wiki.eclipse.org/Platform-releng/Platform_Build and the build is
> controlled by the
> http://git.eclipse.org/c/e4/org.eclipse.e4.releng.git/tree/org.eclipse.e4.builder/scripts/buildCBI.sh#n193
> script
>
> We have an auto-tagging process that tags and builds whatever is in master,
> so the releng tools are no longer needed.
>
> The process would be to set up poms in your project, similar to the ones in
> http://git.eclipse.org/c/e4/org.eclipse.e4.tools.git/tree/pom.xml
>
> Before running, you need to install the e4 eclipse-parent pom in your local
> repo, like in the buildCBI.sh script.
>
> Later,
> PW
>
> --
> Paul Webster
> Hi floor.  Make me a sammich! - GIR
> _______________________________________________
> e4-dev mailing list
> e4-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/e4-dev
>
_______________________________________________
e4-dev mailing list
e4-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/e4-dev


Back to the top