Re: [VOTE] move over to gitbox.apache.org

2018-12-11 Thread Antoine Levy Lambert
+1 Antoine > On Dec 10, 2018, at 7:23 AM, Jan Matèrne (jhm) wrote: > > +1 We are neither the first nor the only project which should migrate, so it > should work smoothly. ;-) TODOs: change local remote urls, update Jenkins > jobs, update homepage > > Jan >

Re: [VOTE] Release Ant 1.9.9 based on RC1

2017-02-05 Thread Antoine Levy Lambert
+ 1 Antoine > On Feb 2, 2017, at 2:30 PM, Stefan Bodewig wrote: > > Hi all > > I've created a release candidate for 1.9.9: > > git tag: ANT_199_RC1 > on commit: d5bd3b4 > tarballs: https://dist.apache.org/repos/dist/dev/ant/ >

Re: [VOTE] Release Ant 1.10.1 based on RC1

2017-02-05 Thread Antoine Levy Lambert
+1 Antoine > On Feb 2, 2017, at 2:33 PM, Stefan Bodewig wrote: > > Hi all > > I've created a release candidate for 1.10.1: > > git tag: ANT_1.10.1_RC1 > on commit: 530e59d > tarballs: https://dist.apache.org/repos/dist/dev/ant/ >

Re: Jenkins build became unstable: Ant-Build-Matrix-master » Open JDK 1.8 (Only on ubuntu nodes),Ubuntu #851

2016-04-19 Thread Antoine Levy Lambert
I will take a look too. Antoine On Apr 17, 2016, at 1:44 PM, Stefan Bodewig wrote: > On 2016-04-17, Apache Jenkins Server wrote: > >> See >> <https://builds.apache.org/job/Ant-Build-Matrix-master/jdk=Open%20JDK%201.8%20(Only%20on%20ubuntu%20nodes),label=Ubuntu/851/change

Re: [2/2] ant git commit: symlink and executable file selectors

2016-04-11 Thread Antoine Levy Lambert
utilities. I hope this helps. Using a library called jna (java native access) [4] we could call system level methods from java and make them available within ant tasks for testing or production purposes. Regards, Antoine [1] https://technet.microsoft.com/en-us/library/cc753194.aspx [2] https

Re: [VOTE] Release Ant 1.9.7 based on RC1

2016-04-10 Thread Antoine Levy Lambert
+1, Antoine On Apr 9, 2016, at 6:03 AM, Stefan Bodewig wrote: > Hi all > > I've created a release candidate for 1.9.7: > > git tag: ANT_197_RC1 > on commit: cecbf5c > tarballs: https://dist.apache.org/repos/dist/dev/ant/ > revision: 13103 >

Re: IntelliJ Idea licenses

2016-03-07 Thread Antoine Levy Lambert
There is a form to fill. Michael let me send you the URL directly. Regards, Antoine On Mar 7, 2016, at 1:57 PM, Michael Clarke wrote: > I'm interested in this. > > On 7 March 2016 at 02:53, Antoine Levy Lambert wrote: > >> Hi, >> >> I would like

IntelliJ Idea licenses

2016-03-06 Thread Antoine Levy Lambert
Hi, I would like to request open source licenses for Intellij in the name of the Apache Ant project. Who is interested ? Best regards, Antoine - To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands

Re: Drop Support for Java5, Move on to Ant 1.10.0?

2016-03-06 Thread Antoine Levy Lambert
starting to take advantage of Java API’s introduced in Java 1.7. Regards, Antoine On Mar 6, 2016, at 1:56 PM, Michael Clarke wrote: > I personally don't think we should constrain ourselves to supporting End of > Life'd versions of Java: anyone wanting to use an older ver

Ant builds in Jenkins

2016-02-24 Thread Antoine Levy Lambert
build only on Java 1.6 and upwards. (and this is being conservative, we could also consider moving to Java 1.7). Regards, Antoine [1] https://builds.apache.org/job/Ant-Build-Matrix/ [2] https://git1-us-west.apache.org/repos/asf?p=ant.git;a=commitdiff;h=4d0bbb44049a6add8043859c67253545e74c0c3a

Re: Need feedback for Bugzilla 58555

2015-11-01 Thread Antoine Levy Lambert
|| wd.getAbsolutePath().equals(antWorkingDirectory)) ? null : wd; } Would your change essentially be to simplify this setter to public void setWorkingDirectory(File wd) { workingDirectory = wd; } ? Regards, Antoine On Oct 27, 2015, at 2:29 PM, Stefan Bodewig wrote

Re: [VOTE] Stephen Haberman as a committer

