Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: [Original edit by Milamber]

...

  • update the versions in the new workspace: JMeterVersion.java (version and year), build.xml (version) and NOTICE (year)
    • (./src/core/org/apache/jmeter/util/JMeterVersion.java
      • section: private static final String VERSION = "2.7";
      • section: private static final String COPYRIGHT = "Copyright (c) 1998-2012 The Apache Software Foundation";
    • ./build.xml:
      • section: <property name="jmeter.version" value="2.7"/>
    • ./NOTICE:
      • section: Copyright 1998-2012 The Apache Software Foundation
  • update xdocs/download_jmeter.xml to the new version
    • section: <!ENTITY release '2.7'>
  • Download external jars

...

No Format
cd $HOME
cp  ~/public_html/jmeter-2.7RC1/dist/apache-jmeter-2.7.tgz $HOME
tar xfz apache-jmeter-2.7.tgz
cd apache-jmeter-2.7/docs/
mv api ~/public_html/jmeter-2.7RC1/docs/api
cd $HOME
rm -r $HOME/apache-jmeter-2.7

...