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 "Jan Matèrne (JIRA)" <ji...@apache.org> on 2007/06/27 07:03:26 UTC

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

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