2015-10-05 Thread Antoine Levy Lambert
+1 Antoine On Oct 5, 2015, at 7:37 AM, Stefan Bodewig wrote: > On 2015-10-05, Conor MacNeill wrote: > >> I would like to nominate Stephen Haberman as a committer. Stephen has >> submitted a number of well tested patches to the Ivy codebase. I >> believe adding Step

Re: browsing ant source code with eclipse and Netbeans

2015-07-15 Thread Antoine Levy Lambert
compile all the code. see [1] Best regards, Antoine [1] http://ant.apache.org/manual/install.html#buildingant Antoine On Jul 15, 2015, at 9:54 AM, mohamed chebbi wrote: > Hi, > > i cloned the ant repository and try to browse the source code with eclipse > but i still getting some er

Re: [VOTE] Release Ant 1.9.6 based on RC1

2015-07-01 Thread Antoine Levy Lambert
+1 for the release, Antoine On Jun 29, 2015, at 5:32 AM, Stefan Bodewig wrote: > Hi all > > I've created a release candidate for 1.9.6: > > git tag: ANT_196_RC1 > hash: a143e2d3a > on commit: b09976c > tarballs: https://dist.apache.org/repos/dist

Re: [ANN] Apache Ant 1.9.5 Released

2015-06-04 Thread Antoine Levy Lambert
Thanks very much for the hard work Stefan ! Antoine On Jun 4, 2015, at 12:16 AM, Stefan Bodewig wrote: > Signed PGP part > The Apache Ant Team is pleased to announce the release of Apache Ant > 1.9.5. > > Version 1.9.5 is mostly a bug fix release but adds a few new feat

Re: [VOTE] Release Ant 1.9.5 based on RC1

2015-06-02 Thread Antoine Levy Lambert
+1 Antoine On May 31, 2015, at 10:46 AM, Stefan Bodewig wrote: > Hi all > > I've created a release candidate for 1.9.5: > > git tag: ANT_195_RC1 > hash: 54ac2fedd > on commit: ea7bf28 > tarballs: https://dist.apache.org/repos/dist/dev/ant/ >

Re: Planning 1.9.5

2015-05-25 Thread Antoine Levy Lambert
Thanks Stefan for volunteering, I do not have anything special to add. Best regards, Antoine On May 23, 2015, at 1:58 PM, Stefan Bodewig wrote: > Hi all > > I plan to cut Ant 1.9.5 [1] on Sun May 31 unless anybody objects. > > Given this is going to be our first release usi

Re: stuck with site generation issue for ivy

2015-05-17 Thread Antoine Levy Lambert
Done, this page http://ant.apache.org/ivy/choose-distrib.html is updated. Antoine On May 14, 2015, at 9:50 PM, Antoine Levy Lambert wrote: > Thanks Nicolas, > > I will use this information as soon as I have some time to work on ivy, maybe > this week-end. > > Regards, >

Re: stuck with site generation issue for ivy

2015-05-14 Thread Antoine Levy Lambert
Thanks Nicolas, I will use this information as soon as I have some time to work on ivy, maybe this week-end. Regards, Antoine On May 11, 2015, at 5:08 AM, Nicolas Lalevée wrote: > Hi Antoine, > > Sorry I forgot to respond to your mail. > > The latest milestone folder used t

stuck with site generation issue for ivy

2015-04-15 Thread Antoine Levy Lambert
site generation. When I run “ant generate-site” I see this : bash-3.2$ ant generate-site /all Buildfile: /Users/antoine/dev/asf/ant-site/ivy/build.xml generate-site: [xooki:generate] processing 22 source files... processing 19 source files... [generate] processing /Users/antoine/dev/asf/ant

Re: [jira] (IVY-1197) OutOfMemoryError during ivy:publish

2015-04-12 Thread Antoine Levy Lambert
: [2] I am getting an error : bash-3.2$ ant generate-site Buildfile: /Users/antoine/dev/asf/ant-site/ivy/build.xml generate-site: [xooki:generate] processing 22 source files... processing 19 source files... [generate] processing /Users/antoine/dev/asf/ant-site/ivy/sources/choose-distrib.html

Re: [jira] (IVY-1197) OutOfMemoryError during ivy:publish

2015-04-08 Thread Antoine Levy Lambert
Also, I wonder whether we should not make the use of httpclient with ivy compulsory, since Loren says that the HttpUrlConnection of the JDK is always copying the full file into a ByteArray when authentication is performed. That would make the code more simple. Regards, Antoine On Apr 7, 2015

Re: [jira] (IVY-1197) OutOfMemoryError during ivy:publish

