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