I realize it and completely agree with you! This is something I only want to do in my dev env. I have a handful of projects that I am working on all of which use the same technologies and I have managed to put all the jars in shared/lib and get it to work except Hibernate. commons-logging was really a pain to tackle, but placing the logging jars under the topmost classloader (common/lib) seems to be working. The only problem is you now have a single logging properties file for all the projects!
But I guess I will agree with you that it is probably not worth it. Trying to find out alternatives, I guess. Anyway, thanks!
|