Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: [Original edit by JMeterAdmin] Api no longer in SVN

...

  • request Bugzilla version update
  • ensure changes.xml is up to date
  • update JMeterVersion.java (version and year) and build.xml (version and docversion)
  • build site documents, having first cleaned out existing files (so obsolete files will be removed):
    • unmigrated-wiki-markup
      Wiki Markup
      \[clean-docs\] then \[docs-site\]
      \[clean-apidocs\] then \[docs-api\]
  • update docs tree in SVN
  • build code
  • test
    • GUI and non-GUI using host with graphic capability
    • non-GUI only using host with no graphic capability
    • ideally test on Java 1.4 and latest Java - especially for GUI

...

  • tag all the files with a new RC tag, e.g. 2.3.2RC1
  • extract files from SVN using the tag into a new directory tree
  • create a directory (<libextra>) to contain 3rd party libraries not included in the distribution
  • copy following jars to <libextra>: beanshell
  • create distribution files:
    • ant distribution -lib=<libextra> -Djmeter.version=m.n -Duser.name=user-AT-apache.org
    • sign distribution files (gpg -ba file)

...