Re: Issue in bin/inc on 4.3.0-SNAPSHOT and 4.2.7-SNAPSHOT

2019-09-11 Thread Jean-Baptiste Onofré
Yeah, it's what I did (I forgot to do it before ;)).

Thanks for the tip !

Regards
JB

On 10/09/2019 21:27, Steinar Bang wrote:
>> Jean-Baptiste Onofré :
> 
>> Quick update about the bin/inc issue: it seems to be an environment
>> issue on one of my machine (I'm suspecting the CRLF git config).
>> I tested the SNAPSHOT deployed by Jenkins and it's working fine.
> 
> JB, FWIW, I run with an LF only setup, and this is how I do it:
>  1. I add an .editorconfig like this to all projects (works with
> IntelliJ, eclipse and emacs, and probably more):
>  https://github.com/steinarb/authservice/blob/master/.editorconfig#L1
>  2. After cloning a repo on windows, before starting work, I do the
> following: 
>  git config core.eol lf
>  git config core.autocrlf input
>  git rm -rf --cached .
>  git reset --hard HEAD
>(it's a an annoyance (but a minor one) to remember to do this after a
>fresh clone.  However after being bitten by strange behaviour and
>unexpected results, I stay away from global git settings, and checked
>in .gitconfig files)
> 

-- 
Jean-Baptiste Onofré
jbono...@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com


Re: Issue in bin/inc on 4.3.0-SNAPSHOT and 4.2.7-SNAPSHOT

2019-09-10 Thread Steinar Bang
> Jean-Baptiste Onofré :

> Quick update about the bin/inc issue: it seems to be an environment
> issue on one of my machine (I'm suspecting the CRLF git config).
> I tested the SNAPSHOT deployed by Jenkins and it's working fine.

JB, FWIW, I run with an LF only setup, and this is how I do it:
 1. I add an .editorconfig like this to all projects (works with
IntelliJ, eclipse and emacs, and probably more):
 https://github.com/steinarb/authservice/blob/master/.editorconfig#L1
 2. After cloning a repo on windows, before starting work, I do the
following: 
 git config core.eol lf
 git config core.autocrlf input
 git rm -rf --cached .
 git reset --hard HEAD
   (it's a an annoyance (but a minor one) to remember to do this after a
   fresh clone.  However after being bitten by strange behaviour and
   unexpected results, I stay away from global git settings, and checked
   in .gitconfig files)



Re: Issue in bin/inc on 4.3.0-SNAPSHOT and 4.2.7-SNAPSHOT

2019-09-09 Thread Jean-Baptiste Onofré
Hi,

Quick update about the bin/inc issue: it seems to be an environment
issue on one of my machine (I'm suspecting the CRLF git config).
I tested the SNAPSHOT deployed by Jenkins and it's working fine.

I'm moving forward on 4.2.7 release preparation.

Sorry about the noise.

Regards
JB

On 08/09/2019 08:08, Jean-Baptiste Onofré wrote:
> Hi all,
> 
> after the merge of PR #907 we have an issue in bin/inc on 4.3.0-SNAPSHOT
> (master branch) and 4.2.7-SNAPSHOT (karaf-4.2.x branch).
> 
> I'm fixing that, new SNAPSHOT will be available later today.
> 
> Sorry for the inconvenience.
> 
> By the way, regarding 4.2.7 release, I have some fixes on the way, the
> release should be in vote in couple of days.
> 
> Regards
> JB

-- 
Jean-Baptiste Onofré
jbono...@apache.org
http://blog.nanthrax.net
Talend - http://www.talend.com