Re: Integration of antunit in junit

2009-01-15 Thread Steve Loughran
Gilles Scokart wrote: While testing ant tasks in my toy project (deco), I have used antunit. It is very useful, but I found one limitation: I couldn't not run the ant-unit tests in the junit runner of my ide. ant-testutils.jar provides some support for that, but requires to duplicate all antuni

build error Xalan2TraceSupport

2009-01-15 Thread Matt Benson
Building Ant I get the following error: [javac] /Users/mbenson/oss/asf/clean-ant/src/main/org/apache/tools/ant/taskdefs/optional/Xalan2TraceSupport.java:41: cannot find symbol [javac] symbol : variable m_traceExtension [javac] location: class org.apache.xalan.trace.PrintTraceListener

Re: build error Xalan2TraceSupport

2009-01-15 Thread Stefan Bodewig
On 2009-01-15, Matt Benson wrote: > Building Ant I get the following error: > [javac] > /Users/mbenson/oss/asf/clean-ant/src/main/org/apache/tools/ant/taskdefs/optional/Xalan2TraceSupport.java:41: > cannot find symbol > [javac] symbol : variable m_traceExtension > [javac] location:

Re: Integration of antunit in junit

2009-01-15 Thread Stefan Bodewig
On 2009-01-14, Gilles Scokart wrote: > I already some code prepared to support this. The adaptation layer : > public class CompilePath extends TestCase { > public static TestSuite suite() { > File script = new > File("src/test/java/net/sourceforge/deco/ant/test-compilepath.

Re: build error Xalan2TraceSupport

2009-01-15 Thread Matt Benson
--- Stefan Bodewig wrote: > On 2009-01-15, Matt Benson > wrote: > > > Building Ant I get the following error: > > > [javac] > > > /Users/mbenson/oss/asf/clean-ant/src/main/org/apache/tools/ant/taskdefs/optional/Xalan2TraceSupport.java:41: > > cannot find symbol > > [javac] symbol : v

Re: build error Xalan2TraceSupport

2009-01-15 Thread Matt Benson
puke. This works on windows/cygwin; the error only occurs on OSX. -Matt --- Matt Benson wrote: > > --- Stefan Bodewig wrote: > > > On 2009-01-15, Matt Benson > > wrote: > > > > > Building Ant I get the following error: > > > > > [javac] > > > > > > /Users/mbenson/oss/asf/clean-ant/sr

Re: build error Xalan2TraceSupport

2009-01-15 Thread Matt Benson
Total suckage. Had to do: http://xml.apache.org/xalan-j/faq.html#faq-N100EF Guess we'll keep this in mind when folk start squealing. -Matt --- Matt Benson wrote: > puke. This works on windows/cygwin; the error only > occurs on OSX. > > -Matt > > --- Matt Benson wrote: > > > > > --- Ste

Re: [g...@vmgump]: Project test-ant (in module ant) failed

2009-01-15 Thread Stefan Bodewig
vmgump is now running Java6, which is part of the reason for some test failures (the xmlcatalog tests fail for me as well), but there are a lot more errors than I'd expect. Stefan - To unsubscribe, e-mail: dev-unsubscr...@ant.apa

Re: svn commit: r734864 - in /ant/core/trunk/src: main/org/apache/tools/ant/taskdefs/ main/org/apache/tools/ant/types/resources/ tests/antunit/types/resources/comparators/

2009-01-15 Thread Stefan Bodewig
On 2009-01-16, wrote: > Modified: > ant/core/trunk/src/main/org/apache/tools/ant/types/resources/BaseResourceCollectionContainer.java > @@ -159,8 +173,7 @@ > /* now check each Resource in case the child only > lets through files from any children IT may have: */ > f