Konstantin Kolinko wrote:

Your removal of 64-bit GUI files broke the build scripts there.

Sorry ;)

Thought it will be easy to fix.


Is suppose the copy task should just use the *.exe
instead referencing the files directly (more reusable)

Nevertheless, how about creating separate .zips that
would contain tomcat(X)w.exe tomcat(X).exe service.bat
and tcnative-1.dll
eg.
apache-tomcat-6.0.21-win32-native.zip
apache-tomcat-6.0.21-win64-native.zip
apache-tomcat-6.0.21-win64-ia64-native.zip

they would contain
apache-tomcat-6.0.21/bin
service.bat
tomcat6.exe    - depending on the arch
tomcat6w.exe   - always the same
tcnative-1.dll - depending on the arch

This way the master .zip can contain only java code,
and user would pick the native .zip according to
the JVM arch.

Regards
--
^(TM)

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

Reply via email to