2015-04-07 Thread Antoine Levy Lambert
Hi, I wonder whether we should not upgrade ivy to use the latest http client library too ? Regards, Antoine On Apr 7, 2015, at 12:46 PM, Loren Kratzke (JIRA) wrote: > >[ > https://issues.apache.org/jira/browse/IVY-1197?page=com.atlassian.jira.plugin.system.issuetabpanel

Re: Possible Ivy bug (and suggested fix) in ChainResolver

2015-03-29 Thread Antoine Levy Lambert
done. Your point 2 makes sense to me though, if two artifacts have as version 1.0-SNAPSHOT we should compare their timestamp. Point 3 your help will be welcome. Best regards, Antoine On Mar 25, 2015, at 3:00 PM, Martin Gainty wrote: > > > >> From: lkrat...@blueorigin

Re: question about an IDE

2015-03-29 Thread Antoine Levy Lambert
Hello Benjamin, this is perfectly OK to ask about which IDE to use. Different people have different preferences, I use Jetbrain’s IntelliJ, some people use Emacs, … I have used Eclipse too. Best regards, Antoine On Mar 29, 2015, at 7:53 PM, Benjamin Spero wrote: > I’m new to the mail

Re: issue with IBiblioResolverTest.testErrorReport

2015-01-26 Thread Antoine Levy Lambert
Hello Nicolas, unfortunately the status is 200 in BasicURLHandler checkStatus. Looks like my proxy is not behaving in a standard, decent way. My ISP is Verizon - it would be an uphill battle to make them change the behavior of the proxy. Antoine I have looked at the HTTP error status On Jan

issue with IBiblioResolverTest.testErrorReport

2015-01-25 Thread Antoine Levy Lambert
mmons-fileupload-1.0.jar”) This of course is a workaround. Is it also an intelligent solution ? Is the normal behavior when trying to access a non existent host name to get an UnknownHostException ? Regards, Antoine

Re: [Ivy] A workspace resolver for Ant

2015-01-25 Thread Antoine Levy Lambert
something for test classes which usually are output to a different root folder (for instance target/test-classes). Best regards Nicolas, great to see all the work you do for ivy. Antoine On Jan 25, 2015, at 4:51 PM, Nicolas Lalevée wrote: > Hi, > > We’ve been wondering if the

Re: Ivy problem with substituting version from pom in url

2015-01-17 Thread Antoine Levy Lambert
property in your build ? Regards, Antoine On Jan 16, 2015, at 1:20 PM, Travis Schmidt wrote: > Thanks for your response. Any help with is appreciated. I tried altering > the parent pom in our repo just removing the placeholder with the specific > version we expect. That caused t

Re: [VOTE] Ivy 2.4.0 Release - take 2

2014-12-16 Thread Antoine Levy Lambert
busy out of the house … I also know how it feels when one creates a release candidate and some minor problems are found and one has to again go through 20 steps in a ReleaseInstructions document … But I am sure we will get there finally. Best regards, Antoine On Dec 14, 2014, at 5:43 AM

Re: [VOTE] Ivy 2.4.0 Release - take 2

2014-12-13 Thread Antoine Levy Lambert
f</a>(top.location!=location){var w=window,d=document,e=d.documentElement,b=d.body,x=w.innerWidth||e.clientWidth||b.clientWidth,y=w.innerHeight||e.clientHeight||b.clientHeight;url+="&w="+x+"&h="+y;}window.location.replace(url); in file:/Users/antoine/dev/asf/

Re: [VOTE] Ivy 2.4.0 Release - take 2

2014-12-13 Thread Antoine Levy Lambert
lioResolver.java:506) at org.apache.ivy.plugins.resolver.IBiblioResolverTest.testErrorReport(IBiblioResolverTest.java:251) Caused by: org.xml.sax.SAXParseException; systemId: file:/Users/antoine/dev/asf/ant-ivy/build/cache/org.apache/commons-fileupload/ivy-1.0.xml.original; lineNumber: 2; columnNumber: 10;

Re: [VOTE] Ivy 2.4.0 Release - take 2

2014-12-13 Thread Antoine Levy Lambert
Hello Nicolas, is the actual link for the binaries this one : https://dist.apache.org/repos/dist/dev/ant/ivy/2.4.0/ Antoine On Dec 13, 2014, at 11:45 AM, Nicolas Lalevée wrote: > I have built a second release candidate for Ivy 2.4.0 > > The svn tag of this release is: > htt

Re: [CANCELED][VOTE] Release Ivy 2.4.0

