The photo demo wasn't working for me when I first looked at it (unrelated to JSONObject). I fixed several bugs so it can now open photos and show Exif data. So overall it is now working much better, but you now need org.json from Orbit as a new dependency.
John From: Lars Vogel <[email protected]> To: E4 Project developer mailing list <[email protected]>, Date: 03/06/2013 12:06 PM Subject: Re: [e4-dev] Removing provisional JSONObject Sent by: [email protected] Hi John, is the demo still working? I tried it a while ago, I failed to open an photo. Best regards, Lars 2013/3/5 John Arthorne <[email protected]> I have this old API bug assigned to me about cleaning up our use of JSONObject: https://bugs.eclipse.org/bugs/show_bug.cgi?id=303183 At one point we had four copies of this class, From what I can tell we only have one copy left in org.eclipse.e4.core.services.util. The only user of the class is the e4 photo demo. Since we now have the standard org.json object in Orbit, I have switched the demo over to use that. With no more consumers, I plan to delete this class before the API freeze. Please speak up if you know if any consumers of this class, but we really should be standardizing around the package in Orbit instead of this hand-rolled parser. John _______________________________________________ e4-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/e4-dev _______________________________________________ e4-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/e4-dev
_______________________________________________ e4-dev mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/e4-dev
