Hello Kevin,
patch submitted, thanks,
Antoine Levy-Lambert
Kev Jackson wrote:
> - removed FileUtils
>
> Kev
>
>------------------------------------------------------------------------
>
>Index:
>D:/java_projects/ant-core-trunk/src/main/org/apache/tools/ant/taskdefs/DependSet.java
>===================================================================
>---
>D:/java_projects/ant-core-trunk/src/main/org/apache/tools/ant/taskdefs/DependSet.java
> (revision 328575)
>+++
>D:/java_projects/ant-core-trunk/src/main/org/apache/tools/ant/taskdefs/DependSet.java
> (working copy)
>@@ -35,7 +35,6 @@
> import org.apache.tools.ant.types.resources.selectors.ResourceSelector;
> import org.apache.tools.ant.types.resources.comparators.Reverse;
> import org.apache.tools.ant.types.resources.comparators.ResourceComparator;
>-import org.apache.tools.ant.util.FileUtils;
>
> /**
> * Examines and removes out of date target files. If any of the target files
>@@ -81,7 +80,6 @@
> */
> public class DependSet extends MatchingTask {
>
>- private static final FileUtils FILE_UTILS = FileUtils.getFileUtils();
> private static final ResourceSelector NOT_EXISTS = new Not(new Exists());
> private static final ResourceComparator DATE_ASC
> = new org.apache.tools.ant.types.resources.comparators.Date();
>
>
>
>------------------------------------------------------------------------
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]