On 6 July 2012 12:42, Flavio Cysne <[email protected]> wrote: > You have three ways to get JMeter source code: > 1. download a compressed file with the source code from > http://jmeter.apache.org/download_jmeter.cgi (as mentioned by Dzmitry) > 2. view it online at http://svn.apache.org/viewcvs.cgi/jmeter/ > 3. use svn to download all source code files and resources. SVN* for > non-commiter (read-only) is http://svn.apache.org/repos/asf/jmeter/trunk > > * trunk is the current version under development. If you want a specific > release source code, use a version labeled directory under > http://svn.apache.org/repos/asf/jmeter/
The tags directory is by convention used to hold these: http://svn.apache.org/repos/asf/jmeter/tags for example http://svn.apache.org/repos/asf/jmeter/tags/v2_7/ > Hope it helps you. > Flávio Cysne > > 2012/7/6 Dzmitry_Kashlach <[email protected]> > >> Satneesh, >> >> *.jmx file has HTML format and you can do nothing with this, there is no >> Java code there. >> >> If you want to view Java Request Sampler source code, than do the >> following: >> - download JMeter sources from >> http://jmeter.apache.org/download_jmeter.cgi; >> - open the following class; >> >> >> /apache-jmeter-2.7/src/protocol/java/org/apache/jmeter/protocol/java/sampler/JavaSampler.java; >> - do what you need with it; >> >> -- >> View this message in context: >> http://jmeter.512774.n5.nabble.com/JMETER-Java-Code-how-to-view-tp5713775p5713899.html >> Sent from the JMeter - User mailing list archive at Nabble.com. >> >> --------------------------------------------------------------------- >> 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]
