On Sat, 19 Jul 2008, Jason Harrop wrote:
I would like to create a jar containing only the stuff necessary to work with HWPF.

I can remove hssf, except that 5 classes in org.apache.poi.ddf depend
on org.apache.poi.hssf.record.RecordFormatException

For now, you'd probably want to just include that one class


Could RecordFormatException be moved from org.apache.poi.hssf to
org.apache.poi or org.apache.poi.ddf?

I've added a new class, org.apache.poi.util.RecordFormatException, and changed ddf to use this. The hssf version has been changed to inherit from this

As this is a backwards incompatible change (catches of hssf.record.RecordFormatException will no longer work for ddf), I've only made this change on the ooxml branch (3.5), and the change is documented in the coversion guide there

Nick

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to