Bug 24733 - Help text is wrong
Summary: Help text is wrong
Status: CLOSED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Ant (show other bugs)
Version: 2.0.1   Edit
Hardware: PC Windows 2000
: P2 normal (vote)
Target Milestone: 2.1 M2   Edit
Assignee: Luc Bourlier CLA
QA Contact:
URL:
Whiteboard:
Keywords: core
Depends on:
Blocks:
 
Reported: 2002-10-13 10:08 EDT by Gary Karasiuk CLA
Modified: 2006-07-10 06:56 EDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Gary Karasiuk CLA 2002-10-13 10:08:43 EDT
The help text has this section:

Examples: The following is an example of an object declaration: 
   <extension point="org.eclipse.ant.core.antTask"> 
      <antTask name="coolTask" class="com.example.CoolTask"/> 
   </extension> 

It should be point="org.eclipse.ant.core.antTasks" (note the ending "s")
Also it should include a library attribute since that is a required attribute.

The help page has this URL:

help/content/help:/org.eclipse.platform.doc.isv/reference/extension-
points/org_eclipse_ant_core_antTasks.html
Comment 1 Darin Swanson CLA 2002-10-14 10:04:30 EDT
Same problem for the AntTypes extension point.
Comment 2 Darin Swanson CLA 2002-10-14 10:06:16 EDT
Fixed in the doc of org.eclipse.ant.core.
Please verify Luc.
Comment 3 Luc Bourlier CLA 2002-10-14 10:49:10 EDT
Verified.
Please update the build notes (darin S)
Comment 4 Gary Karasiuk CLA 2006-07-10 06:56:51 EDT
I trust it has been fixed.