Stephane Bailliez schreef:
[EMAIL PROTECTED] wrote:
http://svn.apache.org/viewcvs/ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/UpToDate.java?rev=397298&r1=397297&r2=397298&view=diff
==============================================================================
---
ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/UpToDate.java
(original)
+++
ant/core/trunk/src/main/org/apache/tools/ant/taskdefs/UpToDate.java
Wed Apr 26 13:55:31 2006
@@ -1,5 +1,5 @@
/*
- * Copyright 2000-2005 The Apache Software Foundation
+ * Copyright 2000-2006 The Apache Software Foundation
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -207,8 +207,8 @@
if (upToDate) {
Resource[] r = sourceResources.listResources();
upToDate = upToDate &&
- (ResourceUtils.selectOutOfDateSources(this, r,
getMapper(),
-
getProject()).length
+ (ResourceUtils.selectOutOfDateResources(this, r,
getMapper(),
+ getProject(),
null).length
== 0);
}
You forgot to commit the updated ResourceUtils
Cheers,
Stephane
Thanks,
no I didn't this one should not have gotten in yet.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]