[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
Re: [cross-project-issues-dev] Be sure to stay on the Helios train ...
|
Hi David,
CDO and Net4j (like many other modeling builds) were forced to migrate
their builds to a new build system and that caused a lot of effort. I
finally managed to get nightly builds running on Athena but I think I'm
not yet able to promote something. I attached a patch of the intended
changes to the build files.
Cheers
/Eike
----
http://thegordian.blogspot.com
http://twitter.com/eikestepper
David M Williams schrieb:
> Hopefully everyone has seen our Helios schedule.
>
> Here's two important dates:
>
> Release: 6/23/2010 (fourth Wednesday of June).
>
> Milestone 1: 8/7 to 8/21 completion window. That's right ... we're halfway
> through completing M1!
>
>
> Part of the spirit of our yearly Simultaneous Release Train is that we all
> chug along at the same speed, not only that we all arrive at the same
> place at the same time, at the end.
>
> Thus, I'm assuming we are all able and willing to keep the Simultaneous
> Milestones going, starting with M1 -- for the first time ever! Naturally,
> there may be some new projects that join later, but anyone that was in the
> Galileo Release, should have no trouble keeping the coal burning. The
> process is nearly identical.
>
> The new project to find your .build files is
>
> org.eclipse.helios.build (same cvs repository)
>
> I seeded the files there with whatever was in org.eclipse.galileo.build
> (as of a few days ago). I changed most occurrences of 'galileo' to
> 'helios' and it seems to build fine ... but, it needs current input from
> everyone, especially as you produce your M1 deliverables.
>
> I'll turn on "fail mail" this afternoon, so don't be surprised if you
> start getting notices from hundsonbuild: helios.
>
> This early start will hopefully lead to improved release engineering,
> improved testing, and more time to deal with issue of substance, instead
> of just "how to build".
>
> The Planning Council (with representatives from PMCs and Strategic
> members) will still be working on evaluation criteria and general
> processes over the next few months, but there's nothing that should hold
> up getting builds going.
>
> So please update your milestone files as soon as possible and ... as
> always ... let me know if questions or issues.
>
>
>
>
> _______________________________________________
> cross-project-issues-dev mailing list
> cross-project-issues-dev@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/cross-project-issues-dev
>
>
### Eclipse Workspace Patch 1.0
#P org.eclipse.helios.build
Index: helios.build
===================================================================
RCS file: /cvsroot/callisto/org.eclipse.helios.build/helios.build,v
retrieving revision 1.5
diff -u -r1.5 helios.build
--- helios.build 11 Aug 2009 18:28:45 -0000 1.5
+++ helios.build 12 Aug 2009 18:22:40 -0000
@@ -28,8 +28,8 @@
<features href="emft-compare.build#//@features.0"/>
<features href="emft-ecoretools.build#//@features.0"/>
<features href="emft-mint.build#//@features.0"/>
- <features href="emf-net4j.build#//@features.0"/>
<features href="emf-cdo.build#//@features.0"/>
+ <features href="emf-cdo.build#//@features.1"/>
</categories>
<categories name="Programming Languages" label="Programming Languages" description="Tools to allow development with specific languages, such as Java and C++">
<features href="ep.build#//@features.3"/>
@@ -182,7 +182,6 @@
<contributions href="actf.build#/"/>
<contributions href="epp-udc.build#/"/>
<contributions href="buckminster.build#/"/>
- <contributions href="emf-net4j.build#/"/>
<contributions href="emf-cdo.build#/"/>
<contributions href="riena.build#/"/>
<contributions href="eclipselink.build#/"/>
Index: emf-cdo.build
===================================================================
RCS file: /cvsroot/callisto/org.eclipse.helios.build/emf-cdo.build,v
retrieving revision 1.1
diff -u -r1.1 emf-cdo.build
--- emf-cdo.build 10 Aug 2009 17:21:47 -0000 1.1
+++ emf-cdo.build 12 Aug 2009 18:22:40 -0000
@@ -9,5 +9,8 @@
<features id="org.eclipse.emf.cdo.sdk" version="2.0.0.v200906160459" repo="//@repositories.0">
<category href="helios.build#//@categories.0"/>
</features>
- <repositories location="http://download.eclipse.org/modeling/emf/updates/releases/" label="EMF CDO releases"/>
+ <features id="org.eclipse.net4j.sdk" version="2.0.0.v200906160348" repo="//@repositories.0">
+ <category href="helios.build#//@categories.0"/>
+ </features>
+ <repositories location="http://download.eclipse.org/modeling/emf/updates/interim/" label="EMF CDO+NET4J interim"/>
</build:Contribution>