I have been getting this error when running JunitReport from ant. JDK 1.4.2 and Ant 1.6.2 did download xalanj2.6 in ant lib. still same error
<target name="reports"> <junitreport todir="${build_test}" > <fileset dir="${build_test}"> <include name="TEST-*.xml"/> </fileset> <report format="noframes" styledir="${locallib}" todir="${build_test}/html"/> </junitreport> </target> BUILD FAILED C:\projects\osc\pret\build_config\build.xml:753: Could not find a valid processor version implementation from weblogic.xml.jaxp.RegistrySAXTransformerFactory __________________________________ Do you Yahoo!? Yahoo! Mail - Helps protect you from nasty viruses. http://promotions.yahoo.com/new_mail --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]