You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by as...@apache.org on 2009/03/13 03:51:28 UTC

svn commit: r753097 - /buildr/trunk/lib/buildr/java/ant.rb

Author: assaf
Date: Fri Mar 13 02:51:28 2009
New Revision: 753097

URL: http://svn.apache.org/viewvc?rev=753097&view=rev
Log:
BUILDR-219: Running tests with --trace fails

Modified:
    buildr/trunk/lib/buildr/java/ant.rb

Modified: buildr/trunk/lib/buildr/java/ant.rb
URL: http://svn.apache.org/viewvc/buildr/trunk/lib/buildr/java/ant.rb?rev=753097&r1=753096&r2=753097&view=diff
==============================================================================
--- buildr/trunk/lib/buildr/java/ant.rb (original)
+++ buildr/trunk/lib/buildr/java/ant.rb Fri Mar 13 02:51:28 2009
@@ -14,7 +14,9 @@
 # the License.
 
 
-gem 'Antwrap' ; autoload :Antwrap, 'antwrap'
+gem 'Antwrap'
+autoload :Antwrap, 'antwrap'
+autoload :Logger, 'logger'
 require 'buildr/core/project'
 require 'buildr/core/help'