TwitNotes update
TwitNotes is ready for distribution and I have the update site all lined up. Only problem holding me back releasing it is an issue I have with conflicting components from my sidebar plug-in and the Lotus Expeditor platform. My plug-in needs ship with Apache Commons HttpClient v. 3.1 and Apache Commons Lang v. 2.3. For some reason my versions of the components wont deploy to Notes 8 since the components conflict with the versions supplied with Lotus Expeditor. The funny thing is that it works perfectly when launching Notes from the Eclipse IDE.
If anyone has any ideas why this might be so please let me know. Maybe a feature patch? Other ideas?
Re: TwitNotes update
Re: TwitNotes update
I think it's an Expeditor platform thing and not a Notes 8 thing per say that is, it's something about how Eclipse as a platform handles "conflicting code" with different version numbers.
As to being blocked I have to say "maybe"... I had an IM discussion with Bob Balfe about it yesterday and he gave me some pointers as to versions of imports vs versions of packages. My initial crack at it afterwards didn't help so I'm trying to gauge how much work it would be to backport my code to the Expeditor versions of the libraries. I would rather not do it but I would also like just to code the code out the door.
If you have any resources to help me understand why the platform is behaving as it is I would appreciate any help you could offer.
Re: TwitNotes update
The ironic point is that OSGi is here to solve such versioning issues, but I have no idea how.



