I have updated the GitHub repositories for Open-Quark and CAL-Eclipse-
Plug-in with a handful of changes.
The code should now build and run with more recent versions of
Eclipse.
Previously, it was tied to Eclipse 3.3, but 3.4 and 3.5 should work
now as well.
The Ant build should be flexible enough to build from any of these
Eclipse versions (and hopefully future ones) and should no longer
require the Windows version.
The SqlBuilder modules have been given a bit of a facelift as well.
The monolithic SqlBuilder.cal module has been broken up into a number
of modules in the Cal.Data.SqlBuilder package -- including new
SqlBuilders for MySQL and PostgreSQL.
The method of constructing a SqlBuilder has been changed to use a
record of functions to ease the reuse of functionality from other
SqlBuilders.
Thanks
Rich