On Mon, 24 Mar 2008, kfcSmitty wrote:
I am using POI 3.0.2 Final in Eclipse, so they're not mix matched. I do have other POI jar's in a directory in my classpath, but I have been unable to delete them to date. Could those be causing the issue?

Almost certainly. As with almost all software, you'll want to only have the one version of poi on your classpath. If you have bits of different versions, thing will get very screwy

As for the SVN, could you link me? I used one [i]once[/i] before, but I admit I am unfamiliar with the technology.

You can download nightlies from
        http://encore.torchbox.com/poi-svn-build/

Would the nightly build basically put me in an alpha or beta phase while using POI? The programs I am developing will be used in a production environment so I would rather stick with the Final versions if that is the case.

Yes, it'd put you on the bleeding edge. You'll need to decide if you'd rather have the new support, currently in svn, or the -FINAL version tag, which doesn't have all the support Josh has added recently

I think Yegor is planning on calling another 3.0.x release not too long after apachecon, so you could always start developing against a svn version, and switch to the new -final once released. Personally, I'm using svn versions of poi in production

Nick

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

Reply via email to