[ http://issues.apache.org/jira/browse/IO-83?page=all ]

Henri Yandell updated IO-83:
----------------------------

    Fix Version: 1.3
    Description: 
Reported via commons-owner@
--------------------------------------------

From: James Urie
Sent: Tuesday, July 11, 2006 8:51 AM
To: '[EMAIL PROTECTED]'
Subject: New AIX fix?



Hello,



I had to change the "commons-io" code to allow for usage on AIX 5.3.
Attached is the file with changes.

The long and short of the change is that the "df" command used in the
File System Utils classes requires

A "P" to be added to the switch to enable "POSIX" capability.


James Urie

  was:

Reported via commons-owner@
--------------------------------------------

From: James Urie
Sent: Tuesday, July 11, 2006 8:51 AM
To: '[EMAIL PROTECTED]'
Subject: New AIX fix?



Hello,



I had to change the "commons-io" code to allow for usage on AIX 5.3.
Attached is the file with changes.

The long and short of the change is that the "df" command used in the
File System Utils classes requires

A "P" to be added to the switch to enable "POSIX" capability.


James Urie


Hard to test (anyone got an AIX?) but we signed up for that by having a method 
that wasn't platform independent.

> Bug with 'df' command on AIX 5.3
> --------------------------------
>
>          Key: IO-83
>          URL: http://issues.apache.org/jira/browse/IO-83
>      Project: Commons IO
>         Type: Bug

>     Reporter: Henri Yandell
>      Fix For: 1.3
>  Attachments: FileSystemUtils.java
>
> Reported via commons-owner@
> --------------------------------------------
> From: James Urie
> Sent: Tuesday, July 11, 2006 8:51 AM
> To: '[EMAIL PROTECTED]'
> Subject: New AIX fix?
> Hello,
> I had to change the "commons-io" code to allow for usage on AIX 5.3.
> Attached is the file with changes.
> The long and short of the change is that the "df" command used in the
> File System Utils classes requires
> A "P" to be added to the switch to enable "POSIX" capability.
> James Urie

-- 
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


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to