You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by Mladen Turk <mt...@apache.org> on 2010/03/15 11:06:05 UTC

Weird build directories and files

Hi,

Just tried the
mvn -Prc install on daemon trunk and I'm having now
some strange files in produced archives.

e.g
there is archive-tmp with:
fileSetFormatter.1036028277.tmp
fileSetFormatter.1789261428.tmp
fileSetFormatter.2074176234.tmp
fileSetFormatter.478860251.tmp
fileSetFormatter.835556385.tmp
fileSetFormatter.945082618.tmp

And each .tar.gz or .zip has huge amount of
*.formatted files

Any clue?


Regards
-- 
^TM

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: Weird build directories and files

Posted by sebb <se...@gmail.com>.
On 15/03/2010, Mladen Turk <mt...@apache.org> wrote:
> On 03/15/2010 11:41 AM, sebb wrote:
>
> >
> > >
> > > Looks like the bug is:
> > >
> > >  http://jira.codehaus.org/browse/MASSEMBLY-462
> > >
> >
> > Workround added in r923160
> >
> >
>
>  Thanks, but didn't work cause the rule was quoted.
>  Removed the quotes around **/*.formatted exclude
>  and now it works.

Oops, sorry, I cut and pasted from the JIRA.
I was in a hurry, so did not test.

>
>
>  Regards
>  --
>  ^TM
>
> ---------------------------------------------------------------------
>  To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>  For additional commands, e-mail: dev-help@commons.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: Weird build directories and files

Posted by Mladen Turk <mt...@apache.org>.
On 03/15/2010 11:41 AM, sebb wrote:
>>
>> Looks like the bug is:
>>
>>   http://jira.codehaus.org/browse/MASSEMBLY-462
>
> Workround added in r923160
>

Thanks, but didn't work cause the rule was quoted.
Removed the quotes around **/*.formatted exclude
and now it works.


Regards
-- 
^TM

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: Weird build directories and files

Posted by sebb <se...@gmail.com>.
On 15/03/2010, sebb <se...@gmail.com> wrote:
> On 15/03/2010, sebb <se...@gmail.com> wrote:
>  > On 15/03/2010, Mladen Turk <mt...@apache.org> wrote:
>  >  > Hi,
>  >  >
>  >  >  Just tried the
>  >  >  mvn -Prc install on daemon trunk and I'm having now
>  >  >  some strange files in produced archives.
>  >  >
>  >  >  e.g
>  >  >  there is archive-tmp with:
>  >  >  fileSetFormatter.1036028277.tmp
>  >  >  fileSetFormatter.1789261428.tmp
>  >  >  fileSetFormatter.2074176234.tmp
>  >  >  fileSetFormatter.478860251.tmp
>  >  >  fileSetFormatter.835556385.tmp
>  >  >  fileSetFormatter.945082618.tmp
>  >  >
>  >  >  And each .tar.gz or .zip has huge amount of
>  >  >  *.formatted files
>  >  >
>  >  >  Any clue?
>  >
>  >
>  > It appears to be the "assembly:attached" goal that creates the files
>  >  and packages them.
>  >
>  >  It looks like the files are temporary files created by the
>  >  <lineEnding> processing in
>  >  src/assembly/native-src.xml, because when I commented out the
>  >  <lineEnding> tags the problem disappeared (but of course the line
>  >  endings won't all be correct).
>  >
>  >  I think you've stumbled on a bug in the assembly plugin...
>  >
>
>
> Looks like the bug is:
>
>  http://jira.codehaus.org/browse/MASSEMBLY-462

Workround added in r923160

>
>  >  >
>  >  >  Regards
>  >  >  --
>  >  >  ^TM
>  >  >
>  >  > ---------------------------------------------------------------------
>  >  >  To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>  >  >  For additional commands, e-mail: dev-help@commons.apache.org
>  >  >
>  >  >
>  >
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: Weird build directories and files

Posted by sebb <se...@gmail.com>.
On 15/03/2010, sebb <se...@gmail.com> wrote:
> On 15/03/2010, Mladen Turk <mt...@apache.org> wrote:
>  > Hi,
>  >
>  >  Just tried the
>  >  mvn -Prc install on daemon trunk and I'm having now
>  >  some strange files in produced archives.
>  >
>  >  e.g
>  >  there is archive-tmp with:
>  >  fileSetFormatter.1036028277.tmp
>  >  fileSetFormatter.1789261428.tmp
>  >  fileSetFormatter.2074176234.tmp
>  >  fileSetFormatter.478860251.tmp
>  >  fileSetFormatter.835556385.tmp
>  >  fileSetFormatter.945082618.tmp
>  >
>  >  And each .tar.gz or .zip has huge amount of
>  >  *.formatted files
>  >
>  >  Any clue?
>
>
> It appears to be the "assembly:attached" goal that creates the files
>  and packages them.
>
>  It looks like the files are temporary files created by the
>  <lineEnding> processing in
>  src/assembly/native-src.xml, because when I commented out the
>  <lineEnding> tags the problem disappeared (but of course the line
>  endings won't all be correct).
>
>  I think you've stumbled on a bug in the assembly plugin...
>

Looks like the bug is:

http://jira.codehaus.org/browse/MASSEMBLY-462

>  >
>  >  Regards
>  >  --
>  >  ^TM
>  >
>  > ---------------------------------------------------------------------
>  >  To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>  >  For additional commands, e-mail: dev-help@commons.apache.org
>  >
>  >
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org


Re: Weird build directories and files

Posted by sebb <se...@gmail.com>.
On 15/03/2010, Mladen Turk <mt...@apache.org> wrote:
> Hi,
>
>  Just tried the
>  mvn -Prc install on daemon trunk and I'm having now
>  some strange files in produced archives.
>
>  e.g
>  there is archive-tmp with:
>  fileSetFormatter.1036028277.tmp
>  fileSetFormatter.1789261428.tmp
>  fileSetFormatter.2074176234.tmp
>  fileSetFormatter.478860251.tmp
>  fileSetFormatter.835556385.tmp
>  fileSetFormatter.945082618.tmp
>
>  And each .tar.gz or .zip has huge amount of
>  *.formatted files
>
>  Any clue?

It appears to be the "assembly:attached" goal that creates the files
and packages them.

It looks like the files are temporary files created by the
<lineEnding> processing in
src/assembly/native-src.xml, because when I commented out the
<lineEnding> tags the problem disappeared (but of course the line
endings won't all be correct).

I think you've stumbled on a bug in the assembly plugin...

>
>  Regards
>  --
>  ^TM
>
> ---------------------------------------------------------------------
>  To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
>  For additional commands, e-mail: dev-help@commons.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@commons.apache.org
For additional commands, e-mail: dev-help@commons.apache.org