You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by "Ludovic Maître (JIRA)" <ji...@apache.org> on 2007/01/23 19:46:49 UTC

[jira] Created: (VFS-109) Ant tasks could be improved to support filesets

Ant tasks could be improved to support filesets
-----------------------------------------------

                 Key: VFS-109
                 URL: https://issues.apache.org/jira/browse/VFS-109
             Project: Commons VFS
          Issue Type: Improvement
    Affects Versions: later
         Environment: Mac OS X, Linux
            Reporter: Ludovic Maître
            Priority: Minor
             Fix For: later


The Commons-VFS Ant tasks could be improved to support filesets, or an object derived from filesets which support FileObjects instead of files. I've done a preliminary version of this. The content of the attached file contain a replacement package for the ant tasks, which extend them and add selectors, vfs:fileset and directory scanner for VFS. It is a functional, i use it for my deployment system. It use Ant 1.6.5 (and not 1.6.2).


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


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Updated: (VFS-109) Ant tasks could be improved to support filesets

Posted by "Ludovic Maître (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/VFS-109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ludovic Maître updated VFS-109:
-------------------------------

    Attachment: README.txt

README file, with installation instruction and sample of use..

> Ant tasks could be improved to support filesets
> -----------------------------------------------
>
>                 Key: VFS-109
>                 URL: https://issues.apache.org/jira/browse/VFS-109
>             Project: Commons VFS
>          Issue Type: Improvement
>    Affects Versions: later
>         Environment: Mac OS X, Linux
>            Reporter: Ludovic Maître
>            Priority: Minor
>             Fix For: later
>
>         Attachments: commons-vfs-ant-1.0-SNAPSHOT-src.tar.bz2, commons-vfs-ant-1.0-SNAPSHOT-src.tar.bz2, README.txt, RELEASE_NOTES.txt
>
>
> The Commons-VFS Ant tasks could be improved to support filesets, or an object derived from filesets which support FileObjects instead of files. I've done a preliminary version of this. The content of the attached file contain a replacement package for the ant tasks, which extend them and add selectors, vfs:fileset and directory scanner for VFS. It is a functional, i use it for my deployment system. It use Ant 1.6.5 (and not 1.6.2).

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Commented: (VFS-109) Ant tasks could be improved to support filesets

Posted by "Ludovic Maître (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/VFS-109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12466798 ] 

Ludovic Maître commented on VFS-109:
------------------------------------

I precise that this is just an adaptation of the existing Ant java code to use FileObject, i'm not the author of all the code, just of the adaptation to use FileObjects :-)

> Ant tasks could be improved to support filesets
> -----------------------------------------------
>
>                 Key: VFS-109
>                 URL: https://issues.apache.org/jira/browse/VFS-109
>             Project: Commons VFS
>          Issue Type: Improvement
>    Affects Versions: later
>         Environment: Mac OS X, Linux
>            Reporter: Ludovic Maître
>            Priority: Minor
>             Fix For: later
>
>         Attachments: commons-vfs-ant-1.0-SNAPSHOT-src.tar.bz2
>
>
> The Commons-VFS Ant tasks could be improved to support filesets, or an object derived from filesets which support FileObjects instead of files. I've done a preliminary version of this. The content of the attached file contain a replacement package for the ant tasks, which extend them and add selectors, vfs:fileset and directory scanner for VFS. It is a functional, i use it for my deployment system. It use Ant 1.6.5 (and not 1.6.2).

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Updated: (VFS-109) Ant tasks could be improved to support filesets

Posted by "Ludovic Maître (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/VFS-109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ludovic Maître updated VFS-109:
-------------------------------

    Attachment: commons-vfs-ant-1.0-SNAPSHOT-src.tar.bz2

A maven2 project with a replacement/extension for the actual ant tasks.

> Ant tasks could be improved to support filesets
> -----------------------------------------------
>
>                 Key: VFS-109
>                 URL: https://issues.apache.org/jira/browse/VFS-109
>             Project: Commons VFS
>          Issue Type: Improvement
>    Affects Versions: later
>         Environment: Mac OS X, Linux
>            Reporter: Ludovic Maître
>            Priority: Minor
>             Fix For: later
>
>         Attachments: commons-vfs-ant-1.0-SNAPSHOT-src.tar.bz2
>
>
> The Commons-VFS Ant tasks could be improved to support filesets, or an object derived from filesets which support FileObjects instead of files. I've done a preliminary version of this. The content of the attached file contain a replacement package for the ant tasks, which extend them and add selectors, vfs:fileset and directory scanner for VFS. It is a functional, i use it for my deployment system. It use Ant 1.6.5 (and not 1.6.2).

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Commented: (VFS-109) Ant tasks could be improved to support filesets