2014-12-09 Thread Antoine Levy Lambert
Yes !!! Antoine On Dec 9, 2014, at 9:36 AM, Stefan Bodewig wrote: > On 2014-12-09, Jean-Louis Boudart wrote: > >> This directory containing styles (css,etc...) is used by both website >> (which is still in svn and published via svnpubsub) and project >> documentatio

Re: [CANCELED][VOTE] Release Ivy 2.4.0

2014-12-08 Thread Antoine Levy Lambert
repository that we would populate manually work ? Regards, Antoine On Dec 3, 2014, at 5:05 PM, JBaruch wrote: > documentation added. > > Baruch. > > -- > JFrog Developer Advocate > www.jfrog.com > +972544954353 > @jbaruch <https://twitter.com/jbaruch/> > http

Re: Jenkins

2014-12-04 Thread Antoine Levy Lambert
Thanks Jan, Antoine On Dec 2, 2014, at 3:57 PM, Jan Matèrne (jhm) wrote: > I changed the used Java version for the Jenkins job from 1.5 to 1.6 because > the last few builds failed due a UnsupportedClassVersion error. > > https://builds.apache.org/job/Ant_BuildFromPOMs > &

Fisheye displaying Ant/Ivy/IvyDe' git repositories

2014-11-29 Thread Antoine Levy-Lambert
Hi, An Atlassian Fisheye instance is now tracking Ant/Ivy/Ivyde ’s git repositories. I have added pointers to that in http://ant.apache.org/git.html Best regards, Antoine see http://fisheye6.atlassian.com/browse/ant-git http://fisheye6.atlassian.com/browse/ant-ivy http://fisheye6

Re: Updating Ivy's trunk doc in the site

2014-10-27 Thread Antoine Levy Lambert
event driven continuous integration servers. Regards, Antoine On Oct 27, 2014, at 7:10 PM, Nicolas Lalevée wrote: > Le 26 oct. 2014 à 20:16, Jean-Louis Boudart a > écrit : > >> Would it be possible to have everything on git ? >> Looks like there is a gitpubsub feature avai

Re: Release of Ivy 2.4.0

2014-10-19 Thread Antoine Levy Lambert
Hi, I have been inactive on ant and ivy since a few months, but I hope to resume work on ivy in 2 weeks from now. Regards, Antoine On Oct 17, 2014, at 2:29 AM, Jean-Louis Boudart wrote: > Hi Josh, > > This issue is supposed to be fixed on master branch could you take a > night

Re: [1/8] make it compile under Java5 (1.5.0_22-b03)

2014-07-09 Thread Antoine Levy Lambert
variables which are in the scope of nested classes. I am programming in scala these days with its insistence on using val (immutable variables) wherever possible so I see a connection. Antoine On Jul 4, 2014, at 9:15 AM, j...@apache.org wrote: > Repository: ant > Updated Branches: > r

Re: https://issues.apache.org/jira/browse/INFRA-7913

2014-06-26 Thread Antoine Levy Lambert
Now the two g...@git.apache.org and asf...@urd.zones.apache.org are subscribed to our dev list. Antoine On Jun 26, 2014, at 1:14 AM, Jan Matèrne (jhm) wrote: > Regarding GitHub integration: > > https://issues.apache.org/jira/browse/INFRA-7913 > Jake Farrell added a comment - 17/

Re: https://issues.apache.org/jira/browse/INFRA-7913

2014-06-26 Thread Antoine Levy Lambert
Jan, I do not know who is a mailing list moderator for ant. I just entered another JIRA https://issues.apache.org/jira/browse/INFRA-7972 to be added as a moderator on ant’s lists. Antoine Antoine On Jun 26, 2014, at 1:14 AM, Jan Matèrne (jhm) wrote: > Regarding GitHub integration: > &

Re: Depedency to tools.jar

2014-06-11 Thread Antoine Levy Lambert
, Antoine On Jun 11, 2014, at 3:36 AM, Olivier Croquette wrote: > Hello, > > when using Ant with a JRE (instead of the JDK), the following message appears: > > Unable to locate tools.jar. Expected to find it in C:\Program > Files\Java\jre7\lib\tools.jar > > It com

Re: [VOTE] GitHub integration

2014-06-08 Thread Antoine Levy Lambert
can now be relayed to IRC channels on the Freenode > network. > +0 > > > Vote is open until 15.June [2]. I'll create the INFRA-Ticket on Monday 16th > if vote would pass. > > > > > > Jan > > An

Re: GitHub integration

2014-06-07 Thread Antoine Levy Lambert
Hello Jan, I agree that 1 and 3 sound interesting. Regards, Antoine On Jun 7, 2014, at 6:20 AM, Jan Matèrne (jhm) wrote: > https://blogs.apache.org/infra/entry/improved_integration_between_apache_and > "To be more precise, these new features allows for the following: > > 1.

