Author: bdube Date: Mon Jul 30 19:32:15 2007 New Revision: 561216 URL: http://svn.apache.org/viewvc?view=rev&rev=561216 Log: Issue: FOR-1033 Fix build regarding log4j. Contributed by Vincent Siveton. See also FOR-1025. Added: forrest/trunk/whiteboard/forrestdoc/src/resources/log4j.properties (with props) Modified: forrest/trunk/whiteboard/forrestdoc/build.properties forrest/trunk/whiteboard/forrestdoc/build.xml forrest/trunk/whiteboard/forrestdoc/core.xml forrest/trunk/whiteboard/forrestdoc/src/ant.xml forrest/trunk/whiteboard/forrestdoc/src/java.xml forrest/trunk/whiteboard/forrestdoc/src/js.xml Modified: forrest/trunk/whiteboard/forrestdoc/build.properties URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/forrestdoc/build.properties?view=diff&rev=561216&r1=561215&r2=561216 ============================================================================== --- forrest/trunk/whiteboard/forrestdoc/build.properties (original) +++ forrest/trunk/whiteboard/forrestdoc/build.properties Mon Jul 30 19:32:15 2007 @@ -15,15 +15,13 @@ version=0.1-dev src.dir=./src/java -ant.src.dir=./src/ant resources.dir=./src/resources build.dir=./build -ant.build.dir=./build/tools/ant dist.dir=./dist lib.dir=./lib build.classes.dir=${build.dir}/classes - + ws.dir=../../.. jar.name=xml-forrest-scratchpad-forrestdoc Modified: forrest/trunk/whiteboard/forrestdoc/build.xml URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/forrestdoc/build.xml?view=diff&rev=561216&r1=561215&r2=561216 ============================================================================== --- forrest/trunk/whiteboard/forrestdoc/build.xml (original) +++ forrest/trunk/whiteboard/forrestdoc/build.xml Mon Jul 30 19:32:15 2007 @@ -15,59 +15,88 @@ See the License for the specific language governing permissions and limitations under the License. --> - - + + + + + + + + + + + + + + + - + + + + + + + + + + + - - - + - - + + + description="Compile the java code from ${src} into ${target}"> + debug="true" + destdir="${build.classes.dir}" + classpathref="lib.classpath" /> + + + + + + description="Put everything in ${target} into the ${jar.name}.jar file"> + + description="Delete the ${target} and ${dist} directory trees"> - - - START + + + + + start - - + + + - @@ -102,9 +133,9 @@ - - @@ -118,8 +149,8 @@ - - + + Modified: forrest/trunk/whiteboard/forrestdoc/core.xml URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/forrestdoc/core.xml?view=diff&rev=561216&r1=561215&r2=561216 ============================================================================== --- forrest/trunk/whiteboard/forrestdoc/core.xml (original) +++ forrest/trunk/whiteboard/forrestdoc/core.xml Mon Jul 30 19:32:15 2007 @@ -15,20 +15,26 @@ See the License for the specific language governing permissions and limitations under the License. --> - - - - - + + + + + + + + + + Using Project dir: ${project.dir} Using Target dir: ${project.target.dir} + - + + Modified: forrest/trunk/whiteboard/forrestdoc/src/ant.xml URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/forrestdoc/src/ant.xml?view=diff&rev=561216&r1=561215&r2=561216 ============================================================================== --- forrest/trunk/whiteboard/forrestdoc/src/ant.xml (original) +++ forrest/trunk/whiteboard/forrestdoc/src/ant.xml Mon Jul 30 19:32:15 2007 @@ -15,59 +15,67 @@ See the License for the specific language governing permissions and limitations under the License. --> - + + + - ant buildfine available: ${ant.build.available} + + Ant buildfine available: ${ant.build.available} + + + - - + + --> + - + @@ -77,9 +85,13 @@ - - - + + + @@ -87,6 +99,7 @@ + Modified: forrest/trunk/whiteboard/forrestdoc/src/java.xml URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/forrestdoc/src/java.xml?view=diff&rev=561216&r1=561215&r2=561216 ============================================================================== --- forrest/trunk/whiteboard/forrestdoc/src/java.xml (original) +++ forrest/trunk/whiteboard/forrestdoc/src/java.xml Mon Jul 30 19:32:15 2007 @@ -15,32 +15,36 @@ See the License for the specific language governing permissions and limitations under the License. --> + + + - + + - + + + + - + + pathref="task.classpath"> @@ -90,34 +97,44 @@ + - + + - + + pathref="task.classpath"> + - - + + + Modified: forrest/trunk/whiteboard/forrestdoc/src/js.xml URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/forrestdoc/src/js.xml?view=diff&rev=561216&r1=561215&r2=561216 ============================================================================== --- forrest/trunk/whiteboard/forrestdoc/src/js.xml (original) +++ forrest/trunk/whiteboard/forrestdoc/src/js.xml Mon Jul 30 19:32:15 2007 @@ -15,12 +15,18 @@ See the License for the specific language governing permissions and limitations under the License. --> - + + + + - + + + Added: forrest/trunk/whiteboard/forrestdoc/src/resources/log4j.properties URL: http://svn.apache.org/viewvc/forrest/trunk/whiteboard/forrestdoc/src/resources/log4j.properties?view=auto&rev=561216 ============================================================================== --- forrest/trunk/whiteboard/forrestdoc/src/resources/log4j.properties (added) +++ forrest/trunk/whiteboard/forrestdoc/src/resources/log4j.properties Mon Jul 30 19:32:15 2007 @@ -0,0 +1,25 @@ +# Licensed to the Apache Software Foundation (ASF) under one +# or more contributor license agreements. See the NOTICE file +# distributed with this work for additional information +# regarding copyright ownership. The ASF licenses this file +# to you under the Apache License, Version 2.0 (the +# "License"); you may not use this file except in compliance +# with the License. You may obtain a copy of the License at +# +# http://www.apache.org/licenses/LICENSE-2.0 +# +# Unless required by applicable law or agreed to in writing, +# software distributed under the License is distributed on an +# "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY +# KIND, either express or implied. See the License for the +# specific language governing permissions and limitations +# under the License. + +log4j.rootCategory=INFO, stdout + +log4j.appender.stdout=org.apache.log4j.ConsoleAppender +log4j.appender.stdout.layout=org.apache.log4j.PatternLayout +log4j.appender.stdout.layout.ConversionPattern=[%5p] %m%n + +log4j.logger.org.apache.forrest.forrestdoc=INFO +log4j.logger.org.apache.forrest.forrestdoc.java.src.symtab=INFO Propchange: forrest/trunk/whiteboard/forrestdoc/src/resources/log4j.properties ------------------------------------------------------------------------------ svn:eol-style = native