Dear Wiki user,

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

The "BuildTcNativeWin" page has been changed by markt:
https://wiki.apache.org/tomcat/BuildTcNativeWin?action=diff&rev1=19&rev2=20

Comment:
Add a couple of steps to build the Windows zip releases to ensure the correct 
internal structure

  copy WINXP_I64_OCSP_DLL_RELEASE\tcnative-1.dll 
tomcat-native-%VER%-ocsp-win32-bin\bin\i64
  copy WINXP_X64_DLL_RELEASE\tcnative-1.dll 
tomcat-native-%VER%-win32-bin\bin\x64
  copy WINXP_X64_OCSP_DLL_RELEASE\tcnative-1.dll 
tomcat-native-%VER%-ocsp-win32-bin\bin\x64
+ 
+ set PATH=%PATH%;%JAVA_HOME%\bin
+ cd tomcat-native-%VER%-win32-bin
+ jar -cMf ..\tomcat-native-%VER%-win32-bin.zip *
+ cd ..\tomcat-native-%VER%-ocsp-win32-bin
+ jar -cMf ..\tomcat-native-%VER%-ocsp-win32-bin.zip
  }}}
- The unpacked binary distributions may then be found in 
C:\tomcat-native-1.1.x\native`tomcat-native-%VER%-[ocsp-]win32-bin
+ The Windows binary distributions may then be found in 
C:\tomcat-native-1.1.x\native\
  
- These need to be zipped up, signed etc.
+ These need to be signed and hashed before uploading for the release vote.
  

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

Reply via email to