You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@river.apache.org by "Mark Brouwer (JIRA)" <ji...@apache.org> on 2008/02/24 21:37:14 UTC

[jira] Resolved: (RIVER-203) ClassDep should always recognize '/' as a valid file separator character, regardless of OS

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

Mark Brouwer resolved RIVER-203.
--------------------------------

       Resolution: Won't Fix
    Fix Version/s: AR2

{{ClassDep}} specifies Platform specific classpaths and file paths. I don't think we should take 'advantage' of the fact Java also accepts the wrong file separator for the Windows platform. I believe that Ant can provide the proper abstraction layer so you won't run into any problems as the build files of the River project show, or that other Ant tasks on top of {{ClassDep}} provide.

> ClassDep should always recognize '/' as a valid file separator character, regardless of OS
> ------------------------------------------------------------------------------------------
>
>                 Key: RIVER-203
>                 URL: https://issues.apache.org/jira/browse/RIVER-203
>             Project: River
>          Issue Type: Improvement
>          Components: com_sun_jini_tool
>            Reporter: Jools Enticknap
>            Priority: Minor
>             Fix For: AR2
>
>
> When specifying directories in Windows, ClassDep requires that such directories contain '\' as the file separator character.  
> Java, on the other hand, also recognizes '/' as a file separator character in Windows.  
> Changing ClassDep to also recognize '/' as a file separator character in Windows would lessen the number of changes required to port scripts between OSes.

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