Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Jmeter Wiki" for change 
notification.

The "ReleaseCreation" page has been changed by Milamber:
http://wiki.apache.org/jmeter/ReleaseCreation?action=diff&rev1=54&rev2=55

Comment:
fixe "username" (before usermame) and add requierement subversion 1.7+

  = Requirements =
   * a Java JDK in according with target JDK (Java 5 for JMeter 2.8)
   * a recent Ant binary (1.8+)
-  * subversion (svn) client installed; the command-line utility svnmucc is 
needed (it should be included in the svn client installation, but please check)
+  * subversion (svn) client installed (version 1.7+); the command-line utility 
svnmucc is needed (it should be included in the svn client installation 
(svn-tools dir), but please check)
   * a text editor
   * hostname must resolve to ip address (not loopback)
   * Internet access
@@ -111, +111 @@

  If the vote succeeds, they are renamed to the release directory at 
https://dist.apache.org/repos/dist/release/jmeter/ which is automatically 
published to the ASF mirror system.
  
  {{{
- ant RC_upload -DRC=RCn -DrepoType=live [-Dasf.ldap.password=secret 
[-Dasf.ldap.usermame=user] ]
+ ant RC_upload -DRC=RCn -DrepoType=live [-Dasf.ldap.password=secret 
[-Dasf.ldap.username=user] ]
  }}}
  
  The files should now be available under 
https://dist.apache.org/repos/dist/dev/jmeter/
@@ -158, +158 @@

  It moves the files from the staging director 
https://dist.apache.org/repos/dist/dev/jmeter/ to the live are at 
https://dist.apache.org/repos/dist/release/jmeter/
  
  {{{
- ant RC_publish -DRC=RCn -DrepoType=live [-Dasf.ldap.password=secret 
[-Dasf.ldap.usermame=user] ]
+ ant RC_publish -DRC=RCn -DrepoType=live [-Dasf.ldap.password=secret 
[-Dasf.ldap.username=user] ]
  }}}
  
  

Reply via email to