You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by bu...@apache.org on 2008/06/25 17:10:04 UTC

DO NOT REPLY [Bug 45262] Request viewpathing support for Ant

https://issues.apache.org/bugzilla/show_bug.cgi?id=45262





--- Comment #1 from Matt Benson <gu...@yahoo.com>  2008-06-25 08:10:03 PST ---
It seems like the least-intrusive way to do this would be to build it as a
special resource collection, simply a preference-based fileset.  vfileset
maybe?  It might look like:

<vfileset includes="**/*.java">
  <basepath>
    <file file="${local.srcdir}" />
    <file file="${shared.srcdir}" />
  </basepath>
</vfileset>

vfileset would also support a basepathref attribute, the
excludes|defaultexcludes|casesensitive|followsymlinks attributes, and the
include|exclude|includefile|excludefile nested elements.

My only concern is that this might be too specific a use-case to live in Ant
core.  Opinions from other devs?


-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.