delorie.com/archives/browse.cgi   search  
Mail Archives: cygwin/2019/02/18/12:10:54

X-Recipient: archive-cygwin AT delorie DOT com
DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:to:from:subject:date:message-id:references
:mime-version:content-type:content-transfer-encoding
:in-reply-to; q=dns; s=default; b=leF8amawCrj/gmPXSHNn8JUd/oQE3+
vLxYgzzBBPMrXb/Q60boR9T/z6sHXG3v52byBgQ0JImj4byhW70Jehr28Ws/GKw0
WhCu7/2yeTmizTjL/pvqffiVaU4nm2dmroVme7jxikQLfXXwUe7L/NX+HZCVtj8/
USj/cK0r9ZTyM=
DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id
:list-unsubscribe:list-subscribe:list-archive:list-post
:list-help:sender:to:from:subject:date:message-id:references
:mime-version:content-type:content-transfer-encoding
:in-reply-to; s=default; bh=tWIWsOpEYf9vSpRSTxaU+1NrCJc=; b=gcfC
ysgvhJ6EuCx2r5Sgb3aKRBUKJbklVEFexywVHbSuTl6Wa50ugeujiCGmtjuWz/ve
uLcz5dlSZrOtJzFxumOvlv46v2EQ5WwaUPBMWBcWgeFkMsJ5BAD+jLcJPfJRsxpi
ACD7FrpzJei6rJbGvF4XooqSRjM5UvDtM9Gk5MU=
Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm
List-Id: <cygwin.cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe AT cygwin DOT com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin AT cygwin DOT com>
List-Help: <mailto:cygwin-help AT cygwin DOT com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner AT cygwin DOT com
Mail-Followup-To: cygwin AT cygwin DOT com
Delivered-To: mailing list cygwin AT cygwin DOT com
Authentication-Results: sourceware.org; auth=none
X-Spam-SWARE-Status: No, score=1.4 required=5.0 tests=BAYES_00,FORGED_MUA_MOZILLA,FREEMAIL_FROM,KAM_LAZY_DOMAIN_SECURITY autolearn=no version=3.3.2 spammy=H*UA:x64, H*UA:Win64, H*u:x64, H*u:Win64
X-HELO: blaine.gmane.org
To: cygwin AT cygwin DOT com
From: Franz Fehringer <fehrin2 AT gmail DOT com>
Subject: Re: antrun versus wsl versus cygwin
Date: Mon, 18 Feb 2019 18:08:47 +0100
Message-ID: <q4eoqu$mhc$2@blaine.gmane.org>
References: <q4bfgv$2i9q$1 AT blaine DOT gmane DOT org> <0f26a1aa-7c70-5201-5212-5f3df54a50fa AT gmail DOT com> <q4cm4s$1g33$1 AT blaine DOT gmane DOT org> <1968849310 DOT 20190218020001 AT yandex DOT ru> <q4dtmk$5gpb$1 AT blaine DOT gmane DOT org> <dcaadf0982c8bbdf27cb7f1301889c9f AT smtp-cloud8 DOT xs4all DOT net> <q4e7k5$5mhm$1 AT blaine DOT gmane DOT org> <c5c3f34027827c201917877cd34bcc6d AT smtp-cloud7 DOT xs4all DOT net> <q4echu$11ef$1 AT blaine DOT gmane DOT org> <da520e102c5913c7b7d5f27c42059779 AT smtp-cloud9 DOT xs4all DOT net>
Mime-Version: 1.0
User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:60.0) Gecko/20100101 Thunderbird/60.5.0
Openpgp: preference=signencrypt
In-Reply-To: <da520e102c5913c7b7d5f27c42059779@smtp-cloud9.xs4all.net>
X-IsSubscribed: yes

Am 18.02.2019 um 17:20 schrieb Houder:
> On Mon, 18 Feb 2019 14:39:11, Franz Fehringer  wrote:
>> Am 18.02.2019 um 14:07 schrieb Houder:
>>> On Mon, 18 Feb 2019 13:15:02, Franz Fehringer  wrote:
> [snip]
> 
>>>> <exec executable="C:\Tools\Cygwin\bin\which" failonerror="true">
>>>>   <arg line="bash" />
>>>> </exec>
>>>> <exec executable="bash" failonerror="true">
>>>>   <arg line="-c src/main/resources/build" />
>>>> </exec>
>>>>
>>>> gives
>>>>
>>>> [exec] /usr/bin/bash
>>>> [exec] W i n d o w s   S u b s y s t e m   f o r   L i n u x   h a s   n
>>>> o   i n s t a l l e d   d i s t r i b u ti o n s .
>>>> [exec]    D i s t r i b u t i o n s   c a n   b e   i n s t a l l e d
>>>> b y   v i s i t i n g   t h e   M i c r o s o f t   S t o r e :
>>>> [exec]    h t t p s : / / a k a . m s / w s l s t o r e
> [snip]
> 
>>> I have no idea what "build" is or does ...
>>>
>>> Apparently, it refers in some way to the WSL executables ...
> [snip]
> 
>> build is some simple script which does not in any way refer to wsl. The
>> result woould be the same without (i will check in the evening).
> 
> build is a script ?
> 
> Drop the "-c" argument. Use "bash script" in stead in your antrun script,
> like you would on the bash command line:
> 
> $ bash script
> 
> Henri
> 
> 

Interesting idea, but no improvement.
I work wih the renamed (wslbash.exe) wsl bash in the meantime (until a
better solution is found).


--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

- Raw text -


  webmaster     delorie software   privacy  
  Copyright © 2019   by DJ Delorie     Updated Jul 2019