It's LGPL, which may cause a problem for ASF projects - it's unlikely we would be able to include the jar with JMeter.
It might be possible to code JMeter so that it only needed the jar(s) if the function was actually used. It would then be up to the user to download the jars (and agree to any license terms). However, there might still be problems with the licensing of the API. Also, rendering a page might require additional URLs to be downloaded; there would need to be a way to disable this. By the way, there is a Post-Processor which can save responses to a set of files. However, this doesn't solve the problem of relative links. S. -----Original Message----- From: Tim Redding [mailto:[EMAIL PROTECTED] Sent: 16 June 2004 09:51 To: JMeter Users List Subject: Re: Functional Testing Sorry if this has gone a bit off subject but I read this post and felt the need to reply..... >> 2. Can someone explain how the render html option works in View Result >> Report. If i copy the text, save it as HTML and open it in IE then it >> works fine. >> >> > >It works poorly. If the html is complicated by javascript and/or other >advanced html things, it often won't work. It is just the default html >renderer that comes with the jdk. I have looked in the past for >apache-friendly open source html renderers and not found anything >useful, unfortunately. > > Could you not use the Browser component of the new Java Desktop project. I think it just take the default browser and embeds it in your java application. This would be perfect for JMeter. Its compatible with all OS's as far as I can tell. Check out https://jdic.dev.java.net/ for more details... Tim.. PS: Well done on a great project...... | <https://jdic.dev.java.net/nonav/documentation/javadoc/jdic/org/jdesktop/jdi c/browser/package-summary.html>| This message has been scanned for viruses by MailControl - www.mailcontrol.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] ___________________________________________________________________________ This e-mail and the documents attached are confidential and intended solely for the addressee; it may also be privileged. If you receive this e-mail in error, please notify the sender immediately and destroy it. As its integrity cannot be secured on the Internet, the Atos Origin group liability cannot be triggered for the message content. Although the sender endeavours to maintain a computer virus-free network, the sender does not warrant that this transmission is virus-free and will not be liable for any damages resulting from any virus transmitted. ___________________________________________________________________________ --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

