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=16&rev2=17 Comment: Fix typo SET JAVA_HOME=C:\Program Files\Java\jdk1.7.0_60 c:\cmsc\setenv.bat /x86 - nmake -f NMAKEMakefile WITH_APR=C:\deps-x86\apr-1.4.8 WITH_OPENSSL=C:\deps-x86\openssl-1.0.1h APR_DECLARE_STATIC=1 ENABLE_OSCP=1 + nmake -f NMAKEMakefile WITH_APR=C:\deps-x86\apr-1.4.8 WITH_OPENSSL=C:\deps-x86\openssl-1.0.1h APR_DECLARE_STATIC=1 ENABLE_OCSP=1 - move WINXP_X86_DLL_RELEASE WINXP_X86_OSCP_DLL_RELEASE + move WINXP_X86_DLL_RELEASE WINXP_X86_OCSP_DLL_RELEASE nmake -f NMAKEMakefile WITH_APR=C:\deps-x86\apr-1.4.8 WITH_OPENSSL=C:\deps-x86\openssl-1.0.1h APR_DECLARE_STATIC=1 c:\cmsc\setenv.bat /x64 - nmake -f NMAKEMakefile WITH_APR=C:\deps-x64\apr-1.4.8 WITH_OPENSSL=C:\deps-x64\openssl-1.0.1h APR_DECLARE_STATIC=1 ENABLE_OSCP=1 + nmake -f NMAKEMakefile WITH_APR=C:\deps-x64\apr-1.4.8 WITH_OPENSSL=C:\deps-x64\openssl-1.0.1h APR_DECLARE_STATIC=1 ENABLE_OCSP=1 - move WINXP_X64_DLL_RELEASE WINXP_X64_OSCP_DLL_RELEASE + move WINXP_X64_DLL_RELEASE WINXP_X64_OCSP_DLL_RELEASE nmake -f NMAKEMakefile WITH_APR=C:\deps-x64\apr-1.4.8 WITH_OPENSSL=C:\deps-x64\openssl-1.0.1h APR_DECLARE_STATIC=1 c:\cmsc\setenv.bat /i64 - nmake -f NMAKEMakefile WITH_APR=C:\deps-i64\apr-1.4.8 WITH_OPENSSL=C:\deps-i64\openssl-1.0.1h APR_DECLARE_STATIC=1 ENABLE_OSCP=1 + nmake -f NMAKEMakefile WITH_APR=C:\deps-i64\apr-1.4.8 WITH_OPENSSL=C:\deps-i64\openssl-1.0.1h APR_DECLARE_STATIC=1 ENABLE_OCSP=1 - move WINXP_I64_DLL_RELEASE WINXP_I64_OSCP_DLL_RELEASE + move WINXP_I64_DLL_RELEASE WINXP_I64_OCSP_DLL_RELEASE nmake -f NMAKEMakefile WITH_APR=C:\deps-i64\apr-1.4.8 WITH_OPENSSL=C:\deps-i64\openssl-1.0.1h APR_DECLARE_STATIC=1 }}} - Tomcat Native Connector DLLs may then be found in C:\tomcat-native-1.1.x\native\WINXP_*_[OSCP_]DLL_RELEASE + Tomcat Native Connector DLLs may then be found in C:\tomcat-native-1.1.x\native\WINXP_*_[OCSP_]DLL_RELEASE Construct the binary distributions {{{ @@ -155, +155 @@ 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\ + xcopy /E tomcat-native-%VER%-win32-bin tomcat-native-%VER%-ocsp-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_OCSP_DLL_RELEASE\tcnative-1.dll tomcat-native-%VER%-ocsp-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_X86_OCSP_DLL_RELEASE\tcnative-1-src.pdb tomcat-native-%VER%-ocsp-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_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_OSCP_DLL_RELEASE\tcnative-1.dll tomcat-native-%VER%-oscp-win32-bin\bin\x64 + copy WINXP_X64_OCSP_DLL_RELEASE\tcnative-1.dll tomcat-native-%VER%-ocsp-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 + The unpacked binary distributions may then be found in C:\tomcat-native-1.1.x\native`tomcat-native-%VER%-[ocsp-]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