Re: [wtp-dev] Gerrit transition starting for j2ee project

2015-07-17 Thread Mickael Istria
With change proposed in https://git.eclipse.org/r/#/c/52178/ and the recent changes done by Samuel, we're quite close to getting this to run. However, since the webtrools.javaee repo doesn't contain any tests, the Gerrit build is failing complaining that no test report is found. I see 2 solution

Re: [wtp-dev] Gerrit transition starting for j2ee project

2015-07-17 Thread Mickael Istria
Note that similarly to Bugzilla, you should register to Gerrit in order to receive notifications about incoming patch for the project: https://git.eclipse.org/r/#/settings/projects -- Mickael Istria Eclipse developer at JBoss, by Red Hat My blog

Re: [wtp-dev] Gerrit transition starting for j2ee project

2015-07-17 Thread Mickael Istria
On 07/17/2015 03:33 PM, Mickael Istria wrote: On 07/17/2015 03:10 PM, Kaloyan Raev wrote: The reason for this is that the Gerrit jobs are configured to use the shared Maven repo on the HIPP and expect to find the wtp-parent artifact there. But the deploy-webtools-parent-pom-3.6 job uses a priv

Re: [wtp-dev] Gerrit transition starting for j2ee project

2015-07-17 Thread Mickael Istria
On 07/17/2015 03:10 PM, Kaloyan Raev wrote: The reason for this is that the Gerrit jobs are configured to use the shared Maven repo on the HIPP and expect to find the wtp-parent artifact there. But the deploy-webtools-parent-pom-3.6 job uses a private Maven repo, so its execution does not updat

Re: [wtp-dev] Gerrit transition starting for j2ee project

2015-07-17 Thread Kaloyan Raev
Hi Samuel, I see that the R3.7.0/I-latest repo is now available. Unfortunately, this was not enough because the build also tried to find the Platform's 4.5 M6 repo. This looked suspicious to me and I found that the build uses an outdated version of the wtp-parent artifact. The reason for this is