Posted by "Ludovic Maître (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/VFS-109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12482232 ] 

Ludovic Maître commented on VFS-109:
------------------------------------

Hi Mario,

Thanks for your comments. I will clean up the code and add the required license headers. Richard Dallaway is aware that i have adapted and extended his code for commons-vfs, and has released a new version under the ASF license. If this is not ok i will remove the task. I will re-send a cleaned up version with the appropriate logging statements shortly, with the hope that it will be ready for inclusion. Thanks for your time!


> Ant tasks could be improved to support filesets
> -----------------------------------------------
>
>                 Key: VFS-109
>                 URL: https://issues.apache.org/jira/browse/VFS-109
>             Project: Commons VFS
>          Issue Type: Improvement
>    Affects Versions: later
>         Environment: Mac OS X, Linux
>            Reporter: Ludovic Maître
>         Assigned To: Mario Ivankovits
>            Priority: Minor
>             Fix For: later
>
>         Attachments: commons-vfs-ant-1.0-SNAPSHOT-BUT-PERHAPS-BETTER-src.tar.bz2, commons-vfs-ant-1.0-SNAPSHOT-src.tar.bz2, commons-vfs-ant-1.0-SNAPSHOT-src.tar.bz2, README.txt, RELEASE_NOTES.txt
>
>
> The Commons-VFS Ant tasks could be improved to support filesets, or an object derived from filesets which support FileObjects instead of files. I've done a preliminary version of this. The content of the attached file contain a replacement package for the ant tasks, which extend them and add selectors, vfs:fileset and directory scanner for VFS. It is a functional, i use it for my deployment system. It use Ant 1.6.5 (and not 1.6.2).

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Updated: (VFS-109) Ant tasks could be improved to support filesets

Posted by "Ludovic Maître (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/VFS-109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ludovic Maître updated VFS-109:
-------------------------------

    Attachment: commons-vfs-ant-tasks-with-filesets.diff

Here is a diff file with the patches for adding support of filesets in Commons-VFS Ant tasks. The import and purge task could be added later. This needs to be tested a little bit more, perhaps.

> Ant tasks could be improved to support filesets
> -----------------------------------------------
>
>                 Key: VFS-109
>                 URL: https://issues.apache.org/jira/browse/VFS-109
>             Project: Commons VFS
>          Issue Type: Improvement
>    Affects Versions: later
>         Environment: Mac OS X, Linux
>            Reporter: Ludovic Maître
>         Assigned To: Mario Ivankovits
>            Priority: Minor
>             Fix For: later
>
>         Attachments: commons-vfs-ant-1.0-SNAPSHOT-BUT-PERHAPS-BETTER-src.tar.bz2, commons-vfs-ant-1.0-SNAPSHOT-src.tar.bz2, commons-vfs-ant-1.0-SNAPSHOT-src.tar.bz2, commons-vfs-ant-tasks-with-filesets.diff, README.txt, RELEASE_NOTES.txt
>
>
> The Commons-VFS Ant tasks could be improved to support filesets, or an object derived from filesets which support FileObjects instead of files. I've done a preliminary version of this. The content of the attached file contain a replacement package for the ant tasks, which extend them and add selectors, vfs:fileset and directory scanner for VFS. It is a functional, i use it for my deployment system. It use Ant 1.6.5 (and not 1.6.2).

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Updated: (VFS-109) Ant tasks could be improved to support filesets

Posted by "Ludovic Maître (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/VFS-109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ludovic Maître updated VFS-109:
-------------------------------

    Attachment: commons-vfs-ant-1.0-SNAPSHOT-src.tar.bz2

Second iteration, delete task also support filesets among other things.

> Ant tasks could be improved to support filesets
> -----------------------------------------------
>
>                 Key: VFS-109
>                 URL: https://issues.apache.org/jira/browse/VFS-109
>             Project: Commons VFS
>          Issue Type: Improvement
>    Affects Versions: later
>         Environment: Mac OS X, Linux
>            Reporter: Ludovic Maître
>            Priority: Minor
>             Fix For: later
>
>         Attachments: commons-vfs-ant-1.0-SNAPSHOT-src.tar.bz2, commons-vfs-ant-1.0-SNAPSHOT-src.tar.bz2, RELEASE_NOTES.txt
>
>
> The Commons-VFS Ant tasks could be improved to support filesets, or an object derived from filesets which support FileObjects instead of files. I've done a preliminary version of this. The content of the attached file contain a replacement package for the ant tasks, which extend them and add selectors, vfs:fileset and directory scanner for VFS. It is a functional, i use it for my deployment system. It use Ant 1.6.5 (and not 1.6.2).

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Commented: (VFS-109) Ant tasks could be improved to support filesets

