2013/12/23 Christopher Schultz <ch...@christopherschultz.net>:
> Konstantin,
>
> On 12/23/13, 6:31 AM, Konstantin Kolinko wrote:
>> 2013/12/23 Andrew Carr <andrewlanec...@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-unsubscr...@tomcat.apache.org
For additional commands, e-mail: dev-h...@tomcat.apache.org

Reply via email to