One possible option to help on this might be to commit a .gitattributes
file, which would basically name the problematic test files and mark them
to not modify their line endings.

http://git-scm.com/docs/gitattributes

I think the format would look something like:

/path/to/problematic/test/file -text

where the '-text' option would tell git to treat the file more like binary
and not convert line endings.



On Tue, Jul 28, 2015 at 11:15 AM, Mark Payne <marka...@hotmail.com> wrote:

> Excellent! Feel free to reach out if you run into any other issues.
>
> Thanks
> -Mark
>
> ----------------------------------------
> > Date: Tue, 28 Jul 2015 07:37:42 -0700
> > From: dattathreyulu.p...@capitalone.com
> > To: d...@nifi.incubator.apache.org
> > Subject: RE: nifi error
> >
> > thanks mark
> >
> > after running the
> > git config --global core.autocrlf false
> >
> > and then i ran just the mvn clean install from the nifi folder and it
> worked
> > and the build was successful.
> >
> >
> >
> >
> >
> > --
> > View this message in context:
> http://apache-nifi-incubating-developer-list.39713.n7.nabble.com/nifi-error-tp2240p2278.html
> > Sent from the Apache NiFi (incubating) Developer List mailing list
> archive at Nabble.com.
>
>

Reply via email to