CVS: TapestryBook build.xml,1.2,1.3
Howard Lewis Ship <[email protected]> Mon, 14 Jul 2003 04:20:21 -0700
| Newsgroups | gmane.comp.java.tapestry.cvs |
|---|---|
| Message-ID | <[email protected]> |
Update of /cvsroot/tapestry/TapestryBook
In directory sc8-pr-cvs1:/tmp/cvs-serv7432
Modified Files:
build.xml
Log Message:
Set up Log4J inside Tomcat to remove unwanted logging output.
Index: build.xml
===================================================================
RCS file: /cvsroot/tapestry/TapestryBook/build.xml,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** build.xml 13 Jul 2003 22:42:15 -0000 1.2
--- build.xml 14 Jul 2003 11:20:19 -0000 1.3
***************
*** 27,30 ****
--- 27,45 ----
<ant dir="hangman2" target="deploy"/>
<ant dir="bannerads" target="deploy"/>
+
+ <!-- Copy the log4j library (from Tapestry's lib/runtime)
+ and a log4j.properties file into Tomcat's shared
+ library. -->
+
+ <property file="${props.file}"/>
+
+ <copy todir="${tomcat.dir}/shared/lib">
+ <fileset dir="${tapestry.dist.dir}/lib/runtime">
+ <include name="*.jar"/>
+ </fileset>
+ </copy>
+
+ <copy file="common/log4j.properties" todir="${tomcat.dir}/shared/classes"/>
+
</target>
-------------------------------------------------------
This SF.Net email sponsored by: Parasoft
Error proof Web apps, automate testing & more.
Download & eval WebKing and get a free book.
www.parasoft.com/bulletproofapps1