Project

General

Profile

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

# Date Author Comment
693 02/05/2001 02:21 PM berkley

removed descrpency between the gzipped release version of build.xml and the one in cvs

685 01/22/2001 10:27 AM Matt Jones

Module cleanup inpreparation for a release.

670 01/18/2001 11:55 AM Matt Jones

Updated build files with minor documentation changes.

666 01/18/2001 11:02 AM Matt Jones

Modified the license and copyright terms for many of the files. Added
a LICENSE file and a README file in preparation of a distribution.

642 01/05/2001 08:33 AM berkley

added the data port param

635 01/03/2001 01:34 PM Matt Jones

Re-inserted changes from version 1.38 of build.xml that were accidentally
overwritten when version 1.39 was checked in. Now, building the protocol
handler jar file works again.

614 12/14/2000 03:01 PM bojilova

added token "install-dir" needed for DTD upload

588 12/07/2000 02:13 PM berkley

added an ant substitution for the jdbc connection string (fixed typo)b

587 12/07/2000 02:13 PM berkley

added an ant substitution for the jdbc connection string

586 12/06/2000 03:06 PM berkley

added ant substitution for server and replication-log

564 11/22/2000 06:23 PM Matt Jones

Modified the build.xml file to support the new protocol handler classes,
which need to be built in a separate jar file bust it must be installed
as part of the tomcat servlet environment, not the web application. Now a
command of "ant protocol" will create the protocol.jar file, which must be...

558 11/21/2000 03:49 PM berkley

fixed typo that was accidentally committed.

546 11/16/2000 12:32 PM berkley

removed server-code param

539 11/14/2000 11:04 AM berkley

added server-code property

525 11/13/2000 10:05 AM berkley

added replication properties

516 11/07/2000 10:09 PM Matt Jones

Changed target of the javadoc builds to the build/docs/apiDocs directory
so that we no loger version track the javadoc html files -- they changes
too much between each of the times we would generate them. Also, removed
the old javadoc documentation that was found in the "docs" subdirectory.

506 10/30/2000 05:12 PM Matt Jones

Modified stylesheets to use the default.css file from the new KNB web site.
Also, provided a new resultset.xsl that represents a simple freetext query
of the KNB data repository. Updated build.xml to relect the location of the
new css stylesheet.

497 10/05/2000 06:50 PM Matt Jones

Various changes to improve consistency of the MARINE and METACAT user
interfaces as presented through the XSL->HTML conversions. Eliminated
one (extraneous) copy of the rowcol.css style sheet in favor of sharing
a single css stylesheet in xmltodb/lib/style/rowcol.css. Modified all...

481 10/02/2000 10:56 AM bojilova

- cleared copyfile of marine.properties since it is no longer in use
- added copyfile of srbProps.properties from xmltodb/lib to the servlet classpath
same like metacat.properties

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