You are viewing a plain text version of this content. The canonical link for it is here.
Posted to infrastructure-issues@apache.org by "Henri Yandell (JIRA)" <ji...@apache.org> on 2007/08/15 04:25:31 UTC

[jira] Closed: (INFRA-881) Generated Docs have inconsistent line endings on Windows

     [ https://issues.apache.org/jira/browse/INFRA-881?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Henri Yandell closed INFRA-881.
-------------------------------

    Resolution: Fixed

This was effectively fixed a while back:

r550648 | sebb | 2007-06-26 01:46:13 +0100 (Tue, 26 Jun 2007) | 1 line
Changed paths:
   M /infrastructure/site/trunk/build.xml

Add optional FixCRLF target for Anakia/Windows misbehaviour

> Generated Docs have inconsistent line endings on Windows
> --------------------------------------------------------
>
>                 Key: INFRA-881
>                 URL: https://issues.apache.org/jira/browse/INFRA-881
>             Project: Infrastructure
>          Issue Type: Improvement
>      Security Level: public(Regular issues) 
>          Components: Website
>         Environment: Windows XP
>            Reporter: Niall Pemberton
>            Priority: Minor
>         Attachments: infra-site-build-wineol.patch
>
>
> Running the ant build [1] to generate the Apache Website in a Windows environment causes documents with mixed line endings (i.e. both CRLF and LF) to be generated. Trying to commit changes causes subversion to reject it with a message indicating this.
> This can be resolved using ant's fixcrlf task [2]:
>              <fixcrlf srcdir="${docs.dest}" includes="**/*.html"/>
> The only problem with adding the above step is with any documents without the "svn:eol-style" property set to "native" - there were a few which I have just changed. I would commit this myself, except for fear of screwing things up.
> [1] http://svn.apache.org/repos/asf/infrastructure/site/trunk/build.xml
> [2] http://ant.apache.org/manual/CoreTasks/fixcrlf.html

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.