On 2009-01-15, Matt Benson <gudnabr...@yahoo.com> 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: class
> org.apache.xalan.trace.PrintTraceListener
>     [javac]             tl.m_traceExtension =
> conf.getExtension();
>     [javac]               ^
>     [javac] Note: Some input files use or override a
> deprecated API.
>     [javac] Note: Recompile with -Xlint:deprecation
> for details.
>     [javac] 1 error

> Has anyone else seen this?  I've done a completely
> fresh co + fetch and I still get this... :(

Have you updated fetch.xml as well?

make sure there is only one version of Xalan in lib/optional or on
your CLASSPATH, you need 2.7.1 for m_traceExtension.

Stefan

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

Reply via email to