Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [rap-dev] GEF Incubator

That's great! Thanks, Arnaud, this is the first successful build of GEF since 10 months!

The build is now aggregated into the nightly p2 repository, but there are some other (outdated, old) builds with a higher version number in the same repository. I'll make sure that this gets fixed soon.

Thanks,
Markus


On Mon, Dec 9, 2013 at 3:28 PM, Arnaud MERGEY <a_mergey@xxxxxxxx> wrote:
Thanks Markus
I found the issue, I had some files not commited because of a wrong .gitignore generated by egit.

The build is working now

Regards,
Arnaud


On 09/12/2013 14:34, Markus Knauer wrote:
I've re-enabled the build job on the Hudson cluster and added your user ID to the users with full access, but I'm getting this new compiler error when running the Tycho build locally.

[ERROR] Failed to execute goal org.eclipse.tycho:tycho-compiler-plugin:0.18.0:compile (default-compile) on project org.eclipse.rap.draw2d: Compilation failure: Compilation failure:
[ERROR] /home/mknauer/projects/rap/incubator/org.eclipse.rap.incubator.gef/bundles/org.eclipse.rap.draw2d/src/org/eclipse/draw2d/graph/CompoundDirectedGraphLayout.java:[43,0]
[ERROR] steps.add(new CompoundTransposeMetrics());
[ERROR] ^^^^^^^^^^^^^^^^^^^^^^^^
[ERROR] CompoundTransposeMetrics cannot be resolved to a type

Let me know if I can help with something.

Thanks,
Markus



On Mon, Dec 9, 2013 at 2:04 PM, Arnaud MERGEY <a_mergey@xxxxxxxx> wrote:
Hi Markus,

The build is supposed to  be fixed now, it runs successfully locally, I have not priviledges to enable it again on the main Hudson.

Thanks,
Arnaud


On 09/12/2013 09:16, Markus Knauer wrote:
Hi Arnaud,

it's great to hear that you updated the GEF port to the latest RAP. I hope you can continue to work on it.

The nightly build of the GEF port is still running on the main Hudson cluster [1], but I'm planning to migrate all remaining RAP Incubator jobs from there to the the new RAP HIPP [2].

On Friday I did a quick smoke test of the build, but unfortunately it was failing because of some wrong (RAP) version ranges. That should be the last issue that needs to be fixed before enabling the nightly build again. You can run the Tycho build locally, you just need to checkout the GEF project and the RAP Incubator Releng project [3] next to each other:

.../org.eclipse.rap.incubator.gef/
.../org.eclipse.rap.incubator.releng/

Then you can 'cd' into the build project and run 'mvn' from there:

cd org.eclipse.rap.incubator.gef/releng/org.eclipse.rap.gef.build
mvn -e clean package

Regarding Babel - I don't think we could/should add RAP Incubator projects to rt.rap, we definitively need rt.rap.incubator. I've been working on (German) translations for RAP 2.1 this year and I never thought about the incubator project, but I have to say that I like the idea. I've opened bug 423559 [4] to ask for 'rt.rap.incubator', let's see if and when they respond. What I don't know is their process with projects in incubation phase... we'll need to discuss this with them.

Thanks,
Markus


[1] https://hudson.eclipse.org/hudson/job/rap-head-incubator-gef/
[2] https://hudson.eclipse.org/rap/view/RAP%20incubator%20builds/
[3] http://git.eclipse.org/c/rap/incubator/org.eclipse.rap.incubator.releng.git
[4] https://bugs.eclipse.org/bugs/show_bug.cgi?id=423559

On Thu, Dec 5, 2013 at 8:18 PM, Arnaud MERGEY <a_mergey@xxxxxxxx> wrote:
Hello,

I have committed some fixes in order to have GEF working again with latest RAP version.
In order to publish built bundles in update site repos is nightly build for this project has to be enabled again ?

Another question regarding translation, there is no rap incubator projects in babel, so I do not know how to contribute translation, for I18ned bundles coming from incubator ?
Can we add incubator projects in rt.rap directly ? or do we have to ask for a rt.rap.incubator project ?

Best regards,
Arnaud

_______________________________________________
rap-dev mailing list
rap-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/rap-dev




_______________________________________________
rap-dev mailing list
rap-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/rap-dev


_______________________________________________
rap-dev mailing list
rap-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/rap-dev




_______________________________________________
rap-dev mailing list
rap-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/rap-dev


_______________________________________________
rap-dev mailing list
rap-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/rap-dev


Back to the top