|
View:
New views
3 Messages
—
Rating Filter:
Alert me
|
|
|
[jira] Created: (CARGO-597) Complete the VFS support in CARGOComplete the VFS support in CARGO
--------------------------------- Key: CARGO-597 URL: http://jira.codehaus.org/browse/CARGO-597 Project: Cargo Issue Type: Improvement Components: Core Affects Versions: 1.0 Reporter: Savas Ali Tokmen Attachments: 2. Add support for createDirectory and copyResource in the VFS.patch Useful for testing purposes, CARGO defines the VFS file system together with its handlers. On the other hand, some methods cannot be used with the VFS: - ResourceUtils.copyResource always uses real files, there's no option for making it use the VFS handlers. - VFSFileHandler doesn't override the createDirectory method, which results in directory creation calls being redirected to the real file system. Attached is the patch for implementing those two missing functionalities. Tests are also included. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
[jira] Commented: (CARGO-597) Complete the VFS support in CARGO[ http://jira.codehaus.org/browse/CARGO-597?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=145722#action_145722 ] Savas Ali Tokmen commented on CARGO-597: ---------------------------------------- This has been fixed as of revision 1685. All tests and samples seem to pass, this bug can be closed now. > Complete the VFS support in CARGO > --------------------------------- > > Key: CARGO-597 > URL: http://jira.codehaus.org/browse/CARGO-597 > Project: Cargo > Issue Type: Improvement > Components: Core > Affects Versions: 1.0 > Reporter: Savas Ali Tokmen > Attachments: 2. Add support for createDirectory and copyResource in the VFS.patch > > > Useful for testing purposes, CARGO defines the VFS file system together with its handlers. > On the other hand, some methods cannot be used with the VFS: > - ResourceUtils.copyResource always uses real files, there's no option for making it use the VFS handlers. > - VFSFileHandler doesn't override the createDirectory method, which results in directory creation calls being redirected to the real file system. > Attached is the patch for implementing those two missing functionalities. Tests are also included. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
|
|
[jira] Closed: (CARGO-597) Complete the VFS support in CARGO[ http://jira.codehaus.org/browse/CARGO-597?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Savas Ali Tokmen closed CARGO-597. ---------------------------------- Resolution: Fixed Fix Version/s: 1.0 > Complete the VFS support in CARGO > --------------------------------- > > Key: CARGO-597 > URL: http://jira.codehaus.org/browse/CARGO-597 > Project: Cargo > Issue Type: Improvement > Components: Core > Affects Versions: 1.0 > Reporter: Savas Ali Tokmen > Fix For: 1.0 > > Attachments: 2. Add support for createDirectory and copyResource in the VFS.patch > > > Useful for testing purposes, CARGO defines the VFS file system together with its handlers. > On the other hand, some methods cannot be used with the VFS: > - ResourceUtils.copyResource always uses real files, there's no option for making it use the VFS handlers. > - VFSFileHandler doesn't override the createDirectory method, which results in directory creation calls being redirected to the real file system. > Attached is the patch for implementing those two missing functionalities. Tests are also included. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe from this list, please visit: http://xircles.codehaus.org/manage_email |
| Free Forum Powered by Nabble | Forum Help |