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 2008/10/17 21:20:00 UTC

svn commit: r705719 - /incubator/buildr/trunk/buildr

Author: assaf
Date: Fri Oct 17 12:20:00 2008
New Revision: 705719

URL: http://svn.apache.org/viewvc?rev=705719&view=rev
Log:
Fixed: BUILDR-82: Temporary work around for Net::SSH 2.0.2 attempting to load Pageant DLLs when running on JRuby/Windows.

Added:
    incubator/buildr/trunk/buildr   (with props)

Added: incubator/buildr/trunk/buildr
URL: http://svn.apache.org/viewvc/incubator/buildr/trunk/buildr?rev=705719&view=auto
==============================================================================
--- incubator/buildr/trunk/buildr (added)
+++ incubator/buildr/trunk/buildr Fri Oct 17 12:20:00 2008
@@ -0,0 +1,3 @@
+#!/usr/bin/env sh
+# Run buildr from source, specifically for testing stuff without doing a rake install.
+ruby -Ilib -Iaddon bin/buildr $*

Propchange: incubator/buildr/trunk/buildr
------------------------------------------------------------------------------
    svn:executable = *