On 23 June 2011 09:38, Andrej van der Zee <andrejvander...@gmail.com> wrote: >> _get_jarfile: >> [echo] Fetching: lib/xstream-1.3.1.jar >> [get] Getting: >> http://repository.codehaus.org/com/thoughtworks/xstream/xstream/1.3.1/xstream-1.3.1.jar >> [get] To: /usr/local/src/jakarta-jmeter-2.4/build/xstream-1.3.1.jar >> [get] Error opening connection java.io.FileNotFoundException: >> http://repository.codehaus.org/com/thoughtworks/xstream/xstream/1.3.1/xstream-1.3.1.jar >> [get] Error opening connection java.io.FileNotFoundException: >> http://repository.codehaus.org/com/thoughtworks/xstream/xstream/1.3.1/xstream-1.3.1.jar >> [get] Error opening connection java.io.FileNotFoundException: >> http://repository.codehaus.org/com/thoughtworks/xstream/xstream/1.3.1/xstream-1.3.1.jar >> [get] Can't get >> http://repository.codehaus.org/com/thoughtworks/xstream/xstream/1.3.1/xstream-1.3.1.jar >> to /usr/local/src/jakarta-jmeter-2.4/build/xstream-1.3.1.jar >> > > Nevermind, I got it from somewhere else and copied it to the > lib-directory. Nevertheless, the build should be fixed.
Codehaus changed their Maven repo shortly after 2.4 was released - not sure where it is now; the existing directories are empty. The problem has been fixed in SVN, and will be in the next release. The relevant lines from the current build.properties are: # Note that all the jars (apart from velocity and the Geronimo API jars) # are contained in the JMeter binary release. maven2.repo = http://repo2.maven.org/maven2 ... # XStream can be found at: http://xstream.codehaus.org/ xstream.jar = xstream-1.3.1.jar xstream.loc = ${maven2.repo}/com/thoughtworks/xstream/xstream/1.3.1 xstream.md5 = 4DFEBEC402E7606B2C1F66DEC1773E8F So you should be able to pick up the current SVN trunk and build from there. > Greets, > Andrej > > --------------------------------------------------------------------- > To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org > For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org > > --------------------------------------------------------------------- To unsubscribe, e-mail: jmeter-user-unsubscr...@jakarta.apache.org For additional commands, e-mail: jmeter-user-h...@jakarta.apache.org