removed dependency on tomcat to build. Added explanatory notes on junit and ant compatibility to places where they might fail with old versions 5 lines of code changed in:
I think that we need the setup tag or at least the documentation says that we need it. However the documentation my be wrong. 10 lines of code changed in:
Translator now uses Localization and ResourceBundles for standard translations. These can still be overridden by the HTML de=TEXT tag. The new Tag Library has been moved to net.sf.ginp.tags. 308 lines of code changed in:
centralized configuration in configuration manager and made ginp model go in the httpsession instead of being stored in
model manager cache 65 lines of code changed in:
commands do not null pointer so easily if there is no current collection selected. This is a problem with an empty config file for example. 18 lines of code changed in:
taglibs do not null pointer so easily if there is no current collection selected. This is a problem with an empty config file for example. 68 lines of code changed in:
I'm developing for ginp inside of Eclipse. In order to run the software inside of
the eclipse debugger I need an unpacked tomcat in the project directory.
I've added the tomcat directory and all the areas where the code builds to to .cvsignore so it
doesn't get submitted to version control. Eclipse also creates a few hidden files
for keeping track of project details that I've excluded as well.