On 8 November 2010 19:25, Viatcheslav Kochepasov <[email protected]> wrote: >>> [get] Error getting >>> http://repo2.maven.org/maven2/org/bouncycastle/bcmail- >>> jdk15/1.45//bcmail-jdk15-1.45.jar to >>> T:\jakarta-jmeter-2.4\build\bcmail-jdk15-1. >>> 45.jar >> >> That works for me. >> >> What version of Ant are you using? >> Java version? > > Apache Ant version 1.8.1 compiled on April 30 2010
Same here. > java version "1.6.0_21" > Java(TM) SE Runtime Environment (build 1.6.0_21-b07) > Java HotSpot(TM) Client VM (build 17.0-b17, mixed mode, sharing) Works OK for me with 1.6.0_20 and 1.6.0_22 (I don't have 21 installed). If you try running "ant download_jars" in a source-only directory tree (ie. without the jars from the binary archive) what happens? Do the other downloads mainly work? Or do most fail? I've found that the Xstream jar has been moved, but otherwise everything downloads for me. > I'll try to run this command under linux env on different pc to see if > it has to do something with system setup. > >>> [javac] Note: >>> T:\jakarta-jmeter-2.4\src\components\org\apache\jmeter\control >>> \IncludeController.java uses unchecked or unsafe operations. >>> [javac] Note: Recompile with -Xlint:unchecked for details. >>> [javac] 26 errors >>> >>> BUILD FAILED >>> T:\jakarta-jmeter-2.4\build.xml:501: Compile failed; see the compiler error >>> outp > >> Again, this is because the bcmail download failed. > > Does it mean there are some extra dependencies beside those jars in > jakarta-jmeter-2.4.zip ? Yes. There are some dependencies that are only needed at compile time. The bcmail jars are optional at run-time, which is why they are not in the binary archive. > > --------------------------------------------------------------------- > 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]

