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=15&rev2=16 Comment: Add the steps for building the binary distributions. }}} Tomcat Native Connector DLLs may then be found in C:\tomcat-native-1.1.x\native\WINXP_*_[OSCP_]DLL_RELEASE + Construct the binary distributions + {{{ + set VER=1.1.31 + mkdir tomcat-native-%VER%-win32-bin + copy ..\LICENSE tomcat-native-%VER%-win32-bin\ + copy ..\NOTICE tomcat-native-%VER%-win32-bin\ + copy ..\README.txt tomcat-native-%VER%-win32-bin\ + copy srclib\VERSIONS tomcat-native-%VER%-win32-bin\ + mkdir tomcat-native-%VER%-win32-bin\bin + mkdir tomcat-native-%VER%-win32-bin\bin\i64 + mkdir tomcat-native-%VER%-win32-bin\bin\x64 + copy srclib\openssl\out32-x86\openssl.exe tomcat-native-%VER%-win32-bin\bin + xcopy /E tomcat-native-%VER%-win32-bin tomcat-native-%VER%-oscp-win32-bin\ + copy WINXP_X86_DLL_RELEASE\tcnative-1.dll tomcat-native-%VER%-win32-bin\bin + copy WINXP_X86_OSCP_DLL_RELEASE\tcnative-1.dll tomcat-native-%VER%-oscp-win32-bin\bin + copy WINXP_X86_DLL_RELEASE\tcnative-1-src.pdb tomcat-native-%VER%-win32-bin\bin + copy WINXP_X86_OSCP_DLL_RELEASE\tcnative-1-src.pdb tomcat-native-%VER%-oscp-win32-bin\bin + copy WINXP_I64_DLL_RELEASE\tcnative-1.dll tomcat-native-%VER%-win32-bin\bin\i64 + copy WINXP_I64_OSCP_DLL_RELEASE\tcnative-1.dll tomcat-native-%VER%-oscp-win32-bin\bin\i64 + copy WINXP_X64_DLL_RELEASE\tcnative-1.dll tomcat-native-%VER%-win32-bin\bin\x64 + copy WINXP_X64_OSCP_DLL_RELEASE\tcnative-1.dll tomcat-native-%VER%-oscp-win32-bin\bin\x64 + }}} + The unpacked binary distributions may then be found in C:\tomcat-native-1.1.x\native`tomcat-native-%VER%-[oscp-]win32-bin + + These need to be zipped up, signed etc. + --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org