Project

General

Profile

« Previous | Next » 

Revision 906

Added by berkley over 22 years ago

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

View differences:

build.postgres.xml
98 98
                value="/oracle01/app/oracle/product/8.1.6" />
99 99
      <property name="toolsdir" 
100 100
                value="/usr/local/devtools" />
101
      <property name="xmlp" 
102
                value="./lib/xmlparserv2.jar" />
103 101
      <property name="xmlp2" 
104 102
                value="./lib/xerces.jar" />
105 103
      <property name="jdbc" 
106
                value="/home/berkley/xmltodb/lib/jdbc7.1-1.2.jar" />
104
                value="lib/jdbc7.1-1.2.jar" />
107 105
      <property name="jserv" 
108 106
                value="/usr/lib/apache/ApacheJServ.jar" />
109 107
      <property name="jsdk" 
......
112 110
                value="lib/srbrmi" />
113 111
      <property name="cos" 
114 112
                value="lib/cos.jar" />
113
      <property name="xalan"
114
                value="lib/xalan/xalan.jar" />
115
      <property name="xalanxml-apis"
116
                value="lib/xalan/xml-apis.jar" />
115 117
      <property name="cpath" 
116
                value="${xmlp2}:${xmlp}:${jdbc}:${jserv}:${jsdk}:${srb}:${cos}"/>
118
                value="${xalan}:${xalanxml-apis}:${xmlp2}:${jdbc}:${jserv}:${jsdk}:${srb}:${cos}"/>
117 119
      <property name="package.home" value="edu/ucsb/nceas/metacat" />
118

  
119 120
   </target>
120 121
   
121 122
   <target name="prepare" depends="init">
......
199 200
             tofile="${installdir}/WEB-INF/lib/oracle-jdbc111.jar" />
200 201
       <copy file="${cos}" 
201 202
             tofile="${installdir}/WEB-INF/lib/cos.jar" />
203
       <copy file="${xalan}" 
204
             tofile="${installdir}/WEB-INF/lib/xalan.jar" />
205
       <copy file="${xalanxml-apis}" 
206
             tofile="${installdir}/WEB-INF/lib/xml-apis.jar" />
202 207
       <copy file="lib/web.xml" 
203 208
             tofile="${installdir}/WEB-INF/web.xml" />
204 209
       <copy todir="${build.img}" filtering="no">

Also available in: Unified diff