Author: crossley Date: Sun Jan 30 05:36:49 2011 New Revision: 1065191 URL: http://svn.apache.org/viewvc?rev=1065191&view=rev Log: Add default AnsiColorLogger.properties explained in f.a.o/faq.html#coloured-ant
Added: forrest/trunk/etc/AnsiColorLogger.properties (with props) Modified: forrest/trunk/etc/README.txt forrest/trunk/main/build.xml Added: forrest/trunk/etc/AnsiColorLogger.properties URL: http://svn.apache.org/viewvc/forrest/trunk/etc/AnsiColorLogger.properties?rev=1065191&view=auto ============================================================================== --- forrest/trunk/etc/AnsiColorLogger.properties (added) +++ forrest/trunk/etc/AnsiColorLogger.properties Sun Jan 30 05:36:49 2011 @@ -0,0 +1,5 @@ +AnsiColorLogger.ERROR_COLOR=0;31 +AnsiColorLogger.WARNING_COLOR=0;35 +AnsiColorLogger.INFO_COLOR=0;36 +AnsiColorLogger.VERBOSE_COLOR=0;32 +AnsiColorLogger.DEBUG_COLOR=0;34 Propchange: forrest/trunk/etc/AnsiColorLogger.properties ------------------------------------------------------------------------------ svn:eol-style = native Modified: forrest/trunk/etc/README.txt URL: http://svn.apache.org/viewvc/forrest/trunk/etc/README.txt?rev=1065191&r1=1065190&r2=1065191&view=diff ============================================================================== --- forrest/trunk/etc/README.txt (original) +++ forrest/trunk/etc/README.txt Sun Jan 30 05:36:49 2011 @@ -2,9 +2,12 @@ Odds-and-ends directory. Contents: -RELEASE-NOTES*: Release notes for various Forrest versions +RELEASE-NOTES* : Release notes for various Forrest versions -build.number: File automatically generated by build.xml +AnsiColorLogger.properties : Configuration file. +See http://forrest.apache.org/faq.html#coloured-ant + +build.number : File automatically generated by build.xml publishing_our_site.txt : Notes and examples about publishing our project site documentation. Other users can learn from our methods. Modified: forrest/trunk/main/build.xml URL: http://svn.apache.org/viewvc/forrest/trunk/main/build.xml?rev=1065191&r1=1065190&r2=1065191&view=diff ============================================================================== --- forrest/trunk/main/build.xml (original) +++ forrest/trunk/main/build.xml Sun Jan 30 05:36:49 2011 @@ -304,6 +304,7 @@ See other notes above. <fileset dir="${forrest.home}" > <include name="etc/README.txt"/> <include name="etc/RELEASE*.txt"/> + <include name="etc/AnsiColorLogger.properties"/> <include name="etc/publishing_our_site.txt"/> <include name="etc/xmlformat.conf"/> </fileset>