Project

General

Profile

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

# Date Author Comment
1049 05/03/2002 05:01 PM Jing Tao

Revise junit testing part and make it working.
Delete the variables for httpclient.jar and junit.jar

1046 05/01/2002 05:37 PM Jing Tao

Add two variables junit and httpclient in cpath

1018 04/19/2002 06:40 PM Jing Tao

Adding two properties: replication and replicationdata. Administor can config build.xml instead of metacat.properties file.

1009 04/15/2002 06:01 PM Jing Tao

Adding a new token "context" in it.

996 04/10/2002 08:38 AM berkley

changed some values for the release

995 04/10/2002 08:34 AM berkley

changed some values for the release

993 04/10/2002 08:27 AM Jing Tao

When Metacat installed, it can automatically create data directory for data file.

992 04/09/2002 09:08 AM berkley

updated build file. fixed the dist target so it doesn't copy the build directory into the distro.

980 04/04/2002 01:36 PM berkley

updated authldap to get the groups to work (king of)

977 03/29/2002 06:34 PM Jing Tao

Add a property named systemidserver, its value="http://host.domainname:8080"
Add a token named systemidserver too.

971 03/15/2002 04:40 PM Jing Tao

Add a target - test in the file. Now user can type "ant test" to run the test class extends from JUnit.

963 03/06/2002 04:17 PM berkley

fixed my tagging error

962 03/06/2002 03:58 PM berkley

some small changes I had to make to get the QAENGINE demo to work right. this should be committing in a branch

939 02/22/2002 02:46 PM Jing Tao

A property named "morpho" was added. It is the path for morpho.jar. (Now, in DBQuery class some morpho package class are used). Morpho was added to cpath too. During the "install", morpho willbe copy to the target too.

933 02/13/2002 12:28 PM Matt Jones

Removed an obsolete filter fromthe build.xml file.

931 02/13/2002 11:41 AM Matt Jones

Modified the build.xml file to make it easier to set up the configuration.
There is now a "config" target in which all of the properties that are usually
modified are located. Also, now one sets the location of tomcat and the
webapps dir, and chooses a name for the tomcat context, and everything else...

926 02/05/2002 09:10 AM berkley

took my password out of the build file

925 02/05/2002 09:09 AM berkley

integrated the postgres and oracle properties into one build file. now, if you want to switch between oracle and postgres, you just change the 'depends' attribute in the 'init' target. also, I fixed the path to the servlet.jar file to match up with where tomcat now stores it (lib/common/servlet.jar instead of lib/servlet.jar).

924 02/04/2002 06:03 PM Matt Jones

Modified the build file to point at the proper eml directory so that the
"getdtd" target can find the right files to be checked out.

923 02/04/2002 11:31 AM Matt Jones

Committed changes to the build file so that it properly copies the Xalan
jar files instead of the oracle xml parser which has been eliminated.

917 02/01/2002 03:28 PM berkley

fixed error with dist target so that it now copies the source correctly

915 01/29/2002 10:15 AM berkley

fixed error I introduced when I got postgres working

906 01/22/2002 11:30 AM berkley

updated metacat so that the xmlparserv2.jar file is no longer needed. replaced all of teh oracle xml processing with xalan and xerces.

900 01/18/2002 10:26 AM berkley

readded the oracle stuff to te build file

899 01/18/2002 10:24 AM berkley

made a ton of changes related to keeping oracle SQL code out of the main classes. fixed a bug where the timing of the index thread was off so when it went to index a document, the document was not already in xml_documents thus breaking the FK relation between xml_documents and xml_index. I think that bug might be the reason for the blank resultset screens in morpho. made the postgres implementation much more robust.

895 01/15/2002 01:15 PM berkley

updated for new release

889 01/04/2002 08:26 AM berkley

new build file with updated release number

887 12/20/2001 12:13 PM berkley

made it so we can now use multiple accessfilestypes and packagdfiletypes in the metacat.properties file. Also fixed a bug introduced when the 'http://' was removed from behind the server name in the loaddtd.sql script and the knb.xml file

