On 15/08/07, Oleg Kalnichevski <[EMAIL PROTECTED]> wrote:
> On Wed, 2007-08-15 at 16:02 +0100, sebb wrote:
> > On 15/08/07, Oleg Kalnichevski <[EMAIL PROTECTED]> wrote:
> > > On Wed, 2007-08-15 at 14:10 +0100, Sebastian Bazley (ASF) wrote:
> > > > [Second try - GMail is getting DNS errors]
> > > >
> > > > Some minor issues:
> > > >
> > > > There are two copies of LICENSE, NOTICE, RELEASE_NOTES and README in
> > > > the zip files.
> > > >
> > >
> > > Hi Sebastian
> > >
> > > Historically we have been shipping HttpClient 3.x releases with two
> > > versions of these files: txt with CRLF as a line delimiter and no
> > > extension with LF as line delimiter. If it is not life threatening I
> > > would like to keep it as is.
> >
> > OK, understood.
> >
> > However the .txt files in the jar are LF only, which is a bit confusing.
> >
>
> Sebastian,
>
> Maven does not perform any line delimiter translation on resource files
> when building a JAR, and I do not know a way of working that around
> (save repackaging the damn thing from an ant script).

Do the .txt files have svn:eol-style CRLF (if that is the correct value) ?

That would force the files to have the same ending regardless of the
OS used to do the packaging, and should hopefully result in the
correct format in the jar.

If that still does not fix things - i.e. Maven must be messing it up -
then why not use the unsuffixed versions in the JAR?

Then at least the files will agree with the  versions in the zip files.

But no big deal either way.

> Oleg
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to