https://issues.apache.org/bugzilla/show_bug.cgi?id=45716
Summary: UpToDate logging is misleading
Product: Ant
Version: 1.7.0
Platform: PC
OS/Version: Windows Vista
Status: NEW
Severity: normal
Priority: P2
Component: Core
AssignedTo: [email protected]
ReportedBy: [EMAIL PROTECTED]
If <uptodate> defines "srcfile" but has no nested resources the task will log
the following:
"Condition false; not setting <property name>" if the source is newer than the
target.
or "No sources found." if the source is older than the target.
The 1st message contains too little information. It should mention what file
changed.
The 2nd message is misleading, implying (at least to me) that <uptodate> had no
sources or the srcfile that was defined did not exist. The message shouldn't
mention the "missing" resources if another type of source file is properly
defined.
--
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.