--- Stefan Bodewig <bodewig@apache.org> wrote:
> On 2009-01-15, Matt Benson <gudnabrsam@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?
>
It was a fresh checkout... :|
> make sure there is only one version of Xalan in
> lib/optional or on
> your CLASSPATH, you need 2.7.1 for m_traceExtension.
>
That was the first thing I did. The only xalan I find
is 2.7.1 in $ANT_HOME/lib; javap shows those public
members are present. I don't use a CLASSPATH as I
decided they were evil years ago. Strange and
frustrating.
-Matt
> Stefan
>
>
---------------------------------------------------------------------
> To unsubscribe, e-mail:
> dev-unsubscribe@ant.apache.org
> For additional commands, e-mail:
> dev-help@ant.apache.org
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org
|