Community
Participate
Working Groups
All Acceleo plugins created before the integration of a com.google.collect dependency in the core of Acceleo now fails with "ClassNotFoundException : com.google.common.Predicate".
The dependency towards com.google.collect is now reexported from the org.eclipse.acceleo.engine bundle. More of a hack than a fix, but it does make the transition transparent to users.
This seems remarkably similar to Bug 339083 (Xtext). Perhaps there is some missing API testing that would verify that all indirectly accessed plugins are referenced to ensure that a lack of accessibility in a standalone environment is a compile-time rather than run-time phenomenon. If you can think of a way API tools could help, it might be worth a Bugzilla.
Ed, The real issue was that I thought "adding APIs is not breaking the API" ... but that rule can obviously not be extended to "adding dependencies". Yet now that you mention it, API tooling should have warned me that I was adding a new dependency; I'll raise the corresponding bugzilla.