Greetings,
 
This is a note to save others the same pain ;-)
I tried building the Ant 1.4 from the source using Xalan2, but this does not work.
If one looks at the build.xml file for Ant 1.4 it has the following lines;
 
    <available property="xalan.present"
               classname="org.apache.xalan.xslt.XSLTProcessorFactory"
               classpathref="classpath" />
 
    .....
 
      <exclude name="${optional.package}/junit/XMLResultAggregator.java"
               unless="xalan.present" />
 
But if you open up Xalan2, you will *not* find this CLASS file. And thus, the <junitreport> Task doesn't build properly.
 
Building with Xalan 1.2.2 works as expected.
 
Cheers,
-- Chris

Chris Berry  --- [EMAIL PROTECTED]  -- 512-323-9479

 
--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>


Reply via email to