Revision 203
Added by Matt Jones over 24 years ago
loadxml | ||
---|---|---|
6 | 6 |
|
7 | 7 |
export CPATH=$PDIR/lib/metacat.jar:$PARSER:$JDBC |
8 | 8 |
|
9 |
java -cp ${CPATH} edu.ucsb.nceas.metacat.DBWriter $1 |
|
9 |
java -cp ${CPATH} edu.ucsb.nceas.metacat.DBWriter $@ |
Also available in: Unified diff
Merged in substantial changes to DBWriter and associated classes and to
the MetaCatServlet in order to accomodate the new UPDATE and DELETE
functions. The command line tools and the parameters for the
servlet have changed substantially.