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

2010-01-10 Thread Antoine Levy Lambert
Kevin Jackson wrote: So to bootstrap/build ant from src now I no longer need the weblogic and starteam jars? Kev Hello Kev, that's perfectly right, weblogic and starteam jars are not needed any more to bootstrap/build ant. Regards, Antoine --

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

2010-01-10 Thread Kevin Jackson
Hi, On Fri, Jan 8, 2010 at 4:21 PM, Antoine Levy Lambert wrote: > Ant 1.8.0RC1 is not dependent upon weblogic. The only commercial dependency > left is NetRex. > > I read somewhere that we removed the dependencies of ant proper upon > weblogic and starteam, and I removed the corresponding ant-web

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

2010-01-08 Thread Antoine Levy Lambert
Ant 1.8.0RC1 is not dependent upon weblogic. The only commercial dependency left is NetRex. I read somewhere that we removed the dependencies of ant proper upon weblogic and starteam, and I removed the corresponding ant-weblogic and ant-starteam POMS. Regards, Antoine Stefan Bodewig wrote:

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

2010-01-07 Thread Stefan Bodewig
On 2010-01-07, Kevin Jackson wrote: > I get a few Class Cast errors for example: > XMLFragmentTest testNestedText Error > weblogic.apache.xerces.parsers.SecurityConfiguration > cannot be cast to > weblogic.apache.xerces.xni.parser.XMLParserConfiguration One of the weblogic jars contai

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

2010-01-07 Thread Kevin Jackson
Hi, Sorry I didn't include a full stacktrace: SymlinkTest testDelete weblogic.apache.xerces.parsers.SecurityConfiguration cannot be cast to weblogic.apache.xerces.xni.parser.XMLParserConfiguration java.lang.ClassCastException: weblogic.apache.xerces.parsers.SecurityConfiguration cannot be ca

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

2010-01-07 Thread Kevin Jackson
Hi, I've taken the tagged 1.8RC1 from svn and built against the jars I used for 1.7.1 I get a few Class Cast errors for example: XMLFragmentTest testNestedText Error weblogic.apache.xerces.parsers.SecurityConfiguration cannot be cast to weblogic.apache.xerces.xni.parser.XMLParserConfiguration

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

2010-01-07 Thread Antoine Levy Lambert
Stefan Bodewig wrote: On 2010-01-06, Stefan Bodewig wrote: On 2010-01-06, Stefan Bodewig wrote: I'll run the testsute against the binary distribution you've created later today. OK, didn't manage to do it yesterday, did it earlier this morning. Running the tests against

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

2010-01-07 Thread Stefan Bodewig
On 2010-01-06, Antoine Levy Lambert wrote: > Stefan Bodewig wrote: >> On 2010-01-06, Antoine Levy Lambert wrote: >>>[junit] Testcase: >>> testSymbolicLinkUtilsMethods(org.apache.tools.ant.taskdefs.optional.unix.SymlinkTest): >>> FAILED >> I've never seen that, which OS? > Mac OS 10.5.8

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

2010-01-07 Thread Stefan Bodewig
On 2010-01-06, Stefan Bodewig wrote: > On 2010-01-06, Stefan Bodewig wrote: > I'll run the testsute against the binary distribution you've created > later today. OK, didn't manage to do it yesterday, did it earlier this morning. Running the tests against the jars of the binary distribution (by

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

2010-01-06 Thread Antoine Levy Lambert
Stefan Bodewig wrote: On 2010-01-06, Antoine Levy Lambert wrote: [junit] Testcase: testSymbolicLinkUtilsMethods(org.apache.tools.ant.taskdefs.optional.unix.SymlinkTest): FAILED I've never seen that, which OS? Mac OS 10.5.8 [au:antunit] Target: testTraceJdk15+ FAILED

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

2010-01-06 Thread Stefan Bodewig
On 2010-01-06, Stefan Bodewig wrote: > On 2010-01-06, Antoine Levy Lambert wrote: >> 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 l

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

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