I've been playing around with E4X and have been using 1.7R1 in trunk
just fine for testing and such.
The only change needed is a tweak to the creation of Contexts to
eliminate a deprecated call.
Instead of
Context.enter();
it needs to be
ContextFactory.getGlobal().enterContext();
Would it be alright for me to make this change and upgrade the jar?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "kettle-developers" group.
To post to this group, send email to kettle-developers (AT) googlegroups (DOT) com
To unsubscribe from this group, send email to kettle-developers+unsubscribe (AT) googlegroups (DOT) com
For more options, visit this group at http://groups.google.com/group/kettle-developers?hl=en
-~----------~----~----~----~------~----~------~--~---