Project

General

Profile

« Previous | Next » 

Revision 2583

Added by sgarg over 18 years ago

Add log4j jar to the lib path

View differences:

build.xml
150 150
                value="lib/configxml.jar" />
151 151
      <property name="itislib"
152 152
                value="lib/itislib.jar" />
153
      <property name="emlparser"
154

  
155
                value="lib/eml.jar" />
156 153
      <property name="util"
157 154
                value="lib/utilities.jar" />
155
      <property name="log4j"
156
                value="lib/log4j-1.2.12.jar" />
158 157
  </target>
159 158

  
160 159
   <target name="init" depends="config">
......
246 245
      <filter token="cgiurl"               value="http://${server}/cgi-bin/ldapweb.cgi"/>
247 246

  
248 247
      <property name="cpath"
249
                value="${xmlp}:${xalan}:${apis}:${jdbc}:${jsdk}:${cos}:${morpho}:${emlparser}:${jdbc-add1}:${jdbc-add2}:${util}:${httpclient}"/>
248
                value="${xmlp}:${xalan}:${apis}:${jdbc}:${jsdk}:${cos}:${morpho}:${emlparser}:${jdbc-add1}:${jdbc-add2}:${util}:${httpclient}:${log4j}"/>
250 249

  
251 250
      <filter token="docrooturl" value="./" />
252 251
      <filter token="database" value="${database}" />
......
824 823
             tofile="${build.war}/web.xml" />
825 824
       <copy file="lib/metacat.properties" todir="${war.webinf}"
826 825
             filtering="yes" />
826
       <copy file="lib/log4j.properties" todir="${war.webinf}"
827
             filtering="yes" />
827 828
       <copy todir="${war.context}" filtering="no">
828 829
         <fileset dir="lib">
829 830
           <include name="**/*.jpg"/>

Also available in: Unified diff