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/09/01 09:03:10 UTC

DO NOT REPLY [Bug 30981] New: - P4 counter task documentation has an error

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=30981>.
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=30981

P4 counter task documentation has an error

           Summary: P4 counter task documentation has an error
           Product: Ant
           Version: 1.6.2
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: Documentation
        AssignedTo: dev@ant.apache.org
        ReportedBy: bernd.gerlach@sap.com


On the description of the ANT task p4counter the following example is given:

Set the value of the "p4.last.clean.build" property to the current value of 
the "last-clean-build" counter: 
<p4counter name="last-clean-build" property="${p4.last.clean.build}"/>

But the correct syntax would be 
<p4counter name="last-clean-build" property="p4.last.clean.build"/>

Regards, Bernd

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@ant.apache.org
For additional commands, e-mail: dev-help@ant.apache.org