Jeremy, I think this could be a possible work around for the broken HTMLUnit used in some of tomcat web testing. I think I found an equivalent in: http://cvs.apache.org/dist/incubator/beehive/v1.0-beta/bin/apache-beehive-incubating-beta.zip in the zip : apache-beehive\apache-beehive-incubating-beta\lib\common\jsr173_1.0_api.jar
I installed it locally: mvn install:install-file -DgroupId=javax.xml -DartifactId=jsr173 -Dversion=1.0 -Dpackaging=Jar -DgeneratePom=true -Dfile=jsr173_1.0_api.jar And seems to make it work (after a few fixes to our testcases) Since this is from an ASF source is there any issue with us putting this in our private repo? (http://people.apache.org/~jboynes/maven2) Thanks __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
