https://bz.apache.org/bugzilla/show_bug.cgi?id=58831
Bug ID: 58831 Summary: Fix release script - missing files in Windows binaries (from VOTE thread of 1.2.4) Product: Tomcat Native Version: unspecified Hardware: PC Status: NEW Severity: normal Priority: P2 Component: Library Assignee: dev@tomcat.apache.org Reporter: knst.koli...@gmail.com Several missing files were noted in proposed Windows binaries during release vote if Tomcat Native 1.2.4 [1] Discussion says that a build script needs to be updated to pick those files. My understanding is that this is the script that is documented on the Wiki pages [2] (formerly [3]) The problems: ============ 1. Missing openssl.exe This binary is needed to generate server certificates and for other server maintenance. As Native 1.2.4 and 1.2.3 are built with the same version of OpenSSL, the binary from released native 1.2.3 can be used instead. 2. Missing PDB files for 64-bit binaries According to [4][5] the pdb files are specific for each produced binary. Apparently the script does not copy the pdb file for 64-bit binary. [1] http://tomcat.markmail.org/thread/mocepn7uswddyfna [2] https://cwiki.apache.org/confluence/display/TOMCAT/Building+the+Tomcat+Native+Connector+binaries+for+Windows [3] https://wiki.apache.org/tomcat/BuildTcNativeWin [4] https://msdn.microsoft.com/en-us/library/yd4f8bd1%28v=vs.100%29.aspx [5] http://blogs.msdn.com/b/jimgries/archive/2007/07/06/why-does-visual-studio-require-debugger-symbol-files-to-exactly-match-the-binary-files-that-they-were-built-with.aspx -- You are receiving this mail because: You are the assignee for the bug. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org