On 2010-04-22, Blaise Gervais wrote:
> exclusions.createExcludesFile().setName(entry.path.getPath()+File.separatorChar+exclusion);
In a fileset an excludesfile is a text file that contains an exclusion
pattern per line. I don't think you really want this but
createExclude(),
> And the output :
Hi everyone,
I'm writing one custom Ant Task who create a classpath. This task can also
exlued files from the class path. But I'm unable to excludes files from the
Path because the path t the excluded file is wrong.
Here is my code :
> FileSet exclusions = new FileSet();
System.out.println("Pare
Hi List,
trying to get my Head around this for quite some time. The proposed Ant
Script should move a Directiry-Tree of Property Files from Location A to
Location B and later to C and more. After each move some Properties in
some Property Files should get reconfigured based on some external
in