build.xml.patternset
buildxmlpatternset
Using Patternset With Fileset In Phing
Wed, 01/07/2009 - 14:36 | by philipnorton42When a project gets complicated then so to can the build.xml file associated with it. You might find it necessary to have multiple different filesets, each of which do something different, but all of which have the same core files that they use. Multiple filesets are useful if you want to create a version of your project with all of the testing files in place so that it can be tested by external developers.