Project

General

Profile

  • svn:eol-style: native
  • svn:executable: *
  • svn:keywords: Author Date Id Revision

# Date Author Comment
329 08/08/2000 05:39 PM Matt Jones

-Reorganized xmltodb module to support new install process for the new
linux server (dev.nceas.ucsb.edu). Added "build.sh" shell script that
calls ant withthe proper umask set for installation. Use:

./build.sh install

to post a new copy of the servlet and its supporting files to the install...

319 08/04/2000 01:54 PM Matt Jones

minor config file update

306 07/28/2000 01:05 PM berkley

no message

305 07/28/2000 12:00 PM berkley

changed marine line

303 07/28/2000 11:30 AM Matt Jones

changed build documentation

300 07/27/2000 03:05 PM berkley

added MARINE installation instructions

257 07/04/2000 03:28 PM Matt Jones

minor efficiency improvement

255 07/04/2000 03:14 PM Matt Jones

removed catalog jar file because not needed because source code is in src dir so is included as part of metacat.jar

254 07/04/2000 02:54 PM Matt Jones

updated ant build.xml file for efficiency

218 06/27/2000 07:30 PM Matt Jones

updated build file jar references

213 06/27/2000 04:53 PM Matt Jones

Added srbrmi classes for authentication support

204 06/26/2000 09:31 PM Matt Jones

Fixed bugs associated with the new UPDATE and DELETE functions of
DBWriter. There were problematic interactions between some static
variables used in DBEntityResolver and the way in which the
Servlet objects are re-used across multiple client invocations....

185 06/21/2000 07:20 PM Matt Jones

1) Simplified database connection creation by adding new utility routine in MetaCatUtil that reads configuration information from the properties file.
2) Created MetaCatUtil.getOption() to retrieve options from properties file.
3) Unified SAX Parser creation by specifying parser driver in the properties file and dynamically loading it using the XMLReaderFactory interface....

116 06/01/2000 03:58 PM Matt Jones

moved shell scripts to bin dir, config files to lib dir

113 05/31/2000 02:00 PM Matt Jones

added Ant build system support