You are viewing a plain text version of this content. The canonical link for it is here.
Posted to ivy-commits@incubator.apache.org by "Stephane Bailliez (JIRA)" <ji...@apache.org> on 2007/06/27 06:02:25 UTC

[jira] Created: (IVY-542) Ability to specify the default excludes files and irectories

Ability to specify the default excludes files and irectories
------------------------------------------------------------

                 Key: IVY-542
                 URL: https://issues.apache.org/jira/browse/IVY-542
             Project: Ivy
          Issue Type: New Feature
          Components: Core
    Affects Versions: 2.0.0-alpha-1
            Reporter: Stephane Bailliez
            Priority: Trivial


Ability to customize the 'ignored files/directories'.

fyi for Ant, per defaultexcludes, the pattern for directory based tasks are

{noformat}
     **/*~
     **/#*#
     **/.#*
     **/%*%
     **/._*
     **/CVS
     **/CVS/**
     **/.cvsignore
     **/SCCS
     **/SCCS/**
     **/vssver.scc
     **/.svn
     **/.svn/**
     **/.DS_Store
{noformat}

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


[jira] Updated: (IVY-542) Ability to specify the default excludes files and directories

Posted by "Jean-Baptiste Quenot (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/IVY-542?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jean-Baptiste Quenot updated IVY-542:
-------------------------------------

    Summary: Ability to specify the default excludes files and directories  (was: Ability to specify the default excludes files and irectories)

> Ability to specify the default excludes files and directories
> -------------------------------------------------------------
>
>                 Key: IVY-542
>                 URL: https://issues.apache.org/jira/browse/IVY-542
>             Project: Ivy
>          Issue Type: New Feature
>          Components: Core
>    Affects Versions: 2.0.0-alpha-1
>            Reporter: Stephane Bailliez
>            Priority: Trivial
>
> Ability to customize the 'ignored files/directories'.
> fyi for Ant, per defaultexcludes, the pattern for directory based tasks are
> {noformat}
>      **/*~
>      **/#*#
>      **/.#*
>      **/%*%
>      **/._*
>      **/CVS
>      **/CVS/**
>      **/.cvsignore
>      **/SCCS
>      **/SCCS/**
>      **/vssver.scc
>      **/.svn
>      **/.svn/**
>      **/.DS_Store
> {noformat}

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


[jira] Commented: (IVY-542) Ability to specify the default excludes files and directories

Posted by "Xavier Hanin (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/IVY-542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12508458 ] 

Xavier Hanin commented on IVY-542:
----------------------------------

Asking Ant is a good idea, when Ivy is launched from Ant. Our core is not dependent on Ant, so I think we need a way to define these default excludes in Ivy settings too.

> Ability to specify the default excludes files and directories
> -------------------------------------------------------------
>
>                 Key: IVY-542
>                 URL: https://issues.apache.org/jira/browse/IVY-542
>             Project: Ivy
>          Issue Type: New Feature
>          Components: Core
>    Affects Versions: 2.0.0-alpha-1
>            Reporter: Stephane Bailliez
>            Priority: Trivial
>
> Ability to customize the 'ignored files/directories'.
> fyi for Ant, per defaultexcludes, the pattern for directory based tasks are
> {noformat}
>      **/*~
>      **/#*#
>      **/.#*
>      **/%*%
>      **/._*
>      **/CVS
>      **/CVS/**
>      **/.cvsignore
>      **/SCCS
>      **/SCCS/**
>      **/vssver.scc
>      **/.svn
>      **/.svn/**
>      **/.DS_Store
> {noformat}

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


[jira] Commented: (IVY-542) Ability to specify the default excludes files and irectories

Posted by "Jan Matèrne (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/IVY-542?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel#action_12508450 ] 

Jan Matèrne commented on IVY-542:
---------------------------------

Ant has also a <defaultexclude> task for changing that.
* Manual: http://ant.apache.org/manual/CoreTasks/defaultexcludes.html
* Source: http://svn.apache.org/repos/asf/ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/DefaultExcludes.java

Maybe you could ask DefaultScanner.getDefaultExcludes() : String[]
http://svn.apache.org/repos/asf/ant/core/trunk/src/main/org/apache/tools/ant/DirectoryScanner.java

> Ability to specify the default excludes files and irectories
> ------------------------------------------------------------
>
>                 Key: IVY-542
>                 URL: https://issues.apache.org/jira/browse/IVY-542
>             Project: Ivy
>          Issue Type: New Feature
>          Components: Core
>    Affects Versions: 2.0.0-alpha-1
>            Reporter: Stephane Bailliez
>            Priority: Trivial
>
> Ability to customize the 'ignored files/directories'.
> fyi for Ant, per defaultexcludes, the pattern for directory based tasks are
> {noformat}
>      **/*~
>      **/#*#
>      **/.#*
>      **/%*%
>      **/._*
>      **/CVS
>      **/CVS/**
>      **/.cvsignore
>      **/SCCS
>      **/SCCS/**
>      **/vssver.scc
>      **/.svn
>      **/.svn/**
>      **/.DS_Store
> {noformat}

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