https://bz.apache.org/bugzilla/show_bug.cgi?id=59679
Bug ID: 59679
Summary: Typos / broken link in website
Product: POI
Version: unspecified
Hardware: PC
Status: NEW
Severity: minor
Priority: P2
Component: HMEF
Assignee: [email protected]
Reporter: [email protected]
https://poi.apache.org/hmef/index.html
broken link:
http://svn.apache.org/viewcvs.cgi/poi/trunk/src/scratchpad/
works:
https://svn.apache.org/viewvc/poi/trunk/src/scratchpad/
The sample code doesn't work, some "()" are missing at
getMessageAttributes
getMessageMAPIAttributes
getAttributes
getMAPIAttributes
CID_ATTACHTITLE should be ID_ATTACHTITLE
Text claims that "This code is a new POI feature, and the first release that
will contain it will be POI 3.8 beta 2. Until then, you will need to build your
own jars".
Luckily this is not true... I was able to get it from maven
<dependency>
<groupId>org.apache.poi</groupId>
<artifactId>poi-scratchpad</artifactId>
<version>3.14</version>
</dependency>
and it works nicely.
--
You are receiving this mail because:
You are the assignee for the bug.
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]