You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by Christopher Schultz <ch...@christopherschultz.net> on 2013/12/23 18:35:53 UTC

Re: [OT] [VOTE] Release Apache Tomcat 8.0.0-RC10

Konstantin,

On 12/23/13, 6:31 AM, Konstantin Kolinko wrote:
> 2013/12/23 Andrew Carr <an...@gmail.com>:
>> Wine not found??  im on a headless server, what did i do wrong?  See
>> error below...
>>
>> Clean setup to test:
>>
>> Fresh VM with Ubuntu 13.10 64 bit server
>> Apache Ant(TM) version 1.9.2 compiled on July 14 2013
>> OpenJDK Runtime Environment (IcedTea 2.3.12) (7u25-2.3.12-4ubuntu3)
>> fresh checkout of 8_0_0RC10
>>
>>> [X] Broken - do not release
>>> [] Alpha - go ahead and release as 8.0.0-RC10 alpha
>>
>>
>>
>> BUILD FAILED
>> /home/support/TOMCAT_8_0_0_RC10/build.xml:2011: Execute failed:
>> java.io.IOException: Cannot run program "wine" (in directory
> 
> You cannot build a Windows Installer on an Unix system without wine.
> (The installer is built by NSIS which is a Windows executable).

Does this mean that a complete Tomcat distribution can be built on a
non-Windows system? I didn't realize that. Does the installer download
the appropriate package(s) (NSIS) and run them, or does NSIS need to be
separately installed and configured?

I think I may have been under the mistaken impression that I could not
build a complete release on my Mac (I do have Wine). Was I wrong?

-chris


Re: [OT] [VOTE] Release Apache Tomcat 8.0.0-RC10

Posted by Mark Thomas <ma...@apache.org>.
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

On 23/12/2013 17:35, Christopher Schultz wrote:
> On 12/23/13, 6:31 AM, Konstantin Kolinko wrote:

>> You cannot build a Windows Installer on an Unix system without
>> wine. (The installer is built by NSIS which is a Windows
>> executable).
> 
> Does this mean that a complete Tomcat distribution can be built on
> a non-Windows system? I didn't realize that. Does the installer
> download the appropriate package(s) (NSIS) and run them, or does
> NSIS need to be separately installed and configured?
> 
> I think I may have been under the mistaken impression that I could
> not build a complete release on my Mac (I do have Wine). Was I
> wrong?

Remy used to do release builds on a non-Windows system. The NSIS
installer hasn't changed much since then so there is a reasonable
chance it will work.

Mark

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (MingW32)
Comment: Using GnuPG with Thunderbird - http://www.enigmail.net/

iQIcBAEBAgAGBQJSuH1UAAoJEBDAHFovYFnnUS4QALj0Dz0u9e9wUKcLG7lF21yx
nuzLb3AU7wjB9a6FdtwFW0SyKZ2L515w70BZ1PqiG9tBdhL+ZGbVouftUC6YHCza
QpQreA4WhGolPVHvGn3yJCN/omFVN0v8SCtvxl8xIaNbGcpkVOFDGDCD7TjKjsvk
4WNfyM0G2fPHwWsCAzphtxxBH/VycONe5nqLBEqVw5g9hwDZcFKY0edD0ItiCLqp
taacqfJY3oI3SBswuxVvmIqAFM8Uz5vorlILXv+JxT6hmlNgi9fsSwmIjyYjXPES
7M4wMTfco/gzEJXzsZsGKOC0GqUqaYUTceUUTnfdERA2bnEmX4vEGt1Tg650DThU
EiG//FgURIc0BZjPUOFC0H+lnYERqp0Y0M+kwymIqCItggDOoX23gW5wWSYINJHL
/I2wajpHR8DNWCX2egOnza7K7odSKI5GXwf27b0sQ1CaO45P75aFDKI7Qd8FkE9Z
eQktyPbJe25+KAoSU1BBu07l9lo3xPLjS7rB8wXr1tm6h0Rbol6WHTHcn6EqwYaI
DGlCaiLopemCXWFSaW+677qC1ioRo06FD48tCL5sTcwG0HH2spCP6TbvfUgwXtDx
6h80FClFPEJJ23UliHukKcZmMO7+PdTo9Ue+dfdrae6dnwkEawLDUHAuU3sfeHbi
PBGsWIET+VvD84JjxT7d
=I89c
-----END PGP SIGNATURE-----

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


Re: [OT] [VOTE] Release Apache Tomcat 8.0.0-RC10

Posted by Konstantin Kolinko <kn...@gmail.com>.
2013/12/23 Christopher Schultz <ch...@christopherschultz.net>:
> Konstantin,
>
> On 12/23/13, 6:31 AM, Konstantin Kolinko wrote:
>> 2013/12/23 Andrew Carr <an...@gmail.com>:
>>> Wine not found??  im on a headless server, what did i do wrong?  See
>>> error below...
>>>
>>> Clean setup to test:
>>>
>>> Fresh VM with Ubuntu 13.10 64 bit server
>>> Apache Ant(TM) version 1.9.2 compiled on July 14 2013
>>> OpenJDK Runtime Environment (IcedTea 2.3.12) (7u25-2.3.12-4ubuntu3)
>>> fresh checkout of 8_0_0RC10
>>>
>>>> [X] Broken - do not release
>>>> [] Alpha - go ahead and release as 8.0.0-RC10 alpha
>>>
>>>
>>>
>>> BUILD FAILED
>>> /home/support/TOMCAT_8_0_0_RC10/build.xml:2011: Execute failed:
>>> java.io.IOException: Cannot run program "wine" (in directory
>>
>> You cannot build a Windows Installer on an Unix system without wine.
>> (The installer is built by NSIS which is a Windows executable).
>
> Does this mean that a complete Tomcat distribution can be built on a
> non-Windows system? I didn't realize that. Does the installer download
> the appropriate package(s) (NSIS) and run them, or does NSIS need to be
> separately installed and configured?
>
> I think I may have been under the mistaken impression that I could not
> build a complete release on my Mac (I do have Wine). Was I wrong?
>


It does download and unpack NSIS as necessary,

I think some of official releases of Tomcat 6 were built using WINE this way.
(IIRC a fix in 6.0.25 "Ensure files in conf directory have CRLF line
endings when using the Windows installer." and a fix in 6.0.24 ".zip
distributions should have windows line endings." were related to
this).

Best regards,
Konstantin Kolinko

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