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 > > >> -Ursprüngliche Nachrich

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/ > revision: 18085 > Maven artifacts: > > ht

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/ >revision: 18086 > Maven artifacts: > > https

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 >> > > That's pretty

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

2016-04-11 Thread Antoine Levy Lambert
Hello Stefan, there is a command mklink on Windows [1] which is described as being able to create symbolic links. There is also an API function CreateSymbolicLink [2]. Concerning executable files, it seems that the executable nature of a file depends upon its extension, see [3]. So maybe if we

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 > Maven artifacts: > > https://r

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, e

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

2016-03-06 Thread Antoine Levy Lambert
I like the idea of Michael to develop on the master branch against Java 1.8 and to have a long term support branch for Java 1.6 or Java 1.7. Yes that would increase the amount of time needed to make releases. We might not necessarily release both builds at the same time every time since the Ja

Ant builds in Jenkins

2016-02-24 Thread Antoine Levy Lambert
Hi, first I have not been working on Ant at all in the last 12 months or more, I recently changed job and my current work has been very involving. I would like to catch up and make a few contributions to Ant and Ivy. I noticed that the Jenkins builds in JDK 1.5 on Ubuntu are failing [1] , this

Re: Need feedback for Bugzilla 58555

2015-11-01 Thread Antoine Levy Lambert
Hello Stefan, I have had a look at the code. Is the bit of code which is responsible for the behavior described in Bugzilla 58555 this one : in org.apache.tools.ant.taskdefs.Execute : public void setWorkingDirectory(File wd) { workingDirectory = (wd == null || wd.getAbso

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 Stephen would strengthen the commi

Re: browsing ant source code with eclipse and Netbeans

2015-07-15 Thread Antoine Levy Lambert
Hi, there is a file “fetch.xml” with which you can get Ant’s library dependencies. fetch.xml requires a prebuilt version of Ant. Once you have downloaded the library dependencies, which should go into /lib/optional, you can set your classpath in eclipse and netbeans and you should be able to co

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/dev/ant/ > revision: 9

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 features > like new resourc

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/ > revision: 9181 > Maven arti

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 using git I intend to

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
gt; ant generate-history -Dhistory.version=2.4.0 > > > So you’ll have to run: > ant checkout-history -Dhistory.version=2.4.0 > -Dtarget.history.folder=latest-milestone > > Nicolas > >> Le 16 avr. 2015 à 04:34, Antoine Levy Lambert a écrit : >> >> Hi, >&

stuck with site generation issue for ivy

2015-04-15 Thread Antoine Levy Lambert
Hi, Reposting previous message with a different subject. I did a change to https://svn.apache.org/repos/asf/ant/site/ivy/sources/choose-distrib.html in order to document better the fact that the ivy distribution without dependencies is not suitable for large uploads. But I am stuck with the s

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

2015-04-12 Thread Antoine Levy Lambert
h > > I'm not a fan of this proposal, I like it that Ivy doesn't has any > dependencies when using standard resolvers. > Perhaps it could be added to the documentation that if you use the > URLresolver for large uploads you'll have to add httpclient to the classpath? &

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

2015-04-08 Thread Antoine Levy Lambert
, at 9:22 PM, Antoine Levy Lambert wrote: > 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: > >> >> [ >

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.issuetabpanels:comment-tabpan

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

2015-03-29 Thread Antoine Levy Lambert
Hello Loren, thanks for digging into all this. It might not be a good thing for softwares like ivy which have a lot of users in the wild to change defaults - because people like to be able to upgrade and still have an old behavior, but making the needed behaviors possible at least should be do

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 mailing lis

Re: issue with IBiblioResolverTest.testErrorReport

2015-01-26 Thread Antoine Levy Lambert
26, 2015, at 4:59 AM, Nicolas Lalevée wrote: >> >> Le 26 janv. 2015 à 00:56, Antoine Levy Lambert a écrit : >> >> Hi, >> >> when I run the ivy test suite on my computer at home, the >> iBiblioResolverTest.testErrorReport er

issue with IBiblioResolverTest.testErrorReport

2015-01-25 Thread Antoine Levy Lambert
Hi, when I run the ivy test suite on my computer at home, the iBiblioResolverTest.testErrorReport errors. The error happens on line 251 : ResolvedModuleRevision rmr = resolver.getDependency(new DefaultDependencyDescriptor(mrid, false), _data); What happens on that line is that

Re: [Ivy] A workspace resolver for Ant

2015-01-25 Thread Antoine Levy Lambert
Hello Nicolas, I am trying to understand in which use case I would need this resolver. It seems to be in the case that you want to build using Ant a stack of modules in a directory tree, and use the target/classes folder of each module as a dependency. Does this workspace resolver also has som

Re: Ivy problem with substituting version from pom in url

2015-01-17 Thread Antoine Levy Lambert
Hello Travis, if you alter a POM file in your repository without altering its checksums such as the .sha1 file, this triggers this error. I am not using ivy very much myself these days, I wonder whether you can define the variable kie.version in your ivy settings file, or pass it as a system p

Re: [VOTE] Ivy 2.4.0 Release - take 2

2014-12-16 Thread Antoine Levy Lambert
Nicolas, Jean-Louis, what are your thoughts ? The problem reported by Stefan with the ivy.xml in the source archive must be caused by something in the build process replacing the ivy.xml of the source tree with an expanded version of the same file generated when the task runs ? I guess a mino

Re: [VOTE] Ivy 2.4.0 Release - take 2

2014-12-13 Thread Antoine Levy Lambert
host.comx ? Also should PomModuleDescriptorParser#parseDescriptor not rethrow a more informative exception than this SAX Exception “ErrorAlreay seen doctype” ? Do we have an IvyException class ? For the vote I am on the edge. On one side I see that these test 2 test failures/errors do not ind

Re: [VOTE] Ivy 2.4.0 Release - take 2

2014-12-13 Thread Antoine Levy Lambert
he.ivy.plugins.parser.m2.PomModuleDescriptorParser.parseDescriptor(PomModuleDescriptorParser.java:118) This is running the build with Java 1.7 on Mac OS 10.9.5 Regards, Antoine On Dec 13, 2014, at 1:28 PM, Antoine Levy Lambert wrote: > Hello Nicolas, > > is the actual link for t

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: > https://git-wip-us.a

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 >> documentation (which is in ivy's git repo

Re: [CANCELED][VOTE] Release Ivy 2.4.0

2014-12-08 Thread Antoine Levy Lambert
On the infrastructure list Gavin wrote that infra is not able to create the mirror of the styles folder of the ivy doc that has been requested by Jean-Louis. The reason being that infra can only create a mirror from a structure having tags and trunk. @Jean-Louis, would creating a new git repos

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 > > > > This was easier

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.atlassian.com

Re: Updating Ivy's trunk doc in the site

2014-10-27 Thread Antoine Levy Lambert
Hi, as far as I know there is no gitpubsub for the web sites so far. At least that was the case when we migrated to git. I had a look at the gitpubsub link that you mention Nicolas, I think this functionality is only available to setup some automation around git commits, for instance for event

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 > nightly build and g

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

2014-07-09 Thread Antoine Levy Lambert
Hello Jan, I was wondering why you are interested into make it compile under Java5 (1.5.0_22-b03) ? Note, I am just curious, not critical. It looks like this particular Java version is very demanding concerning the presence of the final keyword next to method parameters or maybe also for vari

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/Jun/14 14:23

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: > > https:

Re: Depedency to tools.jar

2014-06-11 Thread Antoine Levy Lambert
Hello Olivier, your wish makes sense. You are right, only the specific ant tasks such as javac/javadoc/javah which use java command line tools should worry about tools.jar being around. Before you open a bug report, let’s see whether other Ant committers have opinions on this topic. Regards,

Re: [VOTE] GitHub integration

2014-06-08 Thread Antoine Levy Lambert
Here is my vote, On Jun 8, 2014, at 5:08 AM, Jan Matèrne (jhm) wrote: > After some out-of-vote +1, I'll start a formal vote (oh, my 1st one ;) > > > > Apache Infra supplies a variety of GitHub integrations [1]. > > As specified there, it is an "opt in", so we must decide which of these > ser

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. Any Pull Request t

Re: AW: Repository access

2014-06-06 Thread Antoine Levy-Lambert
-test) where each committer places > his name. > Retest after the issue is resolved and finally delete that file. > > In that way INFRA doesnt need to act multiple times ... > > Jan > > > -Ursprüngliche Nachricht- > > Von: Antoine Levy Lambert [mailto:an

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 : > >> I couldn't commit the patch you

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.apache.org/rep

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 projects > to Git > Date

Re: migration to git : next steps - Jenkins

2014-05-27 Thread Antoine Levy Lambert
On May 27, 2014, at 8:53 AM, Jan Matèrne (jhm) wrote: > Here is an intermediate result and my opinion on that: > > > > Open problems > > = > > Ant-Build-Matrix has problems on Ubuntu and on Windows. > > On Windows it seems (to me) that there is no git installed or not on the >

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 of svn:externals

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 using > lot of svn:ex

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 806749177 -> 39ad231

Re: migration to git : next steps

2014-05-22 Thread Antoine Levy Lambert
all together for convenience. It's handy for >>> making a sort of stable master that points to the latest tag or something >>> similar. It's kind of confusing, but I think it works well for when >> people >>> want to check out a project corre

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
To actually migrate to git, we could either make one INFRA JIRA for all the ant family of projects, or do this one step at a time. Concerning the antlibs, I suppose we want one git module for each antlib - we have 6 of them (antunit, compress, dotnet, props, svn, vss) plus a common folder whic

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
Hello Stefan, I have had the same problem on MacOS. I remember vaguely that I found out while fixing unit tests that different JDK versions do not have the same value for default encoding. I am not sure how I addressed the problem when I regenerated the site, I might have just fixed the html b

Re: migration to git : next steps

2014-05-13 Thread Antoine Levy Lambert
ther than > the trunk (which would normally be stable anyway). > > > On 12 May 2014 21:19, Antoine Levy Lambert wrote: > >> >> Hi, >> >> resending a message which I sent on May 7th but might have been lost >> completely due to our infrastructure pro

migration to git : next steps

2014-05-12 Thread Antoine Levy Lambert
Hi, resending a message which I sent on May 7th but might have been lost completely due to our infrastructure problems last week : > > > To actually migrate to git, we could either make one INFRA JIRA for all the > ant family of projects, or do this one step at a time. > > Concerning the an

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: [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: 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: Ant-Matrix-Job

2014-05-11 Thread Antoine Levy Lambert
s Matrix Plugin for the issue that Olivier > raised, and jglick has kindly merged it and released the plugin. We'll need > one of the Jenkins admins to update the matrix plugin (or downgrade > Jenkins) to hopefully bring our matrix job back. > > > On 6 May 2014 12:27, Antoi

Re: Hoped for advantages of migrating to git

2014-05-06 Thread Antoine Levy Lambert
Matt, Jesse, I think that both of you are basically saying that accepting pull requests entered in github is going to be more manual work, including more command line work, in the case of a migration to git-wip-us.apache.org as opposed to migrating to use only github. I don’t know whether an op

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/INFRA-1983?jql=project%20%3D%20INFRA

[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
I remember accessing the configuration option of Ant-Build-Matrix a few days ago, and then recently when Jan informed me that we had already a Jenkins job to build Ant using its maven POMs, I wanted to look at the Ant-Build-Matrix configuration to see how the notifications are configured and I c

[VOTE-RESULT] migration to git

2014-04-30 Thread Antoine Levy Lambert
Hi, see below the detailed results of the vote. I have looked at our bylaws [1]. The Code Change category seems to be the one which corresponds most and requires “Lazy Approval and then Lazy Consensus” There are at least 3 binding +1s to migrate to git each of the Ant subprojects - Ant core, I

Hoped for advantages of migrating to git

2014-04-30 Thread Antoine Levy-Lambert
Hello Maarten, I do not know a lot about git either. Here are the advantages I see in migrating to git : - git allows third-parties to clone an original repository and in fact to create a fork while keeping the possibility of contributing back what they have created if they want to, and also

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

2014-04-29 Thread Antoine Levy Lambert
Hi, in order to avoid finding issues with ant’s pom files after the fact, I have added a step of building ant using maven in our release script. This is just to check that the compilation and building of jars work using maven, the target folder gets deleted in the next line. and also created a T

[VOTE] Release Ant 1.9.4 (second attempt)

2014-04-29 Thread Antoine Levy Lambert
Hi all, restarting the vote thread after having fixed the pom of ant-testutil and rebuilt a release with many bug fixes and improvements, including the initial support for Java 1.9, the possibility to run JUnit tests in multiple threads (when they are forked) and the refactoring of Ant's own te

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
Hi all, a release with many bug fixes and improvements, including the initial support for Java 1.9, the possibility to run JUnit tests in multiple threads (when they are forked) and the refactoring of Ant's own test suite which is now based on JUnit 4. I propose to adopt the following as Ant 1.9

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
Hello Chris, I wonder whether the current behavior of the LogCapturer has a rationale and whether a backward compatibility needs to be preserved for this aspect. To submit a patch, the best is to create a bugzilla issue on http://issues.apache.org/bugzilla and to attach the output of svn diff

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
Hello Jan, On Apr 28, 2014, at 1:29 AM, Jan Matèrne (jhm) wrote: > > > >> The web sites will remain in svn in any event because svnpubsub is the >> only supported mechanism to maintain web sites AFAIK. > > I havent looked at the current svnpubsub, but there is also one with that > name for g

Re: [VOTE] migration to git

2014-04-28 Thread Antoine Levy Lambert
Hello Charles, On Apr 28, 2014, at 11:07 AM, Charles Duffy wrote: > +1 for Ant and Ivy, +0 elsewhere. > > If we wanted to do a history-preserving transform (with branches, merges > &c. faithfully preserved), I'd be happy to help with the configuration and > use of SubGit (which, while typically

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

[VOTE] migration to git

2014-04-27 Thread Antoine Levy Lambert
Hi, Let's vote about migrating to git : - Ant - Ivy - easyant - Ivyde - the antlibs I am not including the sandbox in the thread intentionally. The web sites will remain in svn in any event because svnpubsub is the only supported mechanism to maintain web sites AFAIK. [] Yes [] No Let

Re: Migrating to Git

2014-04-20 Thread Antoine Levy Lambert
Hi, like Michael one of my hopes in migrating to git is that it will allow non ASF committers to create their own forks of projects and be able to keep them (or not) up to date with the master branch. I have also done a little bit of investigation to see how other projects have migrated to GI

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

2014-04-20 Thread Antoine Levy Lambert
On Apr 19, 2014, at 6:05 PM, Michael Clarke wrote: > > Open JDK also tried to run on Windows, despite is only being available > on Ubuntu nodes (can one of our project with the appropriate Karama > tweak our matrix?) I got access to the configuration and entered a combination filter !(label.st

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
Thanks for the great work Michael, On Apr 19, 2014, at 1:51 PM, Matt Sicker wrote: > You can use the ExpectedException rule exactly where you expect the > exception to be thrown. Using the @Test(expected = foo.class) (or whatever > the attribute name was) is for the whole method. Unless you're t

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

2014-04-19 Thread Antoine Levy Lambert
Our build is successful but Jenkins is running out of memory processing JUnit results if I understand correctly. I wonder whether we should ask Infra to run Jenkins with a larger PermGen space as the error message suggests or whether there is something else to do on our end ? Regards, Antoine

Re: Migrating to Git

2014-04-14 Thread Antoine Levy Lambert
On Apr 14, 2014, at 7:17 AM, Stefan Bodewig wrote: > On 2014-04-14, Nicolas Lalevée wrote: > >> But what about the publication of the doc on the website ? Today we >> rely on svn:externals for the doc of each release. How would it be >> managed if it's migrated to git ? > > We'd likely need to

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
Hello Michael, this is great. Since you started your fork, there have been changes done by Jan Matèrne to detect Java 9 and by myself to use separate folders for each test - all under subfolders of ${java.io.tmpdir} Is it possible to rebase your fork first from https://github.com/apache/ant ?

Re: Ant @ Jenkins

2014-04-11 Thread Antoine Levy Lambert
On Apr 11, 2014, at 2:46 AM, Jan Matèrne (jhm) wrote: > > No we have several Java8 installations available on the matrix: Open JDK 1.8 > (Only on ubuntu nodes) + jdk-1.8.0 > > > > Should we > > - add these two to the build matrix? sure > > - change the openJDK8 job to use Java9? +1 > >

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 > > Jan > > - T

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

2014-04-09 Thread Antoine Levy Lambert
Hi, On Apr 9, 2014, at 9:55 AM, Jan Matèrne (jhm) wrote: > I am trying to add the Java9 support. > First try is building on Java9, which fails due stricter javadoc checks. > > Yup, I think Stefan had reported too that generating the Javadoc of Ant also fails under Java 1.8 > Jan > > > >

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

2014-04-09 Thread Antoine Levy Lambert
Jan, On Apr 9, 2014, at 10:20 AM, Jan Matèrne (jhm) wrote: > JDK 9 Build 06 Early Access Build is now available for download > & test. Might be a good idea to make Ant detect Java9 > > > should be done with svn-1585981 > (Java9-detection sh

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

2014-04-08 Thread Antoine Levy Lambert
Hi, I am still finishing up my work to make our unit tests use unique temporary directories. When I am finished I will look into that, although I am also interested in working on Ivy - especially the bug with the OutOfMemory exception on large zip files and the issue raised by Josh Suereth con

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? > > Maarten > > > > > __

Re: Ivy performance fix

2014-03-31 Thread Antoine Levy Lambert
Hello Josh, thanks for contacting the Ant/Ivy community. I think we can work with pull requests on github, as long as we see clearly the diffs with the code in the svn repository we should be fine. @Maarten, Nicolas, and others in the Ivy community, do you think we can merge this before buildi

  1   2   3   4   5   6   7   8   9   10   >