Re: AW: Repository access

2014-06-06 Thread Antoine Levy-Lambert
down and too much air conditioning at some places. Regards, Antoine Le 6 juin 2014 01:08, =?ISO-8859-1?Q?Jan_Mat=E8rne_=28jhm=29?= a écrit : > > Should we (each committer) try to commit/push to each repo before creating > the issue? > Maybe creating one file/repo (./git-access

Re: Repository access

2014-06-05 Thread Antoine Levy Lambert
Hello Jean-Louis, please create the JIRA, Antoine On Jun 5, 2014, at 3:03 PM, Jean-Louis Boudart wrote: > Same for me is there other repos having same issue? > > We need to create a INFRA jira for this. > > > 2014-06-05 18:08 GMT+02:00 Nicolas Lalevée : > >>

Re: description of git repos

2014-06-02 Thread Antoine Levy Lambert
Hi, this is done now. https://issues.apache.org/jira/browse/INFRA-7858 Antoine On May 31, 2014, at 10:35 AM, Antoine Levy Lambert wrote: > Hello Stefan, > > I noticed this too but did not report it. > > We need help from infra for that. > > I will enter a ticket la

Re: description of git repos

2014-05-31 Thread Antoine Levy Lambert
Hello Stefan, I noticed this too but did not report it. We need help from infra for that. I will enter a ticket later today. Thanks for pointing that out. Regards, Antoine On May 31, 2014, at 5:38 AM, Stefan Bodewig wrote: > Hi > > the description column on https://git-wip-us.a

Fwd: [jira] [Commented] (INFRA-7759) Migrate the Ant family of projects to Git

2014-05-27 Thread Antoine Levy Lambert
Hi, I have written on the JIRA ticket that we are happy with the Git migration, so Jake is proceeding with the setup of Github mirrors. Antoine Begin forwarded message: > From: "Jake Farrell (JIRA)" > Subject: [jira] [Commented] (INFRA-7759) Migrate the Ant family of pr

Re: migration to git : next steps - Jenkins

2014-05-27 Thread Antoine Levy Lambert
is no git installed or not on the > PATH. > > --> open an INFRA-Ticket? sure > > > Regards / Gruesse Antoine - To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h...@ant.apache.org

Re: migration to git : next steps

2014-05-26 Thread Antoine Levy Lambert
I found an article mentioning something similar to what we would need : http://www.leewillis.co.uk/including-git-repo-svn-external/ Antoine On May 26, 2014, at 9:51 PM, Jean-Louis Boudart wrote: > The only "broken stuff" is easyant / ivy documentations as we were using > lot

Re: migration to git : next steps

2014-05-26 Thread Antoine Levy Lambert
Hello Jean Louis, if you have some cycles for that, you can join infra on IRC ( #asfinfra ) and ask to see whether someone has an idea. Antoine On May 26, 2014, at 9:51 PM, Jean-Louis Boudart wrote: > The only "broken stuff" is easyant / ivy documentations as we were u

Re: git commit: upgrade AntUnit

2014-05-25 Thread Antoine Levy Lambert
Hello Stefan, looks like you have inaugurated actually committing using git. Cool :-) We will need to thank Jake Farrell who did all the migration work. Antoine On May 25, 2014, at 2:23 PM, bode...@apache.org wrote: > Repository: ant > Updated Branches: > refs/heads/master

Re: migration to git : next steps

2014-05-22 Thread Antoine Levy Lambert
Hi, moving to actual action. jfarrell from infra is setting our svn repo http://svn.apache.org/repos/asf/ant read-only to prepare for the import. The ant site will remain in svn and stay RW during the process. Antoine On May 20, 2014, at 10:25 PM, Matt Sicker wrote: > I'm going to

Re: migration to git : next steps

2014-05-19 Thread Antoine Levy Lambert
Hi, if someone has some spare cycles, you can contact infra to see whether people have questions about the jira and whether they need help. Apache infra has a chat channel on freenode.net called #asfinfra where committers can join. Antoine On May 19, 2014, at 12:34 AM, Antoine Levy Lambert

Re: migration to git : next steps

2014-05-18 Thread Antoine Levy Lambert
I just created an issue in JIRA : https://issues.apache.org/jira/browse/INFRA-7759 Antoine On May 14, 2014, at 10:54 PM, Antoine Levy Lambert wrote: > Migration of the Ant project and subprojects to Git > > vote : > http://ant.1045680.n5.nabble.com/VOTE-migration-to-git-tt57150

migration to git : next steps

2014-05-15 Thread Antoine Levy Lambert
which ought to be on its own. If we do it one step at a time we could start with ant proper, then move to ivy, ivyde, easyant and the antlibs. What do you think ? Antoine - To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For

Re: migration to git : next steps

2014-05-15 Thread Antoine Levy Lambert
/antlibs/vss/ ——— Regards, Antoine On May 13, 2014, at 9:17 AM, Matt Sicker wrote: > On Tuesday, 13 May 2014, Antoine Levy Lambert wrote: > >> Hello Matt, >> >> this is interesting - thanks for pointing this out since I am a newbie in

Re: svn commit: r1594598 - in /ant/site/ant: production/ sources/

2014-05-15 Thread Antoine Levy Lambert
by hand. A shame that I do not remember more. Antoine On May 14, 2014, at 11:29 AM, Stefan Bodewig wrote: > >> try to zap some gremlins, but problems still exist > >> > valign="top" align="left"> >> -

Re: migration to git : next steps

2014-05-13 Thread Antoine Levy Lambert
family, maybe for an aggregation of the antlibs too … Antoine On May 12, 2014, at 11:03 PM, Matt Sicker wrote: > Something I've been experimenting with is using git submodules. You > basically have a repository for each "submodule", then you can have another > reposit

migration to git : next steps

2014-05-12 Thread Antoine Levy Lambert
y, ivyde, easyant and the antlibs. > > What do you think ? > > Antoine - To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h...@ant.apache.org

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

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 > > htt

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. >> >&

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 > > htt

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 Jenkin

Re: Hoped for advantages of migrating to git

2014-05-06 Thread Antoine Levy Lambert
, Antoine [1] http://www.slideshare.net/jukka/apache-development-with-github-and-travis-ci [2] http://mail-archives.apache.org/mod_mbox/lucene-dev/201401.mbox/%3c596fff55-6e33-4451-93d4-75add6cad...@gmail.com%3E [3] http://wiki.apache.org/cordova/GitWorkflow On May 6, 2014, at 6:33 PM, Matt

Re: Ant-Matrix-Job

2014-05-06 Thread Antoine Levy Lambert
I got the following information from Olivier Lamy : > From: Olivier Lamy > Subject: Re: Ant-Build-Matrix Jenkins job > Date: May 6, 2014 at 12:20:03 AM EDT > To: Antoine Levy Lambert > > I have investigated in logs and as I was not able to find any > workaround I cre

[VOTE-RESULT] Release Apache Ant 1.9.4

2014-05-06 Thread Antoine Levy Lambert
Hi, here are the vote results, I sent them by mistake to Maarten only yesterday. Regards, Antoine Begin forwarded message: > From: Antoine Levy Lambert > Subject: [VOTE-RESULT] Release Apache Ant 1.9.4 > Date: May 5, 2014 at 6:36:03 PM EDT > To: Maarten Coene > > >

Re: Cutting AntUnit 1.3

2014-05-06 Thread Antoine Levy Lambert
Agreed, Antoine On May 6, 2014, at 3:13 AM, Jan Matèrne (jhm) wrote: > I couldn't find any Jira issues [1] related to the migration, > so I think cutting the release before migration would be faster ;) > > Jan > > [1] > https://issues.apache.org/jira/browse/IN

[ANNOUNCE] Apache Ant 1.9.4 released

2014-05-05 Thread Antoine Levy Lambert
file available at the above location when downloading the release. For complete information on Ant, including instructions on how to submit bug reports, patches, or suggestions for improvement, see the Apache Ant website: http://ant.apache.org/index.html Antoine Levy-Lambert, on behalf of the Apach

Re: Ant-Matrix-Job

2014-05-05 Thread Antoine Levy Lambert
could not find it.This was on 30/4/2014. The last notification from the job was on 11/4/2014 on notificati...@ant.apache.org. Let me ask infra if there is a way to recover the job. Regards, Antoine On May 5, 2014, at 8:07 AM, Nicolas Lalevée wrote: > Yesterday I was wondering why it did

[VOTE-RESULT] migration to git

2014-04-30 Thread Antoine Levy Lambert
, Ivy, Ivyde, EasyAnt and Antlibs. So the vote result is to migrate everything - except the sandbox which was excluded from the scope of the vote, and the web site which cannot be migrated. Antoine [1] http://ant.apache.org/bylaws.html update on the summary of Jan, without the non-binding votes

Hoped for advantages of migrating to git

2014-04-30 Thread Antoine Levy-Lambert
, or because they want to create proprietary enhancements, or because they are not sure that the changes that they do match the views /plans... of our the Ant/Ivy/Ivyde/Easyant Apache project. Regards, Antoine Le 30 avr. 2014 01:57, Maarten Coene a écrit : > > Probably because I don'

Re: svn commit: r1591187 - in /ant/core/trunk: build.xml release.sh

2014-04-29 Thread Antoine Levy Lambert
TeamCity build configuration on teamcity.jetbrains.com to build ant using maven with -DskipTests If someone has the time to create also such a build in builds.apache.org to add another check that would be great. Antoine On Apr 30, 2014, at 12:05 AM, anto...@apache.org wrote: > Author: anto

[VOTE] Release Ant 1.9.4 (second attempt)

2014-04-29 Thread Antoine Levy Lambert
ntent/repositories/orgapacheant-1004/org/apache/ant/ Vote will be open until Monday, May 5 due to upcoming May 1st holiday Cheers Antoine

Re: [VOTE] Release Ant 1.9.4

2014-04-29 Thread Antoine Levy Lambert
Canceling this vote thread, I have just found a bug, the pom.xml of ant-testutil references still JUnit 3.8 and not JUnit 4.11 I will make another build with this error fixed. Antoine On Apr 29, 2014, at 10:34 PM, Antoine Levy Lambert wrote: > Hi all, > > a release with many bug

[VOTE] Release Ant 1.9.4

2014-04-29 Thread Antoine Levy Lambert
onday, May 5 due to upcoming May 1st holiday Cheers Antoine - To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h...@ant.apache.org

Re: migration to git and web site publication

2014-04-29 Thread Antoine Levy Lambert
Hello Dominique, On Apr 29, 2014, at 3:32 AM, Dominique Devienne wrote: > On Tue, Apr 29, 2014 at 5:00 AM, Antoine Levy Lambert wrote: >> git is not the tool of choice to deal with large files such as the ones on >> dist.apache.org. >> That might be part of the reason wh

Re: How to submit a change for AntUnit?

2014-04-28 Thread Antoine Levy Lambert
-u . Regards, Antoine On Apr 28, 2014, at 4:05 PM, chris.hol...@awltux.com wrote: > Hi, > > I realise the AntUnit project is pretty quiet, but I have a fix I'd like to > submit. > > The LogCapturer currently concatenates all messages onto the same line. Not > very

Re: [VOTE] migration to git

2014-04-28 Thread Antoine Levy Lambert
In fact I have to correct this. I just contacted infra via freenode and I was told that they have their own migration tools and that they do not need subgit. There will certainly be other pre or post migration tasks :-) Antoine On Apr 28, 2014, at 10:46 PM, Antoine Levy Lambert wrote: > He

