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=30153>. 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=30153 strange error message from tstamp task Summary: strange error message from tstamp task Product: Ant Version: 1.6.1 Platform: PC OS/Version: Windows XP Status: NEW Severity: Minor Priority: Other Component: Core tasks AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] Getting this: [tstamp] ZoneInfo: wrong file size: America/Chicago when using this in build.xml: <tstamp/> Here's the context: <?xml version="1.0" encoding="UTF-8"?> <project default="dummy" name="Initialization"> <target name="-init"> <tstamp /> ... ... </project> This build file is imported like this: <?xml version="1.0" encoding="UTF-8"?> <project default="all" name="build-application"> <property environment="environment"/> <property file="build.ant.properties"/> <property name="build_tools" location="${environment.BUILD_TOOLS}"/> <import file="${build_tools}/Activant/Build/Scripts/1.0.1/build.tasklib.xml"/> ... </project> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]