You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by "John Sisson (JIRA)" <de...@geronimo.apache.org> on 2005/12/04 21:35:33 UTC

[jira] Created: (GERONIMO-1287) IzPack Installer does not set line endings to CRLF on windows and LF on non-Windows platforms

IzPack Installer does not set line endings to CRLF on windows and LF on non-Windows platforms
---------------------------------------------------------------------------------------------

         Key: GERONIMO-1287
         URL: http://issues.apache.org/jira/browse/GERONIMO-1287
     Project: Geronimo
        Type: Bug
  Components: installer  
    Versions: 1.0-M5, 1.0-M4, 1.0    
    Reporter: John Sisson
     Fix For: 1.1


Currently we build one IzPack installer that is used on Windows and non-Windows platforms.  IzPack does not provide any fixcrlf type functionality when copying files from its packs to the install location.  IzPack needs to be enhanced to be able to do this "easily".

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


[jira] Closed: (GERONIMO-1287) IzPack Installer does not set line endings to CRLF on windows and LF on non-Windows platforms

Posted by "John Sisson (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1287?page=all ]
     
John Sisson closed GERONIMO-1287:
---------------------------------

    Fix Version: 1.0.1
     Resolution: Fixed

> IzPack Installer does not set line endings to CRLF on windows and LF on non-Windows platforms
> ---------------------------------------------------------------------------------------------
>
>          Key: GERONIMO-1287
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1287
>      Project: Geronimo
>         Type: Bug
>   Components: installer
>     Versions: 1.0-M4, 1.0-M5, 1.0
>     Reporter: John Sisson
>      Fix For: 1.1, 1.0.1
>  Attachments: installer-fix-crlf.patch
>
> Currently we build one IzPack installer that is used on Windows and non-Windows platforms.  IzPack does not provide any fixcrlf type functionality when copying files from its packs to the install location.  IzPack needs to be enhanced to be able to do this "easily".

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


[jira] Closed: (GERONIMO-1287) IzPack Installer does not set line endings to CRLF on windows and LF on non-Windows platforms

Posted by "John Sisson (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1287?page=all ]
     
John Sisson closed GERONIMO-1287:
---------------------------------

    Resolution: Fixed

> IzPack Installer does not set line endings to CRLF on windows and LF on non-Windows platforms
> ---------------------------------------------------------------------------------------------
>
>          Key: GERONIMO-1287
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1287
>      Project: Geronimo
>         Type: Bug
>   Components: installer
>     Versions: 1.0-M5, 1.0-M4, 1.0
>     Reporter: John Sisson
>      Fix For: 1.1, 1.0.1
>  Attachments: installer-fix-crlf.patch
>
> Currently we build one IzPack installer that is used on Windows and non-Windows platforms.  IzPack does not provide any fixcrlf type functionality when copying files from its packs to the install location.  IzPack needs to be enhanced to be able to do this "easily".

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


[jira] Updated: (GERONIMO-1287) IzPack Installer does not set line endings to CRLF on windows and LF on non-Windows platforms

Posted by "erik daughtrey (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1287?page=all ]

erik daughtrey updated GERONIMO-1287:
-------------------------------------

    Geronimo Info: [Patch Available]

This patch is applicable to trunk and branches/1.0.  We should ensure
that this is available for 1.0.1.

> IzPack Installer does not set line endings to CRLF on windows and LF on non-Windows platforms
> ---------------------------------------------------------------------------------------------
>
>          Key: GERONIMO-1287
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1287
>      Project: Geronimo
>         Type: Bug
>   Components: installer
>     Versions: 1.0-M5, 1.0-M4, 1.0
>     Reporter: John Sisson
>      Fix For: 1.1
>  Attachments: installer-fix-crlf.patch
>
> Currently we build one IzPack installer that is used on Windows and non-Windows platforms.  IzPack does not provide any fixcrlf type functionality when copying files from its packs to the install location.  IzPack needs to be enhanced to be able to do this "easily".

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


[jira] Updated: (GERONIMO-1287) IzPack Installer does not set line endings to CRLF on windows and LF on non-Windows platforms

Posted by "erik daughtrey (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1287?page=all ]

