You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@poi.apache.org by Knut Aksnes-NOR <Kn...@jeppesen.com> on 2012/04/16 10:45:51 UTC

HMEF support in 3.8

Is HMEF still missing in the release?
I am trying to use 3.8 via maven using the following maven dependency :
<dependency>
	<groupId>org.apache.poi</groupId>
	<artifactId>poi</artifactId>
	<version>3.8</version>
</dependency>

But still can't access org.apache.hmef.HMEFMessage.
Is HMEF still unreleased, or does it reside in a separate jar file?
If the later is true: What's the maven coordinates?
In any case the documentation should be updated.

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@poi.apache.org
For additional commands, e-mail: user-help@poi.apache.org


Re: HMEF support in 3.8

Posted by Nick Burch <ni...@alfresco.com>.
On Mon, 16 Apr 2012, Knut Aksnes-NOR wrote:
> Is HMEF still missing in the release?
> I am trying to use 3.8 via maven using the following maven dependency :
> <dependency>
> 	<groupId>org.apache.poi</groupId>
> 	<artifactId>poi</artifactId>
> 	<version>3.8</version>
> </dependency>

See http://poi.apache.org/overview.html#components for details of which 
maven artificats contain which POI components

Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscribe@poi.apache.org
For additional commands, e-mail: user-help@poi.apache.org