I intend to use Jmeter to test the performance of sql queries, how do I do this? I have entered URL and Criver class which are correct but I still can not get a DB connection.
-----Original Message----- From: BAZLEY, Sebastian [mailto:[EMAIL PROTECTED] Sent: 22 October 2003 14:25 To: 'JMeter Developers List' Subject: RE: Findbugs and serialisation I did consider adding findbugs to the jmeter library, but I decided against it. It is independent of JMeter, and it would mean adding quite a few files and directories to the tree, which could make CVS synchronisation slower. Besides, there might be other projects that want to use Findbugs - it did not seem sensible to have copies in every project. Other ways to get round editting build.xml: - Always install findbugs in /findbugs - we could add an external properties file to define findbugs.home; this would still need editting, but would be simpler to do. - create a simple shell script to supply the -D command (which could pick it up from an env, variable) == I don't know why you are having problems using "*.jar" on Linux. What error message do you get? What versions of Ant and Findbugs are you using? [If there's no way to fix this problem, the full jar names can always be used in the task.] By the way, no need to - i.e. don't - copy the findbugs-ant jar to the ant lib directory. == By the way, when using the GUI, the file browser dialogue defaults to user.home. If you want to pick up bug lists from elsewhere, you can just add "-Duser.home=/path/to/xml/files" to the java startup command. S. -----Original Message----- From: Wolfram Rittmeyer [mailto:[EMAIL PROTECTED] Sent: 22 October 2003 13:48 To: JMeter Developers List Subject: Re: Findbugs and serialisation Hi Sebastian, I've got two problems with findbugs: First: One must edit the build.xml file (or enter the Dfindbugs.home-flag at commandline) to adopt to user settings. Everything else is relative to build.xml, so maybe all related libraries should be included in the lib-path and checked for like the jar-files for mails or the beanshell and so on. Then I get an error on my linux-box if using "${dest.jar}/*.jar" or "${dest.jar.jmeter}/*.jar". But if using "${dest.jar.jmeter}/ApacheJMeter.jar" everything works fine - a jmeter-fb.xml is generated. Using "xyz/\*.jar" doesn't help either. Any idea? Greetings, Wolfram P.S.: But apart from these problems I consider findbugs to be an interesting tool. BAZLEY, Sebastian wrote: > Findbugs > ======== > > Build.xml has a new target "findbugs", which can be used to run the FindBugs > bug pattern detector for Java - see http://www.cs.umd.edu/~pugh/java/bugs/ > for details and downloads. > > This is entirely optional; there's no need to download anything if you don't > use the target. > --------------------------------------------------------------------- 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]
