Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 8904 invoked from network); 7 Mar 2007 20:44:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 7 Mar 2007 20:44:23 -0000 Received: (qmail 57229 invoked by uid 500); 7 Mar 2007 20:44:29 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 57157 invoked by uid 500); 7 Mar 2007 20:44:29 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 57144 invoked by uid 500); 7 Mar 2007 20:44:29 -0000 Received: (qmail 57141 invoked by uid 99); 7 Mar 2007 20:44:29 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Mar 2007 12:44:29 -0800 X-ASF-Spam-Status: No, hits=-99.5 required=10.0 tests=ALL_TRUSTED,NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 07 Mar 2007 12:44:20 -0800 Received: by eris.apache.org (Postfix, from userid 65534) id E5C981A983A; Wed, 7 Mar 2007 12:43:59 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r515742 - in /jakarta/commons/sandbox/jci/trunk: compilers/eclipse/src/test/java/ compilers/eclipse/src/test/resources/ compilers/groovy/src/test/resources/ compilers/janino/src/test/resources/ compilers/javac/src/test/resources/ src/site/x... Date: Wed, 07 Mar 2007 20:43:59 -0000 To: commons-cvs@jakarta.apache.org From: tcurdt@apache.org X-Mailer: svnmailer-1.1.0 Message-Id: <20070307204359.E5C981A983A@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: tcurdt Date: Wed Mar 7 12:43:58 2007 New Revision: 515742 URL: http://svn.apache.org/viewvc?view=rev&rev=515742 Log: log test in debug add the new compiler to site Added: jakarta/commons/sandbox/jci/trunk/compilers/eclipse/src/test/resources/simplelog.properties - copied unchanged from r514861, jakarta/commons/sandbox/jci/trunk/compilers/eclipse/src/test/java/simplelog.properties jakarta/commons/sandbox/jci/trunk/compilers/groovy/src/test/resources/simplelog.properties (with props) jakarta/commons/sandbox/jci/trunk/compilers/janino/src/test/resources/simplelog.properties (with props) jakarta/commons/sandbox/jci/trunk/compilers/javac/src/test/resources/simplelog.properties (with props) Removed: jakarta/commons/sandbox/jci/trunk/compilers/eclipse/src/test/java/simplelog.properties Modified: jakarta/commons/sandbox/jci/trunk/src/site/xdoc/index.xml Added: jakarta/commons/sandbox/jci/trunk/compilers/groovy/src/test/resources/simplelog.properties URL: http://svn.apache.org/viewvc/jakarta/commons/sandbox/jci/trunk/compilers/groovy/src/test/resources/simplelog.properties?view=auto&rev=515742 ============================================================================== --- jakarta/commons/sandbox/jci/trunk/compilers/groovy/src/test/resources/simplelog.properties (added) +++ jakarta/commons/sandbox/jci/trunk/compilers/groovy/src/test/resources/simplelog.properties Wed Mar 7 12:43:58 2007 @@ -0,0 +1,2 @@ +org.apache.commons.logging.simplelog.defaultlog=debug +org.apache.commons.logging.simplelog.showdatetime=true \ No newline at end of file Propchange: jakarta/commons/sandbox/jci/trunk/compilers/groovy/src/test/resources/simplelog.properties ------------------------------------------------------------------------------ svn:eol-style = native Propchange: jakarta/commons/sandbox/jci/trunk/compilers/groovy/src/test/resources/simplelog.properties ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Added: jakarta/commons/sandbox/jci/trunk/compilers/janino/src/test/resources/simplelog.properties URL: http://svn.apache.org/viewvc/jakarta/commons/sandbox/jci/trunk/compilers/janino/src/test/resources/simplelog.properties?view=auto&rev=515742 ============================================================================== --- jakarta/commons/sandbox/jci/trunk/compilers/janino/src/test/resources/simplelog.properties (added) +++ jakarta/commons/sandbox/jci/trunk/compilers/janino/src/test/resources/simplelog.properties Wed Mar 7 12:43:58 2007 @@ -0,0 +1,2 @@ +org.apache.commons.logging.simplelog.defaultlog=debug +org.apache.commons.logging.simplelog.showdatetime=true \ No newline at end of file Propchange: jakarta/commons/sandbox/jci/trunk/compilers/janino/src/test/resources/simplelog.properties ------------------------------------------------------------------------------ svn:eol-style = native Propchange: jakarta/commons/sandbox/jci/trunk/compilers/janino/src/test/resources/simplelog.properties ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Added: jakarta/commons/sandbox/jci/trunk/compilers/javac/src/test/resources/simplelog.properties URL: http://svn.apache.org/viewvc/jakarta/commons/sandbox/jci/trunk/compilers/javac/src/test/resources/simplelog.properties?view=auto&rev=515742 ============================================================================== --- jakarta/commons/sandbox/jci/trunk/compilers/javac/src/test/resources/simplelog.properties (added) +++ jakarta/commons/sandbox/jci/trunk/compilers/javac/src/test/resources/simplelog.properties Wed Mar 7 12:43:58 2007 @@ -0,0 +1,2 @@ +org.apache.commons.logging.simplelog.defaultlog=debug +org.apache.commons.logging.simplelog.showdatetime=true \ No newline at end of file Propchange: jakarta/commons/sandbox/jci/trunk/compilers/javac/src/test/resources/simplelog.properties ------------------------------------------------------------------------------ svn:eol-style = native Propchange: jakarta/commons/sandbox/jci/trunk/compilers/javac/src/test/resources/simplelog.properties ------------------------------------------------------------------------------ svn:keywords = Date Revision Author HeadURL Id Modified: jakarta/commons/sandbox/jci/trunk/src/site/xdoc/index.xml URL: http://svn.apache.org/viewvc/jakarta/commons/sandbox/jci/trunk/src/site/xdoc/index.xml?view=diff&rev=515742&r1=515741&r2=515742 ============================================================================== --- jakarta/commons/sandbox/jci/trunk/src/site/xdoc/index.xml (original) +++ jakarta/commons/sandbox/jci/trunk/src/site/xdoc/index.xml Wed Mar 7 12:43:58 2007 @@ -19,6 +19,7 @@
  • eclipse
  • janino
  • groovy
  • +
  • javac
  • --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org