ATECH Tools is set of tools intended for developers. It contains I18 tools, Swing/AWT tools (Layout,Components) and some tools for Hibernate (id, mgmt tool, export, import). Some classes have minor bugs but most of them are already used in projects.
Project Members:
It would be extremely useful, if you would add a list of all dependencies and exactly where to get the right versions of them. I've worked through most of them, but I'm left with one that I cannot seem to find the right version for.
You use "IdentifierGeneratorFactory", and expect the "createNumber" method to be present. The hibernate libraries that I've found do not have a 'createNumber' method on the 'IdentifierGeneratorFactory', which is an interface anyway. Can you help?
Many Thanks!
Spindizzy Wizard
On 02/23/2014 08:33 PM, Spindizzy Wizard wrote:
Hi !
All libraries are there in source code... If you get SVN repository
image, there should be folder lib, which contains all versions of
libraries you need... I haven't made any offical relase of application
yet. I plan to do maven files in near future, which will load correct
dependencies. I am basically using Hibernate 3.1 for now as dependency.
I use atech-tools in several applications and so far I always use 3.1
version of Hibernate.
Take care,
Andy
P.s. Let me know if this doesn't help.
Many thanks! I was so caught up in trying to use Maven, I didn't see the
libraries you included. blush Again, thanks!
On Feb 23, 2014 4:54 PM, "Aleksander Rozman" andyrozman@users.sf.net
wrote: