[jira] (MASSEMBLY-753) LineEnding CR to LF conversion output is wrong : All EOL are removed

2015-02-23 Thread Kristian Rosenvold (JIRA)

 [ 
https://jira.codehaus.org/browse/MASSEMBLY-753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kristian Rosenvold reassigned MASSEMBLY-753:


Assignee: Kristian Rosenvold

> LineEnding CR to LF conversion output is wrong : All EOL are removed
> 
>
> Key: MASSEMBLY-753
> URL: https://jira.codehaus.org/browse/MASSEMBLY-753
> Project: Maven Assembly Plugin
>  Issue Type: Bug
>Affects Versions: 2.5, 2.5.1, 2.5.2, 2.5.3
>Reporter: Laurent TOURREAU
>Assignee: Kristian Rosenvold
>Priority: Blocker
> Fix For: 2.5.4
>
> Attachments: maven-assembly-plugin-2.5.3-lineEnding-cr-to-lf-wrong.zip
>
>
> when lineEnding=unix the conversion is not correct if the file contains CR 
> end of line characters. The EOL characters are removed
> Example on a file containing the text: 
> {code}
> MKDIR,/apps/myapp/
> MKDIR,/apps/myapp/repbatch/scripts/eod/
> MKDIR,/apps/myapp/repbatch//scripts/eod/log/
> MKDIR,/apps/myapp/repbatch/scripts/cre/
> {code}
> We should expect this:
> {code}
> MKDIR,/apps/myapp/
> MKDIR,/apps/myapp/repbatch/scripts/eod/
> MKDIR,/apps/myapp/repbatch//scripts/eod/log/
> MKDIR,/apps/myapp/repbatch/scripts/cre/
> {code}
> The result is :
> {code}
> MKDIR,/apps/myapp/MKDIR,/apps/myapp/repbatch/scripts/eod/MKDIR,/apps/myapp/repbatch//scripts/eod/log/MKDIR,/apps/myapp/repbatch/scripts/cre/
> {code}
> See zip attachment.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MASSEMBLY-753) LineEnding CR to LF conversion output is wrong : All EOL are removed

2015-02-23 Thread Kristian Rosenvold (JIRA)

 [ 
https://jira.codehaus.org/browse/MASSEMBLY-753?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Kristian Rosenvold updated MASSEMBLY-753:
-

Fix Version/s: 2.5.4

> LineEnding CR to LF conversion output is wrong : All EOL are removed
> 
>
> Key: MASSEMBLY-753
> URL: https://jira.codehaus.org/browse/MASSEMBLY-753
> Project: Maven Assembly Plugin
>  Issue Type: Bug
>Affects Versions: 2.5, 2.5.1, 2.5.2, 2.5.3
>Reporter: Laurent TOURREAU
>Priority: Blocker
> Fix For: 2.5.4
>
> Attachments: maven-assembly-plugin-2.5.3-lineEnding-cr-to-lf-wrong.zip
>
>
> when lineEnding=unix the conversion is not correct if the file contains CR 
> end of line characters. The EOL characters are removed
> Example on a file containing the text: 
> {code}
> MKDIR,/apps/myapp/
> MKDIR,/apps/myapp/repbatch/scripts/eod/
> MKDIR,/apps/myapp/repbatch//scripts/eod/log/
> MKDIR,/apps/myapp/repbatch/scripts/cre/
> {code}
> We should expect this:
> {code}
> MKDIR,/apps/myapp/
> MKDIR,/apps/myapp/repbatch/scripts/eod/
> MKDIR,/apps/myapp/repbatch//scripts/eod/log/
> MKDIR,/apps/myapp/repbatch/scripts/cre/
> {code}
> The result is :
> {code}
> MKDIR,/apps/myapp/MKDIR,/apps/myapp/repbatch/scripts/eod/MKDIR,/apps/myapp/repbatch//scripts/eod/log/MKDIR,/apps/myapp/repbatch/scripts/cre/
> {code}
> See zip attachment.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)


[jira] (MASSEMBLY-753) LineEnding CR to LF conversion output is wrong : All EOL are removed

2015-02-23 Thread Laurent TOURREAU (JIRA)
Laurent TOURREAU created MASSEMBLY-753:
--

 Summary: LineEnding CR to LF conversion output is wrong : All EOL 
are removed
 Key: MASSEMBLY-753
 URL: https://jira.codehaus.org/browse/MASSEMBLY-753
 Project: Maven Assembly Plugin
  Issue Type: Bug
Affects Versions: 2.5.3, 2.5.2, 2.5.1, 2.5
Reporter: Laurent TOURREAU
Priority: Blocker
 Attachments: maven-assembly-plugin-2.5.3-lineEnding-cr-to-lf-wrong.zip

when lineEnding=unix the conversion is not correct if the file contains CR end 
of line characters. The EOL characters are removed

Example on a file containing the text: 
{code}
MKDIR,/apps/myapp/
MKDIR,/apps/myapp/repbatch/scripts/eod/
MKDIR,/apps/myapp/repbatch//scripts/eod/log/
MKDIR,/apps/myapp/repbatch/scripts/cre/
{code}

We should expect this:
{code}
MKDIR,/apps/myapp/
MKDIR,/apps/myapp/repbatch/scripts/eod/
MKDIR,/apps/myapp/repbatch//scripts/eod/log/
MKDIR,/apps/myapp/repbatch/scripts/cre/
{code}

The result is :
{code}
MKDIR,/apps/myapp/MKDIR,/apps/myapp/repbatch/scripts/eod/MKDIR,/apps/myapp/repbatch//scripts/eod/log/MKDIR,/apps/myapp/repbatch/scripts/cre/
{code}


See zip attachment.



--
This message was sent by Atlassian JIRA
(v6.1.6#6162)