Thanks Paul. It appears that it built correctly. Seemed to be a couple of exceptions thrown during the build process and quite a number of errors listed, but a jar was produced and my tests that were failing now run successfully. A couple of things that would have been nice to know upfront: 1. maven 1.x is needed and not 2.x 2. use the svn (subversion) commands to checkout found at: http://sourceforge.net/svn/?group_id=47038 and not the old cvs ones found on the htmlunit pages 3. http://htmlunit.sourceforge.net/packagingARelease.html is helpful, but if you just do: > CD <your_base_dir>\trunk\htmlunit\target\ > maven plugin:download -DartifactId=maven-clover-plugin -DgroupId=maven -Dversion=1.9.1 > maven clean htmlunit:build-bin-dist that's all you need to build and package. 4. The resulting zip is found in the directory in #3 above. (still named htmlunit-1.9.jar)
> Hi Craig, if you are in a position to build HtmlUnit from its sources > you should be able to just drop in the resulting jar. If you get > really stuck let me know and I can email the jar to you. > > Cheers, Paul. __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com _______________________________________________ WebTest mailing list [email protected] http://lists.canoo.com/mailman/listinfo/webtest

