Seems like attachments are not supported, I am just copying part of build.properties file which will make this work.
maven2.repo = http://repo2.maven.org/maven2 # added this below maven2.repo maven1.repo = http://repo1.maven.org/maven2 # Changed jcharts part so it uses maven1.repo for downloading the file jcharts.version = 0.7.5 jcharts.jar = jcharts-${jcharts.version}.jar jcharts.loc = ${maven1.repo}/jcharts/jcharts/${jcharts.version} jcharts.md5 = 13927D8077C991E7EBCD8CB284746A7A -----Original Message----- From: Yogesh Ketkar [mailto:[email protected]] Sent: Friday, January 04, 2013 3:24 PM To: 'JMeter Users List' Cc: 'Michael Payne' Subject: RE: Issues with integrating WebDriver I guess you are trying to build 2.7 source code. You will not get this error with 2.8 source code. But in case, you want to build 2.7 source code use attached build.properties file and your error will go away. Basically build uses build.properties file to get location/version of all dependents jars to download. There is a small issue with build.properties for jcharts jar, path below is not valid. http://www.mvnsearch.org/maven2/jcharts/jcharts/0.7.5/jcharts-0.7.5.jar -----Original Message----- From: Eugene Kazakov [mailto:[email protected]] Sent: Friday, January 04, 2013 3:26 AM To: JMeter Users List Cc: Michael Payne Subject: Re: Issues with integrating WebDriver Hello! I tried to run "ant download_jars", but it completed with error Could anybody help with that problem? _get_jarfile: [echo] Fetching: lib/jcharts-0.7.5.jar [get] Getting: http://www.mvnsearch.org/maven2/jcharts/jcharts/0.7.5/jcharts-0.7.5.jar [get] To: D:\JMeter-master\build\jcharts-0.7.5.jar [get] Error opening connection java.io.FileNotFoundException: http://www.mvnsearch.org/maven2/jcharts/jcharts/0.7. 5/jcharts-0.7.5.jar [get] Error opening connection java.io.FileNotFoundException: http://www.mvnsearch.org/maven2/jcharts/jcharts/0.7. 5/jcharts-0.7.5.jar [get] Error opening connection java.io.FileNotFoundException: http://www.mvnsearch.org/maven2/jcharts/jcharts/0.7. 5/jcharts-0.7.5.jar [get] Can't get http://www.mvnsearch.org/maven2/jcharts/jcharts/0.7.5/jcharts-0.7.5.jar to D:\JMeter-master\build\ jcharts-0.7.5.jar BUILD FAILED D:\JMeter-master\build.xml:2570: The following error occurred while executing this line: D:\JMeter-master\build.xml:2516: The following error occurred while executing this line: D:\JMeter-master\build.xml:2400: The following error occurred while executing this line: D:\JMeter-master\build.xml:2428: The following error occurred while executing this line: D:\JMeter-master\build.xml:2458: Can't get http://www.mvnsearch.org/maven2/jcharts/jcharts/0.7.5/jcharts-0.7.5.jar to D: \JMeter-master\build\jcharts-0.7.5.jar On 31 December 2012 12:53, Shmuel Krakower <[email protected]> wrote: > Take a look at https://github.com/cplim/JMeter On Dec 28, 2012 8:24 > PM, "Michael Payne" <[email protected]> wrote: > > > I am attempting to load-test a Selenium WebDriver test as a JUnit > > Request. This is for a Seam application and the test runs with > Arquillian. > > I see my Junit 4 annotated classes and methods, however, upon > > running I receive a NullPointerException in the Response Data when a > > test method attempts to use an injected object. > > > > My setup: > > - selenium-java and selenium-server-standalone in /lib > > - Test JAR in /lib/junit > > - JAR dependencies to /lib as needed > > > > Given the current issues, what are some things I could try? Does my > setup > > and environment suggest any other caveats? > > > > > > -------------------------------------------------------------------- > > - To unsubscribe, e-mail: [email protected] > > For additional commands, e-mail: [email protected] > > > > > -- Thank you, Eugene Kazakov --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
