You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by vb...@apache.org on 2008/05/15 20:19:32 UTC

svn commit: r656768 - /incubator/buildr/trunk/lib/buildr/core/application.rb

Author: vborja
Date: Thu May 15 11:19:32 2008
New Revision: 656768

URL: http://svn.apache.org/viewvc?rev=656768&view=rev
Log:
Method load_tasks (the that loads tasks/*.rake) should be called before top_level (ie, executing the tasks)

Modified:
    incubator/buildr/trunk/lib/buildr/core/application.rb

Modified: incubator/buildr/trunk/lib/buildr/core/application.rb
URL: http://svn.apache.org/viewvc/incubator/buildr/trunk/lib/buildr/core/application.rb?rev=656768&r1=656767&r2=656768&view=diff
==============================================================================
--- incubator/buildr/trunk/lib/buildr/core/application.rb (original)
+++ incubator/buildr/trunk/lib/buildr/core/application.rb Thu May 15 11:19:32 2008
@@ -175,8 +175,8 @@
           load_gems
           load_artifacts
           load_buildfile
-          top_level
           load_tasks
+          top_level
         end
       end
       if verbose