You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by "blue (JIRA)" <ji...@codehaus.org> on 2007/12/07 00:11:57 UTC

[jira] Created: (MASSEMBLY-255) type in error message

type in error message
---------------------

                 Key: MASSEMBLY-255
                 URL: http://jira.codehaus.org/browse/MASSEMBLY-255
             Project: Maven 2.x Assembly Plugin
          Issue Type: Bug
    Affects Versions: 2.2-beta-1
         Environment: Cygwin, XP, Java 1.5
            Reporter: blue
            Priority: Trivial


Accidentally used "windows" instead of "dos" as a line ending type, and it spit this message:

[ERROR] BUILD ERROR
[INFO] --------------------------------------------------------------------
[INFO] Failed to create assembly: Illlegal lineEnding specified: 'windows'

(Illegal has one too many L's)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (MASSEMBLY-255) Typo in error message

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MASSEMBLY-255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dennis Lundberg updated MASSEMBLY-255:
--------------------------------------

    Fix Version/s: 2.2.1
         Assignee: Dennis Lundberg
          Summary: Typo in error message  (was: type in error message)

> Typo in error message
> ---------------------
>
>                 Key: MASSEMBLY-255
>                 URL: http://jira.codehaus.org/browse/MASSEMBLY-255
>             Project: Maven 2.x Assembly Plugin
>          Issue Type: Bug
>    Affects Versions: 2.2-beta-1
>         Environment: Cygwin, XP, Java 1.5
>            Reporter: blue
>            Assignee: Dennis Lundberg
>            Priority: Trivial
>             Fix For: 2.2.1
>
>         Attachments: windows-eol.patch
>
>
> Accidentally used "windows" instead of "dos" as a line ending type, and it spit this message:
> [ERROR] BUILD ERROR
> [INFO] --------------------------------------------------------------------
> [INFO] Failed to create assembly: Illlegal lineEnding specified: 'windows'
> (Illegal has one too many L's)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Commented: (MASSEMBLY-255) Typo in error message

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
    [ http://jira.codehaus.org/browse/MASSEMBLY-255?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=254615#action_254615 ] 

Dennis Lundberg commented on MASSEMBLY-255:
-------------------------------------------

Typo fixed in [r1067010|http://svn.apache.org/viewvc?view=revision&revision=1067010].

> Typo in error message
> ---------------------
>
>                 Key: MASSEMBLY-255
>                 URL: http://jira.codehaus.org/browse/MASSEMBLY-255
>             Project: Maven 2.x Assembly Plugin
>          Issue Type: Bug
>    Affects Versions: 2.2-beta-1
>         Environment: Cygwin, XP, Java 1.5
>            Reporter: blue
>            Assignee: Dennis Lundberg
>            Priority: Trivial
>             Fix For: 2.2.1
>
>         Attachments: windows-eol.patch
>
>
> Accidentally used "windows" instead of "dos" as a line ending type, and it spit this message:
> [ERROR] BUILD ERROR
> [INFO] --------------------------------------------------------------------
> [INFO] Failed to create assembly: Illlegal lineEnding specified: 'windows'
> (Illegal has one too many L's)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Updated: (MASSEMBLY-255) type in error message

Posted by "Benjamin Bentmann (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MASSEMBLY-255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Bentmann updated MASSEMBLY-255:
----------------------------------------

    Attachment: windows-eol.patch

I think given the fact that DOS is rather historical, "windows" should be a valid synonym for CRLF line endings as provided by the patch.

> type in error message
> ---------------------
>
>                 Key: MASSEMBLY-255
>                 URL: http://jira.codehaus.org/browse/MASSEMBLY-255
>             Project: Maven 2.x Assembly Plugin
>          Issue Type: Bug
>    Affects Versions: 2.2-beta-1
>         Environment: Cygwin, XP, Java 1.5
>            Reporter: blue
>            Priority: Trivial
>         Attachments: windows-eol.patch
>
>
> Accidentally used "windows" instead of "dos" as a line ending type, and it spit this message:
> [ERROR] BUILD ERROR
> [INFO] --------------------------------------------------------------------
> [INFO] Failed to create assembly: Illlegal lineEnding specified: 'windows'
> (Illegal has one too many L's)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] Closed: (MASSEMBLY-255) Typo in error message

Posted by "Dennis Lundberg (JIRA)" <ji...@codehaus.org>.
     [ http://jira.codehaus.org/browse/MASSEMBLY-255?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Dennis Lundberg closed MASSEMBLY-255.
-------------------------------------

    Resolution: Fixed

Applied Benjamin's patch in [r1067016|http://svn.apache.org/viewvc?view=revision&revision=1067016].

> Typo in error message
> ---------------------
>
>                 Key: MASSEMBLY-255
>                 URL: http://jira.codehaus.org/browse/MASSEMBLY-255
>             Project: Maven 2.x Assembly Plugin
>          Issue Type: Bug
>    Affects Versions: 2.2-beta-1
>         Environment: Cygwin, XP, Java 1.5
>            Reporter: blue
>            Assignee: Dennis Lundberg
>            Priority: Trivial
>             Fix For: 2.2.1
>
>         Attachments: windows-eol.patch
>
>
> Accidentally used "windows" instead of "dos" as a line ending type, and it spit this message:
> [ERROR] BUILD ERROR
> [INFO] --------------------------------------------------------------------
> [INFO] Failed to create assembly: Illlegal lineEnding specified: 'windows'
> (Illegal has one too many L's)

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira