Re: [VOTE] Ivy 2.0.0-rc1 Release

2008-09-17 Thread Xavier Hanin
On Tue, Sep 16, 2008 at 10:38 PM, Xavier Hanin <[EMAIL PROTECTED]>wrote: > It seems IVY-905 is a blocking issue in this first attempt for rc1, so I'll > have to make a new attempt for rc1 with Maarten's fix. We'll try to find a > fix for the cygwin related issues too in the same time before making

Fix for IVY-905

2008-09-17 Thread Maarten Coene
Xavier, you've merged that fix into the 2.0.x branch. Does this mean it will be included in the 2.0.0 final release? Maarten - Original Message From: Xavier Hanin <[EMAIL PROTECTED]> To: Ant Developers List Sent: Wednesday, September 17, 2008 9:03:06 AM Subject: Re: [VOTE] Ivy 2.0.

Re: How to automize Ant

2008-09-17 Thread Jan K
How should i configure activemq.bat file in Apache ant.I am using Ubuntu. Thorsten Scherler-3 wrote: > > On Mon, 2008-09-01 at 03:17 -0700, Jan K wrote: >> Hi, >> Thanks for your quick response.I dont know any of these stuffs.Can you >> please elaborate me in more so that it will be of a great h

Re: Fix for IVY-905

2008-09-17 Thread Xavier Hanin
On Wed, Sep 17, 2008 at 9:13 AM, Maarten Coene <[EMAIL PROTECTED]>wrote: > Xavier, > > you've merged that fix into the 2.0.x branch. Does this mean it will be > included in the 2.0.0 final release? It means it will be included in next 2.0.x release... So if we need a new rc before releasing 2.0.0

CI server

2008-09-17 Thread Jan.Materne
Xavier will contact Teamcity if they would add Ivy to the list of observed+built projects. Should we ask for adding Ant too (after Xaviers response)? Originally I thought adding some antlibs would also be good, but there is too less activity. WDYT? Jan > >>> Gradle is hosted at JetBrain's tea

RE: Ivy 2.0.0-rc1 Release

2008-09-17 Thread Scheper, Erik-Berndt
I have an issue with the proposed release. See https://issues.apache.org/jira/browse/IVY-907 for more details. Regards, Erik-Berndt Van: Xavier Hanin [mailto:[EMAIL PROTECTED] Verzonden: di 16-9-2008 9:55 Aan: Ant Developers List Onderwerp: Ivy 2.0.0-rc1 Releas

RE: Ivy 2.0.0-rc1 Release

2008-09-17 Thread Scheper, Erik-Berndt
After some investigation, I believe that this bug was introduced on September 2, with the fix for IVY-387. I have added some additional comments to the JIRA issue. Erik-Berndt Van: Scheper, Erik-Berndt [mailto:[EMAIL PROTECTED] Verzonden: wo 17-9-2008 11:19 Aa

Re: CI server

2008-09-17 Thread Xavier Hanin
On Wed, Sep 17, 2008 at 10:46 AM, <[EMAIL PROTECTED]> wrote: > Xavier will contact Teamcity if they would add Ivy to the list of > observed+built projects. Ivy is now built on their server: http://teamcity.jetbrains.com/viewType.html?buildTypeId=bt125 They've been very responsive, and setup the

parallel junit tests

2008-09-17 Thread Guilherme Silveira
Hello there guys, Ive read two threads on parallelizing junit tests on this list and a lot of info on the web itself. Ill point out our current problems with tag and parallel-junit project and then tell about the patch we have created for ant 1.7.1 which allows parallelized running of perTest te

Re: How to automize Ant

2008-09-17 Thread Jan K
I have Apache Activemq.bat file for a mobile application.I need to configure this file in Apache Ant build.xml file.I am using linux box.can u help me. Jan K wrote: > > Hi, > > I am new to apache ant.I just know for what purpose we use ant.Now i need > to automize my project with ant.My requir

How to configure batch file in build.xml

2008-09-17 Thread Jan K
I am new to ant.I need to configure batch file in Ant.I have Apache ActiveMq installed for my mobile application.I need to include the activemq.bat file in build.xml.Can you help me how to do this.I tried with exec command. Let me know what is wrong? -- View this me