Bug report for Ant [2014/05/11]

2014-05-11 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

Re: Ant-Matrix-Job

2014-05-11 Thread Antoine Levy Lambert
Thanks very much Michael and Jesse, That’s great that you were able to turnaround this issue so quickly. I will contact infra to see when they can upgrade the Jenkins Matrix plugin. Regards, Antoine On May 6, 2014, at 5:57 PM, Michael Clarke wrote: > I've applied a fix to the Jenkins Matrix P

[VOTE] Release AntUnit 1.3 based on RC1

2014-05-11 Thread Stefan Bodewig
Hi all, delayed because I wanted to wait for mails to arrive again. Antunit 1.3 RC1 is available for review here: https://dist.apache.org/repos/dist/dev/ant/antlibs/antunit/ (svn revision 5298) Maven artifacts are here: https://repository.apache.org/content/repositories/orgapach

Re: [VOTE] Release AntUnit 1.3 based on RC1

2014-05-11 Thread Nicolas Lalevée
+1 for me Nicolas Le 11 mai 2014 à 12:42, Stefan Bodewig a écrit : > Hi all, > > delayed because I wanted to wait for mails to arrive again. > > Antunit 1.3 RC1 is available for review here: >https://dist.apache.org/repos/dist/dev/ant/antlibs/antunit/ >(svn revision 5298) > > Maven

Re: Ivy's ModuleDescriptor.getExtraInfo() is now deprecated

2014-05-11 Thread Jean-Louis Boudart
Hi Nicolas, This was introduced by IVY-1457 and breaks backward compatibility as mentioned there. All call to old api from ivy-core itslef has been migrated on trunk. I didn't find any elegant way to make it backward compatible. Suggestion are welcome. But yeah basically you get the idea :/ 201

Ivy's ModuleDescriptor.getExtraInfo() is now deprecated

2014-05-11 Thread Nicolas Lalevée
Hi, ModuleDescriptor.getExtraInfo() is deprecated but there is no indication in the doc about what should be used then. There is getExtraInfos(), but as I look to the code, there is no data transfer between both, if if there is data in one, I cannot get the data from the other one. And since th

Re: Hoped for advantages of migrating to git

2014-05-11 Thread Matt Sicker
I think it would work better to just do development on ASF, but accept pull requests via GitHub somewhat manually. This is how it's done with Apache Camel: http://camel.apache.org/contributing.html So it's done manually. Plus, nobody can write to the ASF GitHub repos without pulling some strings i

Re: Hoped for advantages of migrating to git

2014-05-11 Thread Matt Sicker
You can merge this pull request into a Git repository by running: $ git pull https://github.com/user/repo branchname Alternatively you can review and apply these changes as the patch at: https://github.com/apache/ant/1234.patch To close this pull request, make a commit to your master/tr

Re: Hoped for advantages of migrating to git

2014-05-11 Thread Matt Sicker
And here's some more info about how to do that. On 11 May 2014 15:04, Matt Sicker wrote: > I think it would work better to just do development on ASF, but accept > pull requests via GitHub somewhat manually. This is how it's done with > Apache Camel: http://camel.apache.org/contributing.html >

Classloading issue

2014-05-11 Thread Nicolas Lalevée
Hi, I need some help to understand a bug around classloading (nothing that particular to Ivy). I was looking into IVY-1471 [1] and I don't understand why it is failing that way. In the classpath there are both Ivy and Jsch, but not the optional jar related to managing the ssh agent via jsch. A

Re: Ant-Matrix-Job

2014-05-11 Thread Antoine Levy Lambert
On May 8, 2014, at 3:41 AM, Jan Matèrne (jhm) wrote: > Both Windows nodes are offline and therefore the matrix job is in trouble. > Should we "disable" the win systems? sure Antoine > > https://builds.apache.org/computer/windows1/ > ping error / timeout > > https://builds.apache.org/computer/

Re: [VOTE] Release AntUnit 1.3 based on RC1

2014-05-11 Thread Antoine Levy Lambert
+1 for me Antoine On May 11, 2014, at 11:07 AM, Nicolas Lalevée wrote: > +1 for me > > Nicolas > > Le 11 mai 2014 à 12:42, Stefan Bodewig a écrit : > >> Hi all, >> >> delayed because I wanted to wait for mails to arrive again. >> >> Antunit 1.3 RC1 is available for review here: >> https

Re: Ivy's ModuleDescriptor.getExtraInfo() is now deprecated

2014-05-11 Thread Nicolas Lalevée
Le 11 mai 2014 à 19:12, Jean-Louis Boudart a écrit : > Hi Nicolas, > > This was introduced by IVY-1457 and breaks backward compatibility as > mentioned there. All call to old api from ivy-core itslef has been migrated > on trunk. I didn't find any elegant way to make it backward compatible. >

Re: Classloading issue

2014-05-11 Thread Antoine Levy Lambert
Hello Nicolas, I have tried your test case and it is failing as you except : BUILD FAILED /Users/antoine/dev/asf/ivyde-trunk/test/ssh-resolver/build.xml:27: java.lang.NoClassDefFoundError: com/jcraft/jsch/agentproxy/AgentProxyException at org.apache.ivy.plugins.repository.ssh.AbstractSs

Re: Ant-Matrix-Job

2014-05-11 Thread Antoine Levy Lambert
On May 8, 2014, at 3:41 AM, Jan Matèrne (jhm) wrote: > Both Windows nodes are offline and therefore the matrix job is in trouble. > Should we "disable" the win systems? sure Antoine > > https://builds.apache.org/computer/windows1/ > ping error / timeout > > https://builds.apache.org/computer/

Re: Classloading issue

2014-05-11 Thread Nicolas Lalevée
Le 12 mai 2014 à 01:34, Antoine Levy Lambert a écrit : > Hello Nicolas, > > I have tried your test case and it is failing as you except : > > BUILD FAILED > /Users/antoine/dev/asf/ivyde-trunk/test/ssh-resolver/build.xml:27: > java.lang.NoClassDefFoundError: com/jcraft/jsch/agentproxy/AgentPro

AW: Ant-Matrix-Job

2014-05-11 Thread jhm
The job is back again https://builds.apache.org/job/Ant-Build-Matrix/ Jan > -Ursprüngliche Nachricht- > Von: Michael Clarke [mailto:michael.m.cla...@gmail.com] > Gesendet: Dienstag, 6. Mai 2014 23:57 > An: Ant Developers List > Betreff: Re: Ant-Matrix-Job > > I've applied a fix to the Je

RE: Classloading issue

2014-05-11 Thread Martin Gainty
> Subject: Re: Classloading issue > From: nicolas.lale...@hibnet.org > Date: Mon, 12 May 2014 01:51:12 +0200 > To: dev@ant.apache.org > > > Le 12 mai 2014 à 01:34, Antoine Levy Lambert a écrit : > > > Hello Nicolas, > > > > I have tried your test case and it is failing as you except : > > > >