Project

General

Profile

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

# Date Author Comment
412 08/25/2000 01:56 PM berkley

fixed typ-o

410 08/25/2000 01:17 PM berkley

update of build.xml based on Matt's recommendations

409 08/25/2000 11:59 AM berkley

added an image-path property to get around the messed up images when loading images from tomcat. To add your own image directory,
create a directory under /opt/httpd/html/img/ and add the path to the image-path property in build.xml. Then all img tags in your documents...

391 08/21/2000 03:38 PM Matt Jones

Added install feature for copying dtd's to the servlet directory so that
they are accessible to the metacatservlet.

378 08/17/2000 05:31 PM Matt Jones

Changed release to version to alpha 8 (1.0a8) and tagged metacat in
CVS as METACAT_ALPHA_8

367 08/15/2000 03:29 PM Matt Jones

changed release version

366 08/15/2000 03:27 PM Matt Jones

Modified binaries to change classpath for metacat.jar under new
build process.

363 08/15/2000 02:25 PM Matt Jones

removed unneeded replace command

362 08/15/2000 02:24 PM Matt Jones

Added user and password to build.xml for filter substitution.

359 08/15/2000 12:48 PM bojilova

sorry, I needed new property "html-path" with value "/xmltodb" for me.
Chad, for you should be I think "/berkley"

357 08/15/2000 12:14 PM bojilova

Set a filter for installdir property

356 08/15/2000 11:25 AM bojilova

set filtering="yes" attribute on the copy command of metacat.properties

353 08/14/2000 03:22 PM Matt Jones

Fixed build.xml bug -- jar file was included recursively in itself, causing
ever-growing size of jar on install. Changed location of jar file that is
built (from build.dest to build.dir) to fix the problem.

348 08/14/2000 01:43 PM Matt Jones

Updated build process to now use a copy of the source files so that keyword
substitution can ocur before the build. This allows for substitution of
hardcoded values into the source before the compile. Currently, I am
using this feature to do the following:...

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