Posted by "Mario Ivankovits (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/VFS-109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12467313 ] 

Mario Ivankovits commented on VFS-109:
--------------------------------------

In the meantime, could you pleas file a CLA [1], [2]

Thanks!

[1] http://www.apache.org/licenses/
[2] http://www.apache.org/licenses/icla.pdf

> Ant tasks could be improved to support filesets
> -----------------------------------------------
>
>                 Key: VFS-109
>                 URL: https://issues.apache.org/jira/browse/VFS-109
>             Project: Commons VFS
>          Issue Type: Improvement
>    Affects Versions: later
>         Environment: Mac OS X, Linux
>            Reporter: Ludovic Maître
>         Assigned To: Mario Ivankovits
>            Priority: Minor
>             Fix For: later
>
>         Attachments: commons-vfs-ant-1.0-SNAPSHOT-src.tar.bz2, commons-vfs-ant-1.0-SNAPSHOT-src.tar.bz2, README.txt, RELEASE_NOTES.txt
>
>
> The Commons-VFS Ant tasks could be improved to support filesets, or an object derived from filesets which support FileObjects instead of files. I've done a preliminary version of this. The content of the attached file contain a replacement package for the ant tasks, which extend them and add selectors, vfs:fileset and directory scanner for VFS. It is a functional, i use it for my deployment system. It use Ant 1.6.5 (and not 1.6.2).

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Commented: (VFS-109) Ant tasks could be improved to support filesets

Posted by "Mario Ivankovits (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/VFS-109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12482214 ] 

Mario Ivankovits commented on VFS-109:
--------------------------------------

All files are required to have the ASF license header.

There is a PurgeTask which states that the code is from Richard Dallaway and is under the LGPL.

We can't commit this stuff with such a code. Sorry.

Also there are tons of e.printStackTrace(), these should be logged using commons-logging or the ant logging facility. Since its a ant only project you can go the ant route if you would like to.

> Ant tasks could be improved to support filesets
> -----------------------------------------------
>
>                 Key: VFS-109
>                 URL: https://issues.apache.org/jira/browse/VFS-109
>             Project: Commons VFS
>          Issue Type: Improvement
>    Affects Versions: later
>         Environment: Mac OS X, Linux
>            Reporter: Ludovic Maître
>         Assigned To: Mario Ivankovits
>            Priority: Minor
>             Fix For: later
>
>         Attachments: commons-vfs-ant-1.0-SNAPSHOT-BUT-PERHAPS-BETTER-src.tar.bz2, commons-vfs-ant-1.0-SNAPSHOT-src.tar.bz2, commons-vfs-ant-1.0-SNAPSHOT-src.tar.bz2, README.txt, RELEASE_NOTES.txt
>
>
> The Commons-VFS Ant tasks could be improved to support filesets, or an object derived from filesets which support FileObjects instead of files. I've done a preliminary version of this. The content of the attached file contain a replacement package for the ant tasks, which extend them and add selectors, vfs:fileset and directory scanner for VFS. It is a functional, i use it for my deployment system. It use Ant 1.6.5 (and not 1.6.2).

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Updated: (VFS-109) Ant tasks could be improved to support filesets

Posted by "Ludovic Maître (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/VFS-109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ludovic Maître updated VFS-109:
-------------------------------

    Attachment: commons-vfs-ant-1.0-SNAPSHOT-BUT-PERHAPS-BETTER-src.tar.bz2

This is a more tested version. I have sent the contributor agreement to the ASF, from France so perhaps this can take some time. Any feedback/bug reports are welcomes on this issue,
Best regards;

> Ant tasks could be improved to support filesets
> -----------------------------------------------
>
>                 Key: VFS-109
>                 URL: https://issues.apache.org/jira/browse/VFS-109
>             Project: Commons VFS
>          Issue Type: Improvement
>    Affects Versions: later
>         Environment: Mac OS X, Linux
>            Reporter: Ludovic Maître
>         Assigned To: Mario Ivankovits
>            Priority: Minor
>             Fix For: later
>
>         Attachments: commons-vfs-ant-1.0-SNAPSHOT-BUT-PERHAPS-BETTER-src.tar.bz2, commons-vfs-ant-1.0-SNAPSHOT-src.tar.bz2, commons-vfs-ant-1.0-SNAPSHOT-src.tar.bz2, README.txt, RELEASE_NOTES.txt
>
>
> The Commons-VFS Ant tasks could be improved to support filesets, or an object derived from filesets which support FileObjects instead of files. I've done a preliminary version of this. The content of the attached file contain a replacement package for the ant tasks, which extend them and add selectors, vfs:fileset and directory scanner for VFS. It is a functional, i use it for my deployment system. It use Ant 1.6.5 (and not 1.6.2).

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Commented: (VFS-109) Ant tasks could be improved to support filesets

