Bug 51548 - Missing "handler" Entry in Excelant ANTLIB File and Documentation
Summary: Missing "handler" Entry in Excelant ANTLIB File and Documentation
Status: RESOLVED FIXED
Alias: None
Product: POI
Classification: Unclassified
Component: POI Overall (show other bugs)
Version: 3.8-dev
Hardware: PC All
: P2 minor (vote)
Target Milestone: ---
Assignee: POI Developers List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-24 13:24 UTC by Brian W Bush
Modified: 2015-03-22 19:33 UTC (History)
1 user (show)



Attachments
Patch to ReadOnlySharedStringsTable to address this issue (2.61 KB, patch)
2014-02-07 21:26 UTC, Shaun Kalley
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Brian W Bush 2011-07-24 13:24:34 UTC
The ANTLIB file 'src/excelant/resources/org/apache/poi/ss/exelant/antlib.xml' does not contain a typedef entry for 'org.apache.poi.ss.exelant.ExcelAntHandlerTask'.

Also, the Excelant documenation at <http://poi.apache.org/spreadsheet/excelant.html> does not include an example of using this task.
Comment 1 Jon Svede 2011-07-25 19:12:49 UTC
I'll work on this ticket, please check with me if you plan to make changes related to it. --Jon
Comment 2 Jon Svede 2011-07-28 14:53:30 UTC
r1151847 addresses the code issue - missing definition.  I also added more Javadoc to the ExcelAntHandlerTask class.  I need to work on an example and updating the docs.
Comment 3 Shaun Kalley 2014-02-07 21:26:22 UTC
Created attachment 31294 [details]
Patch to ReadOnlySharedStringsTable to address this issue
Comment 4 Shaun Kalley 2014-02-07 21:28:45 UTC
My patch above is for a different issue.  Bugzilla, for some reason, decided to put it here.
Comment 5 Shaun Kalley 2014-02-07 21:29:10 UTC
My patch above is for a different issue.  Bugzilla, for some reason, decided to put it here.(In reply to Shaun Kalley from comment #3)
> Created attachment 31294 [details]
> Patch to ReadOnlySharedStringsTable to address this issue
Comment 6 Dominik Stadler 2015-03-22 19:33:52 UTC
The basic issue is fixed since a long time, documentation is always lacking :), therefore resolving this now, please report new bugs if there are specific omissions in the documentation.