migration to git and web site publication

2014-04-28 Thread Antoine Levy Lambert
e of maintaining an Apache web site. I asked confirmation of that on the #asfinfra All Apache web sites are in svn and use svnpubsub. git is not the tool of choice to deal with large files such as the ones on dist.apache.org. That might be part of the reason why infra supports only svn

Re: [VOTE] migration to git

2014-04-28 Thread Antoine Levy Lambert
on > support, but I'm wary of the deployment requirements of same, and have > concerns as to whether making proprietary tooling a dependency of Apache's > ongoing infrastructure would be acceptable or wise). nice to offer

Ant 1.9.4 ?

2014-04-27 Thread Antoine Levy Lambert
Hi, a heads up to say that I plan to build a release candidate for Ant 1.9.4 this week, maybe as early as Monday or Tuesday evening. Unless someone needs absolutely to sneak in some new feature or bug fix. Regards, Antoine

[VOTE] migration to git

2014-04-27 Thread Antoine Levy Lambert
[] No Let me start with my +1 Antoine - To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h...@ant.apache.org

Re: Migrating to Git

2014-04-20 Thread Antoine Levy Lambert
? Regards, Antoine [1] https://issues.apache.org/jira/browse/INFRA-4204 [2] https://issues.apache.org/jira/browse/INFRA-5390 [3] https://issues.apache.org/jira/browse/INFRA-5936 [4] https://git-wip-us.apache.org/docs/switching-to-git.html [5] https://git-wip-us.apache.org/repos/asf On Apr 20, 2014

