Dear Wiki user,

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

The "ReleaseProcess" page has been changed by KonstantinKolinko:
https://wiki.apache.org/tomcat/ReleaseProcess?action=diff&rev1=6&rev2=7

Comment:
Add several trivial checks before tagging. Add "java.7.home" line to 
build.properties example

   * GnuPG installed
   * A public key that is part of the Apache web of trust
   * A reasonable internet connection (you will need to upload ~100MB)
+ 
+ == Preliminary checks ==
+ 
+  * Check that the version numbers have been incremented after the previous 
release, as expected. (e.g. 
http://svn.apache.org/viewvc?view=revision&revision=1500094)
+  * Check that the changelog file mentions your login name as release manager 
for this release (e.g. "Tomcat 7.0.42 (markt)").
+  * Check whether the {{{KEYS}}} file differs from 
{{{https://dist.apache.org/repos/dist/release/tomcat/tomcat-7/KEYS}}} one. The 
latter one will be replaced after you do a release. Check that the {{{KEYS}}} 
file contains your public key.
  
  == Create the tag ==
  The aim is to create a copy of the current trunk but without the "-dev" 
appended to the end of the version number.
@@ -38, +44 @@

  gpg.exec=C:/Program Files (x86)/GNU/GnuPG/gpg2.exe
  
  base.path=C:/temp/libs
+ 
+ # Tomcat 7 currently requires both JDK 6 and JDK 7 to build a release
+ # JAVA_HOME system property used by Ant has to point to JDK 6 and this points 
to JDK 7
+ java.7.home=C:/Program Files (x86)/Java/jdk1.7.0_45
  }}}
   * {{{ant release}}}
  

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to