Bug 34706 - typo in last "available" example
Summary: typo in last "available" example
Status: RESOLVED FIXED
Alias: None
Product: Ant
Classification: Unclassified
Component: Documentation (show other bugs)
Version: unspecified
Hardware: Other other
: P2 normal (vote)
Target Milestone: 1.7.0
Assignee: Ant Notifications List
URL: http://ant.apache.org/manual/CoreTask...
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-02 15:27 UTC by Samuel Montgomery-Blinn
Modified: 2008-02-22 12:18 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Samuel Montgomery-Blinn 2005-05-02 15:27:30 UTC
The last example in the "available" task documentation:

<available property="have.extras" resource="extratasks.properties">
  <classpath>
    <pathelement location="/usr/local/ant/extra.jar/>
  </classpath>
</available>

The definition of the pathelement's location does not have a closing double-quote.
Comment 1 Matt Benson 2005-05-02 16:44:16 UTC
Fixed in CVS HEAD; will merge to 1.6 branch in case of a 1.6.4 release shortly.

Thanks!