883 12/18/2001 01:05 PM Matt Jones

More changes to build process. No longer need the instdtd target
because it is handled by the install target. Updated installation
instructions accordingly.

882 12/18/2001 12:27 PM Matt Jones

Updated documentation to reflect new installprocess.

Modified build.xml to properly copy the docs into the distribution, which
required some changes in the ant token filtering scheme.

879 12/18/2001 10:15 AM Matt Jones

Updated build.xml to improve dtd handling so that DTDs can be included in
the distribution.

877 12/17/2001 09:52 PM Matt Jones

Improvements to the build process that make it easier to install the DTDs
form EML. There are now three new targets in the build.xml file:

getdtd: uses cvs to get a working copy of a tagged release of eml
instdtd: copies the DTDs from the build directory to the install directory...
861 10/22/2001 07:33 PM Matt Jones

README and build changes in preparation for the 1.0.0 release of Metacat.
The files contributing to this release are being tagged in CVS as
"METACAT_1_0_0".

858 10/22/2001 04:01 PM Matt Jones

Added new beta5 version of eml-software dtd, and added to catalog.

853 10/22/2001 09:46 AM Matt Jones

Added new DTD files for the new release of EML. Changed the naming
convention for all new DTDs, so the public IDs are now consistently
versioned.

852 10/21/2001 05:51 PM Matt Jones

Updated metacat login semantics. Now, metacat assumes the username passed
in is the 'full' distinguished name of the user. If that fails, then
instead it tries looking up the string and seeing if it can determine
what the DN is, then uses it. The preferred method of logging in via...

848 10/19/2001 04:44 PM Matt Jones

Updated build.xml and README for a Beta 3 release. This is a temporary
release until the full Release 1.0 is produced next week.

845 10/18/2001 04:57 PM Matt Jones

Fixed problem with metacat handleReadAction where the OutputStream from the
response object was closed and an attempt to reopen a PrintWriter was made
on the same response, which is illegal. Now the OutputStream is converted
to a PrintWriter in order to write the XML error message back to the client....

838 09/20/2001 01:36 PM bojilova

server property is used in replication thus
it should include the SSL port number

833 09/14/2001 05:37 PM Matt Jones

Minor bug fixes following change in style handling. Fixed image locations,
cleaned up main resultset stylesheet.

832 09/14/2001 04:00 PM Matt Jones

Added support for multiple user interfaces by enabling style sheet
transformations to be configured from within metacat rather than
from in the database. Now, metacat uses the qformat parameter to determine
a "style set", which is mapped to an xml configuration file that...

828 09/13/2001 04:22 PM Matt Jones

Added new filter for style-path

822 08/16/2001 10:48 AM Matt Jones

Revised build.xml and metacat.properties to make it easier to
install alternative stylesheets for metacat. In the process,
replaced the deprecated copydir and copyfile commands in build.xml
with appropriate "copy" commands.

816 07/31/2001 11:30 PM Matt Jones

Updated build file to resotre changes that were lost when version
1.54 was committed.

811 07/31/2001 02:14 PM bojilova

changed web-base-url to http://knb.ecoinformatics.org

810 07/25/2001 09:01 AM berkley

made ant copy the dtds

807 07/23/2001 11:27 AM Matt Jones

Clean up after building distribution.

806 07/23/2001 11:15 AM Matt Jones

Updated build.xml with new targets to create metacat distributions.
Run "ant dist" to create a non-source distribution and "ant distsrc"
to create a source distribution. Best if this is run on a clean
checkout to be sure not to include extraneous files that are not in CVS.

798 07/19/2001 01:52 AM Matt Jones

Modified Metacat to support large data file uploads. This is accomplished
by supporting a new content type for data sent to metacat:
multipart/form-data
which allows multiple files to be sent in a standard MIME format. The
MetacatServlet.handleGetOrPost() method now checks the incoming content...

780 06/12/2001 02:56 PM berkley

fixed error with exception handling in metacat servlet and added new dtds to the sql script

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