Re: Ivy jobs on Teamcity need reconfiguring

2017-06-20 Thread Stefan Bodewig
On 2017-06-20, Nicolas Lalevée wrote: >> Le 19 juin 2017 à 13:02, Stefan Bodewig a écrit : >> On 2017-06-19, Jaikiran Pai wrote: >>> I was reading up some docs and happened to find this page >>> http://ant.apache.org/nightlies.html which lists the Ant/Ivy >>> jobs. Turns out we also have Teamci

Re: Ivy jobs on Teamcity need reconfiguring

2017-06-20 Thread Gintautas Grigelionis
Sorry for confusing TeamCity jobs with Jenkins jobs previously. TeamCity seems to be unhappy about the Java version *javac: invalid target release: 1.7* since it still uses JRE 1.5 Somebody who is project admin should change parameters in build configuration? Gintas

Re: Ivy jobs on Teamcity need reconfiguring

2017-06-20 Thread Vladislav Rassokhin
Hi, AFAIK Xavier Hanin has Project Administrator role for 'Apache Ivy' project on teamcity.jetbrains.com. Could share access with Stefan or someone else. Also changed configuration a bit (something were left after svn -> git migration). 2017-06-20 15:10 GMT+03:00 Nicolas Lalevée : > > > Le 19 j

Re: Ivy jobs on Teamcity need reconfiguring

2017-06-20 Thread Nicolas Lalevée
> Le 19 juin 2017 à 13:02, Stefan Bodewig a écrit : > > On 2017-06-19, Jaikiran Pai wrote: > >> I was reading up some docs and happened to find this page >> http://ant.apache.org/nightlies.html which lists the Ant/Ivy >> jobs. Turns out we also have Teamcity builds for Ivy and they have >> been

Re: Ivy 2.5 and generics

2017-06-20 Thread Gintautas Grigelionis
I left out the generification of Filter, because NoFilter is a singleton. I'll be leaving out attribute Maps (global or local), because their values can be Strings or Matchers (this is where the story with IvyDE started, I was not sure what to expect from one such Map). Anything else that is prett

Re: Ivy 2.5 and generics

2017-06-20 Thread Jaikiran Pai
Gintas, can you list the exact nature of changes for some specific classes that you think this effort might involve? I know you already sent me some samples, but it would be good if the rest know what kind of changes are involved. Personally, my opinion on this is - if it’s internal implementati