It's not a secret anymore!
The moose likes Ant, Maven and Other Build Tools and the fly likes Could not find a valid processor version implementation from net.sf.saxon.Transformer Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Engineering » Ant, Maven and Other Build Tools
Reply Bookmark "Could not find a valid processor version implementation from net.sf.saxon.Transformer" Watch "Could not find a valid processor version implementation from net.sf.saxon.Transformer" New topic
Author

Could not find a valid processor version implementation from net.sf.saxon.Transformer

Joshua Antony
Ranch Hand

Joined: Jun 05, 2006
Posts: 254
I have just started learning JUnit 3.8.1 , and on my way to create a report for the first time using junitreport task, I got the following error:

Could not find a valid processor version implementation from net.sf.saxon.TransformerFactoryImpl


Again searched a lot, but couldn't find much help.

Where am I going wrong? Any link will be helpful.

Below is the target in which junitreport is used:



Regards,
Joshua.


SCJP,SCWCD, Into ATG now!
Jeanne Boyarsky
internet detective
Marshal

Joined: May 26, 2003
Posts: 26192
    
  66

Joshua,
Check you have the optional jars needed for the junitreport task. I suspect you are missing xalan.jar.


[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
Joshua Antony
Ranch Hand

Joined: Jun 05, 2006
Posts: 254
Thanks Jeanne,

But I do have xalan.jar in my classpath. Still getting the same error.

Regards,
Joshua
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Could not find a valid processor version implementation from net.sf.saxon.Transformer
 
Similar Threads
How to Generate Report of Testcases
reports in html format
Testing using ANT
JAVA
Gettign error when using Junit