On 29/11/2012, at 4:52 AM, Rémi BOURGAREL wrote:
> John,
>
> I had a few problems trying to run Twig, so I'd like to share here my experience.
Cheers. I need to update the docs
Yes I have also run into this where I want some features from the latest guava. The latest guava uses a Cache builder instead or CacheMaker or something.
> Also the error message when a class is not registred is "Unregistred type class"
Ah ok, it should print out the class name?
You will need to call ObjectDatastoreFactory.register(MyClass.class) before using it.
>
> I looked for a solution about it (the documentation for v2 doesn't mention it) until I finally decide to get the code from the repo, change branch (where is the v2 branch on the google code site ?) and explore the test source code.
>
> Anyway it seems like a good job here, congrats !
Cheers!