erik daughtrey updated GERONIMO-1287:
-------------------------------------

    Attachment: installer-fix-crlf.patch

This patch adds a main (FixTextLines) which runs during IzPack processing after
the files are laid down to ensure that text file line terminators are
correct.

> IzPack Installer does not set line endings to CRLF on windows and LF on non-Windows platforms
> ---------------------------------------------------------------------------------------------
>
>          Key: GERONIMO-1287
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1287
>      Project: Geronimo
>         Type: Bug
>   Components: installer
>     Versions: 1.0-M5, 1.0-M4, 1.0
>     Reporter: John Sisson
>      Fix For: 1.1
>  Attachments: installer-fix-crlf.patch
>
> Currently we build one IzPack installer that is used on Windows and non-Windows platforms.  IzPack does not provide any fixcrlf type functionality when copying files from its packs to the install location.  IzPack needs to be enhanced to be able to do this "easily".

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


Re: [jira] Reopened: (GERONIMO-1287) IzPack Installer does not set line endings to CRLF on windows and LF on non-Windows platforms

Posted by Erik Daughtrey <er...@schemacity.org>.
I tested the Installer and FixTextLines function on windows, but had not seen 
this problem there.  I'll do some more testing to see if I can replicate the 
problem.

Regards,

erik

 On Monday 30 January 2006 23:47, John Sisson (JIRA) wrote:
>      [ http://issues.apache.org/jira/browse/GERONIMO-1287?page=all ]
>
> John Sisson reopened GERONIMO-1287:
> -----------------------------------
>
>
> Ran installer on windows and found the following message at the end of the
> output in the IzPack processing window:
>
> Installed configuration geronimo/shutdown/1.0.1-SNAPSHOT/car
> Configuration complete.
> FixTextLines: C:\test\ginstall\var\temp\config.xml final rename failed.
> FixTextLines processing complete.
>
> Can others reproduce this issue on Windows?
>
> > IzPack Installer does not set line endings to CRLF on windows and LF on
> > non-Windows platforms
> > -------------------------------------------------------------------------
> >--------------------
> >
> >          Key: GERONIMO-1287
> >          URL: http://issues.apache.org/jira/browse/GERONIMO-1287
> >      Project: Geronimo
> >         Type: Bug
> >   Components: installer
> >     Versions: 1.0-M5, 1.0-M4, 1.0
> >     Reporter: John Sisson
> >      Fix For: 1.1, 1.0.1
> >  Attachments: installer-fix-crlf.patch
> >
> > Currently we build one IzPack installer that is used on Windows and
> > non-Windows platforms.  IzPack does not provide any fixcrlf type
> > functionality when copying files from its packs to the install location. 
> > IzPack needs to be enhanced to be able to do this "easily".

-- 

Regards,

Erik

[jira] Reopened: (GERONIMO-1287) IzPack Installer does not set line endings to CRLF on windows and LF on non-Windows platforms

Posted by "John Sisson (JIRA)" <de...@geronimo.apache.org>.
     [ http://issues.apache.org/jira/browse/GERONIMO-1287?page=all ]
     
John Sisson reopened GERONIMO-1287:
-----------------------------------


Ran installer on windows and found the following message at the end of the output in the IzPack processing window:

Installed configuration geronimo/shutdown/1.0.1-SNAPSHOT/car
Configuration complete.
FixTextLines: C:\test\ginstall\var\temp\config.xml final rename failed.
FixTextLines processing complete.

Can others reproduce this issue on Windows?

> IzPack Installer does not set line endings to CRLF on windows and LF on non-Windows platforms
> ---------------------------------------------------------------------------------------------
>
>          Key: GERONIMO-1287
>          URL: http://issues.apache.org/jira/browse/GERONIMO-1287
>      Project: Geronimo
>         Type: Bug
>   Components: installer
>     Versions: 1.0-M5, 1.0-M4, 1.0
>     Reporter: John Sisson
>      Fix For: 1.1, 1.0.1
>  Attachments: installer-fix-crlf.patch
>
> Currently we build one IzPack installer that is used on Windows and non-Windows platforms.  IzPack does not provide any fixcrlf type functionality when copying files from its packs to the install location.  IzPack needs to be enhanced to be able to do this "easily".

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