I just forwarded to the mailing list a workaround... Arnaud
On 2/17/06, Lukas Theussl <[EMAIL PROTECTED]> wrote: > > No, it does work with Maven 1.0.2. I tested it, however, not with java 5 > (only 1.4.2). If it's a jdk issue then the $JAVA_HOME/lib/endorsed/ > solution is probably the only one that's gonna work. > > -Lukas > > > Carlos Sanchez wrote: > > AFAIK it needs maven 1.1 > > > > On 2/16/06, Andy Fyfe <[EMAIL PROTECTED]> wrote: > > > >>I've updated my project to specify version 3.0 > >>of the checkstyle plugin. Maven remains at > >>version 1.0.2. > >> > >>I have also tried using the 3.0.1-SNAPSHOT > >>version, and have tried this on both OSX and > >>Solaris (both use jvm 1.5.0). > >> > >>I consistently get the error: > >> > >>BUILD FAILED > >>File...... /Users/andy/.maven/cache/maven-checkstyle-plugin-3.0.1- > >>SNAPSHOT/plugin.jelly > >>Element... style > >>Line...... 241 > >>Column.... 59 > >>Provider org.apache.xalan.processor.TransformerFactoryImpl not found > >>Total time: 39 seconds > >>Finished at: Thu Feb 16 16:35:28 PST 2006 > >> > >>The error goes away if I revert to version 2.5 > >>of the checkstyle plugin, but it can't handle the > >>j2se 5.0 stuff. > >> > >>I've tried putting an explicit dependency for > >>xalan into my project.xml, as described in the > >>maven faq, but that doesn't help. > >> > >>I've tried adding xalan-2.4.1 to my class path, > >>and in places like /Library/Java/Extensions; > >>the only variant that appears to work is to put > >>it in $JAVA_HOME/lib/endorsed/. > >> > >>Is there another solution for this? > >> > >>--Andy > >> > >> > >> > >>--------------------------------------------------------------------- > >>To unsubscribe, e-mail: [EMAIL PROTECTED] > >>For additional commands, e-mail: [EMAIL PROTECTED] > >> > >> > > > > > > > > -- > > I could give you my word as a Spaniard. > > No good. I've known too many Spaniards. > > -- The Princess Bride > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: [EMAIL PROTECTED] > > For additional commands, e-mail: [EMAIL PROTECTED] > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
