On 8 November 2010 16:54, Viatcheslav Kochepasov <[email protected]> wrote: > 1) point regarding http://jakarta.apache.org/jmeter/building.html page. > > From my view of fresh new commer it looks quite strange that binary > DESTIBUTION zip is reccomended to merge in source (to get > dependencies). That is why I got confused with "the binary archive for > a release". Did not realized it should read > "binary DESTIBUTION archive for a release" I was expecting binary > archive with dependencies. > Not a big deal just would be nice to make this subject clear.
OK. > > > 2) To get dependencies as simple as uzip jakarta-jmeter-2.4.zip in > same folder as jakarta-jmeter-2.4_src.zip > > You said: "Or you can download the binary archive for a release and unpack it > into the same directory structure as the source. This will ensure that > the lib/ directory contains all the required jar files. " > Unfortunately this FIX does not work as you want to see it and > required extra manual juggling. > Just try it on fresh PC !!!! > unzipped jakarta-jmeter-2.4.zip (binary DESTIBUTION archive) in > jakarta-jmeter-2.4\ (jakarta-jmeter-2.4_src.zip) folder >>ant package > ... > BUILD FAILED > ..\jakarta-jmeter-2.4\lib\api does not exist. > > I can fix all those missed dir and etc manually. Just does not > understand why a simple task as "ant build" would require such steps. > Does not add value to the JMeter project. > > >>> "binary distr" anyway and it makes no sense to me to tie people to >>> "ant/build" download functionality which is broken somehow. >> It's not broken for everyone, as the Hudson and Gump builds work OK. > > Fact that Hudson and Gump builds OK does not prove one can simple run > "ant download_jars > " as mentioned on the page. I have got an error. What error do you get? > Unzipped bin > distribution, still get error. I assume you are referring to the missing lib/api directory here? This is created by the ant download_jars command, but towards the end, so if the command fails earlier it won't get created. However, the following should work: Unpack source and binary archives (distributions) ant download_jars - needed to get a few extra jars ant package --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]

