Re: svn commit: r894136 - /ant/sandbox/antlibs/git/trunk/src/main/org/apache/ant/git/AbstractGitTask.java

2010-01-05 Thread Steve Loughran

k...@apache.org wrote:


+   throw new BuildException(The repository [ + getGitRepo()+ 
 ] specified is not recognised);
+   }


A UK spelling of recognised is just going to lead to more bugreps, we 
need a phrase that is more locale-neutral


-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org



Re: [VOTE][RESULT] name for target-group

2010-01-05 Thread Steve Loughran

Antoine Levy Lambert wrote:

I am thinking of building the first ant 1.8.0 release candidate tomorrow.


I need to get my funtest docs together; won't be able to do it today 
in EU working hours. what is the timetable for getting doc patches into 
the release chain?


-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org



Re: [VOTE][RESULT] name for target-group

2010-01-05 Thread Antoine Levy Lambert

Hello Steve,

there will be for sure several release candidates. And afterwards 
several 1.8.x builds.


Regards,

Antoine


Steve Loughran wrote:

Antoine Levy Lambert wrote:
I am thinking of building the first ant 1.8.0 release candidate 
tomorrow.


I need to get my funtest docs together; won't be able to do it today 
in EU working hours. what is the timetable for getting doc patches 
into the release chain?





-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org



Re: svn commit: r894136 - /ant/sandbox/antlibs/git/trunk/src/main/org/apache/ant/git/AbstractGitTask.java

2010-01-05 Thread Kevin Jackson
Hi,

 +                       throw new BuildException(The repository [ +
 getGitRepo()+  ] specified is not recognised);
 +               }

 A UK spelling of recognised is just going to lead to more bugreps, we need a
 phrase that is more locale-neutral

fair cop,
Any suggested alternatives?

Kev

-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org



build of ant in Hudson

2010-01-05 Thread Antoine Levy Lambert

Hi,

does someone know how the build of ant in hudson is setup ?

I have seen this notification [1]:


/home/hudson/hudson-slave/workspace/Ant (JDK 1.4)/trunk/build.xml:1024: The 
following error occurred while executing this line:
/home/hudson/hudson-slave/workspace/Ant (JDK 1.4)/trunk/build.xml:599: Failed 
to copy /home/hudson/hudson-slave/workspace/Ant (JDK 
1.4)/trunk/src/resources/org/apache/tools/ant/types/resources/selectors/antlib.xml
 to /home/hudson/hudson-slave/workspace/Ant (JDK 
1.4)/trunk/build/classes/org/apache/tools/ant/types/resources/selectors/antlib.xml
 due to Invalid argument


This is the console output link from [2]

this is happening in builds 49 and 50. So this started happening yesterday 
morning, after the checkin done by Stefan where target-group was renamed 
extensionOf. I do not understand how this checkin could have provoked the error 
above, it looks more like maybe a hudson configuration change ? Or is it a 
hardware/OS issue on the build machine ? or the fact that a path containing 
spaces and parentheses is an issue ?



Regards,

Antoine

[1] http://hudson.zones.apache.org/hudson/job/Ant%20%28JDK%201.4%29/49/console
[2] http://hudson.zones.apache.org/hudson/job/Ant (JDK 1.4)/49





-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org



[VOTE] release ant 1.8.0RC1

2010-01-05 Thread Antoine Levy Lambert

Hi,

I have just done a build of ant 1.8.0RC1. The tag in svn is ANT_180_RC1.

The build can be downloaded from 
http://people.apache.org/~antoine/dist/apache-ant-1.8.0RC1/ for evaluation.


The tentative release date for this build is January 12 th 2010.

Vote

[ ] release this build as ant 1.8.0RC1
[ ] do not release this build

Regards,

Antoine



-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org



failing test cases in the build of ant 1.8.0RC1

2010-01-05 Thread Antoine Levy Lambert

Hi,

I found 5 failing test cases in the build of ant 1.8.0RC1.

   [junit] Testcase: 
testGetResourcesUsingFactory(org.apache.tools.ant.loader.AntClassLoader5Test):
FAILED

   [junit] Test org.apache.tools.ant.loader.AntClassLoader5Test FAILED
   [junit] Testcase: 
testRedirector13(org.apache.tools.ant.taskdefs.ExecTaskTest):FAILED

   [junit] Test org.apache.tools.ant.taskdefs.ExecTaskTest FAILED
   [junit] Testcase: 
testSymbolicLinkUtilsMethods(org.apache.tools.ant.taskdefs.optional.unix.SymlinkTest):
FAILED
   [junit] Test org.apache.tools.ant.taskdefs.optional.unix.SymlinkTest 
FAILED

[au:antunit] Target: testRedirector13  FAILED
[au:antunit] Target: testTraceJdk15+  FAILED


I know that the junit testRedirector13 is a FAQ.

About AntClassLoader5Test, I do not know whether this has to do with 
that, but I did the build in the following way :


- first pass building everything with JDK 1.4. Then build with JDK 1.5. 
It looks like we have only 3 classes which require JDK 1.5.


I ran the tests under JDK 1.5.

Regards,

Antoine

-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org



Re: failing test cases in the build of ant 1.8.0RC1

2010-01-05 Thread Stefan Bodewig
On 2010-01-06, Antoine Levy Lambert anto...@gmx.de wrote:

[junit] Testcase:
 testSymbolicLinkUtilsMethods(org.apache.tools.ant.taskdefs.optional.unix.SymlinkTest):
 FAILED

I've never seen that, which OS?

 [au:antunit] Target: testTraceJdk15+  FAILED

Which build file is that?

 I know that the junit testRedirector13 is a FAQ.

It's what we call ostfriesischer Blinker around here.  Sometimes it
works, sometimes it doesn't.

 About AntClassLoader5Test, I do not know whether this has to do with
 that, but I did the build in the following way :

 - first pass building everything with JDK 1.4. Then build with JDK
 1.5. It looks like we have only 3 classes which require JDK 1.5.

 I ran the tests under JDK 1.5.

Truth be told, I've never run the build under Java5 only Java6, will try
later today.

Stefan

-
To unsubscribe, e-mail: dev-unsubscr...@ant.apache.org
For additional commands, e-mail: dev-h...@ant.apache.org