Get this big testing file(3.3 M) to reduce the distribution package size.
JAVA 1.3 doesn't support this FileWriter(File fileName, boolean append). But 1.4 does.Change to FileWriter(String fileName, boolean append). Both 1.3 and 1.4 support.
Change tomcat version from 3 to 4. So it will consistent with server.jar file location.
To make installation instruction clearer.
Revise readme file for release 1.3
Fixed bug in replication if doctype is null.
Fixed a bug that replication didn't do inline data.
Change a array size from 4*10(testing) to 4*1024.
A note for set up replication between tomcat.
Using reader replacing string to read inline data.
Using reader to replace string to read inline data.
Change the way to handle inline data.
When character size is greater than 4000, it will write to db.
Change string to stringreader to save memory.
Change debug level.
Change the year from YY to YYYY
Revise inital value for insert a new server. Change some debug level.
Revise initial value for server registry.
Fixed a bug in registryDataFile.
Delete a debug line.
Change the date format from yy-mm-dd to mm/dd/yy.
Change format from yy-mm-dd to mm/dd/yy.
Get rid of to_date function.
using toDate method rather than to_date function directly.
Revise the toDate method for sql server.
Get rid of toDate method and inherit from AbstractAdapter directly.
Get rid of toDate method. It inherentise from AbstractAdaptor.
Add a concrete method toDate which can transfer text string to date type.
Add new method to handle toDate function.
Because MS SQL server has 3 jar files for JDBC, so revised build.xml.
Fix somebugs for the script.
add some new variables for JDBC in MSSQL.
MetaCat Servlet changed to get correct docid
Update script for sql: change a unique constraint in xml_relation table. Adding new fields in xml_replication and xml_access table. Adding new talbe xml_accesssubtree.
Add new target for sql server.
EML interface Login Servlet
Metacat EMl Upload Interface
Checkin new eml.jar which chad fixed a bug.
Fixed some bugs in these style sheets.
Make the tree sturcture display working.
Delete the description about to handle tomcat4. Now it is set as a property in build.xml.
Add a new property of tomcat version. This one will control which web.xml file will be copied to installation directory.
The web.xml for tomcat3.
Rename it to web.xml.tomcat3
Revised style sheet base on matthew's suggestion.
Add note for tomcat 4 to change web.xml
Add a getschema dependcy to target dist.
got interservlet session handling working.
Change eml2 tag to STMML_SCHEMA_UPDATE.
Recover back web.xml for tomcat3.
Register stmml.xsd too.
Registered stmml.xsd too.
Add new parameter stmmlnamespace.
fixed errors with jing and my merges
changes to make session management between monarch and metacat work.
Made some minal changes.
Add a hyper link to web addess.
Make some changes.
Fixed two bugs in coverage and method.
Revise some codes.
Revise the templates.
Revise some templates.
Add new format for attribute.
Revised attribute list.
Revise the modules to make it looking nicer.
Remove the file.
Remove this file.`
Remove this file.
Revise some templates and in build file, when we compile, it would include harvest.
Set second col style to a value.
Fixed some bugs.
Change some setting.
Change select from "title" to "dataset/title".
change return field from "title" to "dataset/title".
Make table cellspacing=0 and fixed some bugs.
Revise templates.
New style sheet to handle additional metadata.
Revise the tempaltes.
Revise some tempaltes.
Revise code and make it more generic to pass parameters to style sheet.
Add a variable.
Fixed bugs.
Add new templates.
Revised some bugs.
Revised some templates.
Revised the modules.
New module to handle view entity.
New module to handle storedprocedure entity.
New module to handle spatialvector entity.
New module to handle otherEntity.