You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@commons.apache.org by "Benjamin Bentmann (JIRA)" <ji...@apache.org> on 2008/04/27 13:48:55 UTC

[jira] Created: (CODEC-67) Fix headerFile location in Checkstyle configuration

Fix headerFile location in Checkstyle configuration
---------------------------------------------------

                 Key: CODEC-67
                 URL: https://issues.apache.org/jira/browse/CODEC-67
             Project: Commons Codec
          Issue Type: Task
    Affects Versions: 1.3
            Reporter: Benjamin Bentmann
            Priority: Trivial


Relative paths are resolved against the current working directory which might be anything (e.g. an IDE's installation directory) and not necessarily the project's base directory. Therefore, the path should to the header file be qualified with "${basedir}".

Searching {{commons/trunks-proper}} reveals about 9 other {{checkstyle.xml} files that suffer from the same problem...

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


[jira] Updated: (CODEC-67) Fix headerFile location in Checkstyle configuration

Posted by "Benjamin Bentmann (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CODEC-67?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Benjamin Bentmann updated CODEC-67:
-----------------------------------

    Attachment: CODEC-67.patch

> Fix headerFile location in Checkstyle configuration
> ---------------------------------------------------
>
>                 Key: CODEC-67
>                 URL: https://issues.apache.org/jira/browse/CODEC-67
>             Project: Commons Codec
>          Issue Type: Task
>    Affects Versions: 1.3
>            Reporter: Benjamin Bentmann
>            Priority: Trivial
>         Attachments: CODEC-67.patch
>
>
> Relative paths are resolved against the current working directory which might be anything (e.g. an IDE's installation directory) and not necessarily the project's base directory. Therefore, the path should to the header file be qualified with "${basedir}".
> Searching {{commons/trunks-proper}} reveals about 9 other {{checkstyle.xml} files that suffer from the same problem...

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


[jira] Closed: (CODEC-67) Fix headerFile location in Checkstyle configuration

Posted by "Henri Yandell (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CODEC-67?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Henri Yandell closed CODEC-67.
------------------------------

    Resolution: Fixed

Fixed in both codec and all of the other components in both proper and sandbox.

> Fix headerFile location in Checkstyle configuration
> ---------------------------------------------------
>
>                 Key: CODEC-67
>                 URL: https://issues.apache.org/jira/browse/CODEC-67
>             Project: Commons Codec
>          Issue Type: Task
>    Affects Versions: 1.3
>            Reporter: Benjamin Bentmann
>            Priority: Trivial
>         Attachments: CODEC-67.patch
>
>
> Relative paths are resolved against the current working directory which might be anything (e.g. an IDE's installation directory) and not necessarily the project's base directory. Therefore, the path should to the header file be qualified with "${basedir}".
> Searching {{commons/trunks-proper}} reveals about 9 other {{checkstyle.xml} files that suffer from the same problem...

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