log4j.properties wird nicht mir im conf dir des containers abgelegt, sondern in WEB-INF der Applikation
git-svn-id: https://svn.libreccm.org/ccm/trunk@127 8810af33-2d31-482b-a856-94f89814c4dfmaster
parent
08f62a84b2
commit
61cf586e6c
|
|
@ -44,14 +44,12 @@
|
|||
|
||||
<target name="clean-build-hook"/>
|
||||
<target name="clean-tests-hook"/>
|
||||
|
||||
<target name="deploy-hook">
|
||||
<condition value="${deploy.dir}/conf" property="deploy.conf.dir">
|
||||
<not>
|
||||
<isset property="deploy.conf.dir"/>
|
||||
</not>
|
||||
</condition>
|
||||
<mkdir dir="${deploy.conf.dir}"/>
|
||||
<copy todir="${deploy.conf.dir}" file="${src.dir}/log4j.properties"/>
|
||||
<fail message="Property deploy.dir.ccm-core not defined."
|
||||
unless="deploy.dir.ccm-core" />
|
||||
<mkdir dir="${deploy.dir.ccm-core}/WEB-INF/conf"/>
|
||||
<copy todir="${deploy.dir.ccm-core}/WEB-INF/conf" file="${src.dir}/log4j.properties"/>
|
||||
</target>
|
||||
|
||||
</project>
|
||||
|
|
|
|||
Loading…
Reference in New Issue