DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=43579>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=43579 Summary: uptodatetask should provide better diagnostic info in debug logging mode Product: Ant Version: 1.6.2 Platform: PC OS/Version: Windows XP Status: NEW Severity: minor Priority: P2 Component: Core tasks AssignedTo: dev@ant.apache.org ReportedBy: [EMAIL PROTECTED] I'm really struggling to see why my uptodate task thinks my target is not up to date. I gave ant the -debug option, but all I get from the uptodatetask is: fileset: Setup scanner in dir C:\dev\webapp-libs with patternSet{ includes: [*.jar] excludes: [] } [uptodate] avalon-framework-4.1.5.jar omitted as C:/dev/basic_external_login.zip is up to date. [uptodate] commons-beanutils.1.6.jar omitted as C:/dev/basic_external_login.zip is up to date. ... Property ${dashboard-template-basic_external_login.uptodate.zip} has not been set The uptodate task should really print out what file caused it to decide the target is not up to date, in debug mode; otherwise it's extremely difficult to diagnose this kind of problem. This would be a trivial change - please, please... :o) -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]