Posted by "Mario Ivankovits (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/VFS-109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12482211 ] 

Mario Ivankovits commented on VFS-109:
--------------------------------------

CLA on file, thanks!


> Ant tasks could be improved to support filesets
> -----------------------------------------------
>
>                 Key: VFS-109
>                 URL: https://issues.apache.org/jira/browse/VFS-109
>             Project: Commons VFS
>          Issue Type: Improvement
>    Affects Versions: later
>         Environment: Mac OS X, Linux
>            Reporter: Ludovic Maître
>         Assigned To: Mario Ivankovits
>            Priority: Minor
>             Fix For: later
>
>         Attachments: commons-vfs-ant-1.0-SNAPSHOT-BUT-PERHAPS-BETTER-src.tar.bz2, commons-vfs-ant-1.0-SNAPSHOT-src.tar.bz2, commons-vfs-ant-1.0-SNAPSHOT-src.tar.bz2, README.txt, RELEASE_NOTES.txt
>
>
> The Commons-VFS Ant tasks could be improved to support filesets, or an object derived from filesets which support FileObjects instead of files. I've done a preliminary version of this. The content of the attached file contain a replacement package for the ant tasks, which extend them and add selectors, vfs:fileset and directory scanner for VFS. It is a functional, i use it for my deployment system. It use Ant 1.6.5 (and not 1.6.2).

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Commented: (VFS-109) Ant tasks could be improved to support filesets

Posted by "Mario Ivankovits (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/VFS-109?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12467310 ] 

Mario Ivankovits commented on VFS-109:
--------------------------------------

Thanks!

Will have a look at it in the next few days.

Ciao,
Mario

> Ant tasks could be improved to support filesets
> -----------------------------------------------
>
>                 Key: VFS-109
>                 URL: https://issues.apache.org/jira/browse/VFS-109
>             Project: Commons VFS
>          Issue Type: Improvement
>    Affects Versions: later
>         Environment: Mac OS X, Linux
>            Reporter: Ludovic Maître
>         Assigned To: Mario Ivankovits
>            Priority: Minor
>             Fix For: later
>
>         Attachments: commons-vfs-ant-1.0-SNAPSHOT-src.tar.bz2, commons-vfs-ant-1.0-SNAPSHOT-src.tar.bz2, README.txt, RELEASE_NOTES.txt
>
>
> The Commons-VFS Ant tasks could be improved to support filesets, or an object derived from filesets which support FileObjects instead of files. I've done a preliminary version of this. The content of the attached file contain a replacement package for the ant tasks, which extend them and add selectors, vfs:fileset and directory scanner for VFS. It is a functional, i use it for my deployment system. It use Ant 1.6.5 (and not 1.6.2).

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org


[jira] Updated: (VFS-109) Ant tasks could be improved to support filesets

Posted by "Ludovic Maître (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/VFS-109?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Ludovic Maître updated VFS-109:
-------------------------------

    Attachment: RELEASE_NOTES.txt

Release notes: describe what has been done compared to the original package.

> Ant tasks could be improved to support filesets
> -----------------------------------------------
>
>                 Key: VFS-109
>                 URL: https://issues.apache.org/jira/browse/VFS-109
>             Project: Commons VFS
>          Issue Type: Improvement
>    Affects Versions: later
>         Environment: Mac OS X, Linux
>            Reporter: Ludovic Maître
>            Priority: Minor
>             Fix For: later
>
>         Attachments: commons-vfs-ant-1.0-SNAPSHOT-src.tar.bz2, commons-vfs-ant-1.0-SNAPSHOT-src.tar.bz2, RELEASE_NOTES.txt
>
>
> The Commons-VFS Ant tasks could be improved to support filesets, or an object derived from filesets which support FileObjects instead of files. I've done a preliminary version of this. The content of the attached file contain a replacement package for the ant tasks, which extend them and add selectors, vfs:fileset and directory scanner for VFS. It is a functional, i use it for my deployment system. It use Ant 1.6.5 (and not 1.6.2).

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


---------------------------------------------------------------------
To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: commons-dev-help@jakarta.apache.org