Author: sebb Date: Tue Sep 22 22:23:14 2009 New Revision: 817869 URL: http://svn.apache.org/viewvc?rev=817869&view=rev Log: Document problem with JTidy
Modified: jakarta/jmeter/trunk/build.properties Modified: jakarta/jmeter/trunk/build.properties URL: http://svn.apache.org/viewvc/jakarta/jmeter/trunk/build.properties?rev=817869&r1=817868&r2=817869&view=diff ============================================================================== --- jakarta/jmeter/trunk/build.properties (original) +++ jakarta/jmeter/trunk/build.properties Tue Sep 22 22:23:14 2009 @@ -140,10 +140,14 @@ soap.md5 = AA1845E01FEE94FE4A63BBCAA55AD486 tidy.jar = Tidy.jar +tidy.md5 = 7256D79D8BA656A791926378E4ECF608 + +# Unfortunately, the r820 release requires Java 1.6 (though it builds fine with Java 1.4) +# Cannot find a download for Java 1.5+ compatible version of tidy +#tidy.jar = jtidy-r820.jar # Note: the trailing ? is a hack to ignore the appended jar name #tidy.loc = http://sourceforge.net/projects/jtidy/files/JTidy/r820/jtidy-r820.jar/download? -# Unfortunately, r820 requires Java 1.6. Cannot find download for Java 1.5+ compatible version of tidy -tidy.md5 = 7256D79D8BA656A791926378E4ECF608 +#tidy.md5 = 6BBE8D9E4A75A201754FC831CFCB177A # XStream can be found at: http://xstream.codehaus.org/ xstream.jar = xstream-1.3.1.jar --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-dev-unsubscr...@jakarta.apache.org For additional commands, e-mail: jmeter-dev-h...@jakarta.apache.org