Re: Jenkins Jobs of Ivy/IvyDE

2017-06-29 Thread Jaikiran Pai
I have now disabled the nightly job[1] and added a note to the job's description stating that the latest binaries can be obtained from the other Ivy job[2]. [1] https://builds.apache.org/job/Ivy-NightlyDistribution/ [2] https://builds.apache.org/job/Ivy/lastSuccessfulBuild/ -Jaikiran On 29-Ju

Re: Jenkins Jobs of Ivy/IvyDE

2017-06-29 Thread Nicolas Lalevée
> Le 29 juin 2017 à 07:48, Jaikiran Pai a écrit : > > > On 25-Jun-2017, at 8:27 PM, Nicolas Lalevée > wrote: > >> I have made the Ivy Job also build the snapshot-bin, like the nightly. Maybe >> now the nightly is redundant. > > > I think yes, the nightly job is now probably redundant - wh

Re: Jenkins Jobs of Ivy/IvyDE

2017-06-28 Thread Jaikiran Pai
On 25-Jun-2017, at 8:27 PM, Nicolas Lalevée wrote: > I have made the Ivy Job also build the snapshot-bin, like the nightly. Maybe > now the nightly is redundant. I think yes, the nightly job is now probably redundant - which is fine, we can always direct users to this new job for the latest

Re: Jenkins Jobs of Ivy/IvyDE

2017-06-28 Thread Jaikiran Pai
I pushed a fix for this a few days back and the job is now functioning correctly. -Jaikiran On 26-Jun-2017, at 8:15 AM, Jaikiran Pai wrote: The retrieve failure looks like a genuine bug which might be related to one of the changes I had done in one of the PRs a while back. I’ll take a look at

Re: Jenkins Jobs of Ivy/IvyDE

2017-06-26 Thread Nicolas Lalevée
> Dropins (or "drops" as they're called in the distributions) is what IvyDE > builds were based on all the time. I am still confounded why it worked > before and stopped working now. Yet, reading the documentation I became > convinced that the dropins must be unpacked in another location. So I jus

Re: Jenkins Jobs of Ivy/IvyDE

2017-06-26 Thread Gintautas Grigelionis
2017-06-26 13:54 GMT+02:00 Nicolas Lalevée : > > > Le 26 juin 2017 à 07:46, Gintautas Grigelionis > a écrit : > > > > If I understand the process correctly, Jenkins executes "ant > > prepare-jenkins" first, which does not work locally any more, because the > > property used to figure out where to

Re: Jenkins Jobs of Ivy/IvyDE

2017-06-26 Thread Nicolas Lalevée
> Le 26 juin 2017 à 07:46, Gintautas Grigelionis a > écrit : > > If I understand the process correctly, Jenkins executes "ant > prepare-jenkins" first, which does not work locally any more, because the > property used to figure out where to get Ivy jar from is set to an empty > string. I wonder

Re: Jenkins Jobs of Ivy/IvyDE

2017-06-25 Thread Gintautas Grigelionis
If I understand the process correctly, Jenkins executes "ant prepare-jenkins" first, which does not work locally any more, because the property used to figure out where to get Ivy jar from is set to an empty string. I wondered what was the reason for that change. Actually, when I look at it again,

Re: Jenkins Jobs of Ivy/IvyDE

2017-06-25 Thread Jaikiran Pai
The retrieve failure looks like a genuine bug which might be related to one of the changes I had done in one of the PRs a while back. I’ll take a look at this today. -Jaikiran On 25-Jun-2017, at 8:27 PM, Nicolas Lalevée wrote: Hi, I worked on the Jenkins jobs to make them work. There was som

Re: Jenkins Jobs of Ivy/IvyDE

2017-06-25 Thread Nicolas Lalevée
> I am sorry, my memory of what I was doing back in December is incorrect. > I guess I somehow updated > configuration/org.eclipse.equinox.simpleconfigurator/bundles.info or did > something else. > Luckily, there's a simpler way, the dropins should go into their own > special directory, which need

Re: Jenkins Jobs of Ivy/IvyDE

2017-06-25 Thread Gintautas Grigelionis
2017-06-25 18:23 GMT+02:00 Nicolas Lalevée : > > [2]: please check that unpacking of drops puts files into the correct > > places (the contents should go into "features" and "plugins" directories > of > > PDE). > > I have done that already. I even checked that the placed in the plugins > directory

Re: Jenkins Jobs of Ivy/IvyDE

2017-06-25 Thread Nicolas Lalevée
> Le 25 juin 2017 à 16:57, Nicolas Lalevée a écrit > : > > Hi, > > I worked on the Jenkins jobs to make them work. > > There was some issues with job dependencies. Following the instructions there > [1] worked. Then didn’t worked… Setting the Authorization to « Run as User who Triggered Bui

Re: Jenkins Jobs of Ivy/IvyDE

2017-06-25 Thread Nicolas Lalevée
> Le 25 juin 2017 à 17:50, Gintautas Grigelionis a > écrit : > > [3]: the path looks wrong, it starts with "\:\:\ » I have seen that too. > [2]: please check that unpacking of drops puts files into the correct > places (the contents should go into "features" and "plugins" directories of > PDE

Re: Jenkins Jobs of Ivy/IvyDE

2017-06-25 Thread Gintautas Grigelionis
[3]: the path looks wrong, it starts with "\:\:\" [2]: please check that unpacking of drops puts files into the correct places (the contents should go into "features" and "plugins" directories of PDE). Gintas 2017-06-25 16:57 GMT+02:00 Nicolas Lalevée : > Hi, > > I worked on the Jenkins jobs to

Jenkins Jobs of Ivy/IvyDE

2017-06-25 Thread Nicolas Lalevée
Hi, I worked on the Jenkins jobs to make them work. There was some issues with job dependencies. Following the instructions there [1] worked. I have made the Ivy Job also build the snapshot-bin, like the nightly. Maybe now the nightly is redundant. I made the Ivy-checks build work, some https c