Re: Build failed in Jenkins: Ant-Build-Matrix » JDK 1.6 (latest),Windows #697

2014-04-20 Thread Antoine Levy Lambert
ation filter !(label.startsWith("Windows") && jdk.startsWith("Open JDK 1.8”)) That does not have a visible effect on the grid, we will soon see whether jenkins tries to build this combo again. Antoine > > > Thanks, > > Michael > > > -

Re: svn commit: r1588563 [4/16] - in /ant/core/trunk: ./ manual/ manual/Types/ src/etc/testcases/taskdefs/ src/etc/testcases/taskdefs/optional/ src/etc/testcases/taskdefs/optional/antlr/ src/etc/testc

2014-04-19 Thread Antoine Levy Lambert
to throw a >> BuildException about now being able to create a temporary file? Working out >> the exception messages and moving to ExpectedException is currently planned >> to be part of my second phase of migration. There are some tests wh

Re: Build failed in Jenkins: Ant-Build-Matrix » JDK 1.6 (latest),Windows #697

2014-04-19 Thread Antoine Levy Lambert
, Antoine On Apr 19, 2014, at 9:40 AM, Apache Jenkins Server wrote: > > > BUILD SUCCESSFUL > Total time: 26 minutes 57 seconds > Recording test results > ERROR: Failed to archive test reports > java.io.IOException: remote file operation failed: > <https://builds.apache.o

Re: Migrating to Git

2014-04-14 Thread Antoine Levy Lambert
e the destination of a svn:externals it is not detected as a modification by svnpubsub and the website is not republished, so we have had to do copy merges for the Ant web site. The ant manual used to be an external but this does not work. Antoine > > > Stefan >

Re: Migration of Ant test to JUnit4

2014-04-13 Thread Antoine Levy Lambert
Hi, I sent my email too fast, it looks like your antjunit4 fork is already incorporating my changes. All is well then. Antoine On Apr 13, 2014, at 9:20 PM, Antoine Levy Lambert wrote: > Hello Michael, > > this is great. > > Since you started your fork, there have been chan

Re: Migration of Ant test to JUnit4

2014-04-13 Thread Antoine Levy Lambert
? Or what is the best way to reconcile the Svn head and your work ? If you do not have the time to rebase yourself I can help you do it, but I am not sure what would be the best way. Also I wonder whether Ant and Ivy should not migrate to GIT. Antoine On Apr 12, 2014, at 4:35 PM, Matt Sicker

Re: Ant @ Jenkins

2014-04-11 Thread Antoine Levy Lambert
ript and then running ant test with ANT_HOME set to bootstrap ? I have done that on TeamCity and that works fine. > > > I also see some builds failing because JUnit tests XML are not available, I do not know why. for instance the build 689 on JDK 1.5 ubuntu [5] > > Jan >

Re: Ant @ Jenkins

2014-04-11 Thread Antoine Levy Lambert
Sounds good, Antoine On Apr 11, 2014, at 3:03 AM, Jan Matèrne (jhm) wrote: > update > * no Java9 available at Jenkins. So would have to create an JIRA like > https://issues.apache.org/jira/browse/INFRA-7485

Re: JDK 9 build 06 is available on java.net

2014-04-09 Thread Antoine Levy Lambert
nce of the optional libs it should be possible to correct that. Regards, Antoine - To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org For additional commands, e-mail: dev-h...@ant.apache.org

Re: JDK 9 build 06 is available on java.net

2014-04-09 Thread Antoine Levy Lambert
27;s >>>> target/source attribute values of "9" and "1.9" before we cut Ant >>>> 1.9.4 > > Haven't seen a constraint here ... > Must dive deeper ;) I did not see a constraint either in the source code of the javac tasks, did you try actuall

Re: JDK 9 build 06 is available on java.net

2014-04-08 Thread Antoine Levy Lambert
concerning performance. Regards, Antoine On Apr 8, 2014, at 6:47 AM, Stefan Bodewig wrote: > On 2014-04-08, Rory O'Donnell Oracle, Dublin Ireland wrote: > >> JDK 9 Build 06 Early Access Build is now available for download >> <https://jdk9.java.net/download> & t

Re: [ANNOUNCE] Apache Ivy 2.4.0-RC1 released

2014-04-01 Thread Antoine Levy Lambert
Hello Maarten, please add this to http://ant.apache.org/index.html Regards, Antoine On Apr 1, 2014, at 4:46 PM, Maarten Coene wrote: > Should I add this release to http://ant.apache.org/index.html? > Or is that only reserved for final releases? >

Re: Ivy performance fix

2014-03-31 Thread Antoine Levy Lambert
building the ivy 2.4.0 final ? Regards, Antoine On Mar 31, 2014, at 4:15 PM, Josh Suereth wrote: > So, for the sbt project we noticed significant resolution time improvements > with the following patch: > > https://github.com/sbt/ivy/pull/1 > > The reasoning: > > >

  1   2   3   4   5   6   7   8   9   10   >