You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by bu...@apache.org on 2004/07/16 18:13:13 UTC

DO NOT REPLY [Bug 30153] New: - strange error message from tstamp task

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: dev@ant.apache.org
        ReportedBy: joel.regen@activant.com


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: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org