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

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 «

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

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

Bug report for Ant [2017/06/25]

2017-06-25 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

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

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

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