X-Recipient: archive-cygwin AT delorie DOT com X-Original-To: cygwin AT cygwin DOT com Delivered-To: cygwin AT cygwin DOT com DMARC-Filter: OpenDMARC Filter v1.3.2 sourceware.org 4ED57386EC52 Authentication-Results: sourceware.org; dmarc=none (p=none dis=none) header.from=ext.eeas.europa.eu Authentication-Results: sourceware.org; spf=pass smtp.mailfrom=Panagiotis DOT KAVALAGIOS AT ext DOT eeas DOT europa DOT eu From: "KAVALAGIOS Panagiotis (EEAS-EXT)" To: "cygwin AT cygwin DOT com" Subject: RE: cygwin introduces spaces in the console output when running a maven build for a java project in windows 10 Thread-Topic: cygwin introduces spaces in the console output when running a maven build for a java project in windows 10 Thread-Index: AQHW3doiNUXv34/ZNUCAbMxV5REwoaoOA0UAgAsjZ0CAAUD18IABe7Yg///4jgCAABhDMA== Date: Thu, 7 Jan 2021 09:39:44 +0000 Message-ID: <76b224dfb8444d2a94e30a1762356001@BELBRU-EXMP101.eeas.europa.eu> References: <20201229223820 DOT 7a010585bbfd0973faf618ae AT nifty DOT ne DOT jp> <20210106103602 DOT 75dae17f4921bd624e09683a AT nifty DOT ne DOT jp> <20210106185206 DOT 25036de8b4aa93cc19af6dd0 AT nifty DOT ne DOT jp> <77c04a8932e54806900cb88c6169c7da AT BELBRU-EXMP101 DOT eeas DOT europa DOT eu> <20210107180502 DOT 28f1939a4309cb8c4a1d92a4 AT nifty DOT ne DOT jp> In-Reply-To: <20210107180502.28f1939a4309cb8c4a1d92a4@nifty.ne.jp> Accept-Language: en-GB, el-GR, en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ms-exchange-transport-fromentityheader: Hosted x-originating-ip: [10.51.5.118] MIME-Version: 1.0 X-Proofpoint-Virus-Version: vendor=fsecure engine=2.50.10434:6.0.343, 18.0.737 definitions=2021-01-07_05:2021-01-06, 2021-01-07 signatures=0 X-Proofpoint-Spam-Details: rule=outbound_spam_notspam policy=outbound_spam score=0 lowpriorityscore=0 mlxlogscore=999 adultscore=0 suspectscore=0 priorityscore=1501 spamscore=0 mlxscore=0 impostorscore=0 phishscore=0 malwarescore=0 bulkscore=0 clxscore=1015 classifier=spam adjust=0 reason=mlx scancount=1 engine=8.12.0-2009150000 definitions=main-2101070057 X-Spam-Status: No, score=-3.8 required=5.0 tests=BAYES_00, KAM_DMARC_STATUS, KAM_NUMSUBJECT, RCVD_IN_DNSWL_LOW, RCVD_IN_MSPIKE_H3, RCVD_IN_MSPIKE_WL, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.2 X-Spam-Checker-Version: SpamAssassin 3.4.2 (2018-09-13) on server2.sourceware.org X-BeenThere: cygwin AT cygwin DOT com X-Mailman-Version: 2.1.29 List-Id: General Cygwin discussions and problem reports List-Archive: List-Post: List-Help: List-Subscribe: , Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "Cygwin" > -----Original Message----- > From: Cygwin On Behalf Of Takashi Yano via > Cygwin > Sent: 07 January 2021 10:05 > > On Thu, 7 Jan 2021 08:38:42 +0000 > "KAVALAGIOS Panagiotis (EEAS-EXT)" wrote: > > > > We also speak 1809 and the snapshot is not working for us either. > > > > I was thinking that the 3rd solution (TERM=cygwin) is easier. It can be > applied in a .sh and .csh script inside /etc/profile.d or is there a different > place recommended for Cygwin to set this variable? Is there any side effect > using "cygwin" from the default value "xterm"? > > Environment TERM is used by various cygwin application. So if you set it > cygwin globally, editor (vim, emacs), less etc. will be affected. Therefore, you > should set TERM to cygwin only for maven. > > The appropriate way is to set TERM=cygwin in /etc/mavenrc or > $HOME/.mavenrc Yep, I confirm that the following has worked like a charm: ------------ kavalpa AT BELBRU-L1903700:[53] ~ > cat /etc/mavenrc # Temporary workaround for the jansi issue of Maven TERM=cygwin ------------ Thank you very much! Panos Application Architect CONSULIAT (under contract with the EEAS) BA.BS.3.IS Office: EEAS B100 Floor 5 Area 048 Rue Belliard 100, 1000 Brussels Phone: +32 2 584 6017 -- Problem reports: https://cygwin.com/problems.html FAQ: https://cygwin.com/faq/ Documentation: https://cygwin.com/docs.html Unsubscribe info: https://cygwin.com/ml/#unsubscribe-simple