<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>stub.rake</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -4,7 +4,7 @@
   trunk which passes a Spec::DSL::Description instead of a string
 - Fix broken spec due to pending feature introduced in recent RSpec
 - Fix compatibility for JRuby
-- Add stub.rake file as another way to wrap existing Rakefile
+- Add stub.rake file as another way to wrap existing Rakefile, with note in README
 
 == 1.3.3
 </diff>
      <filename>History.txt</filename>
    </modified>
    <modified>
      <diff>@@ -33,6 +33,11 @@ Report files are written, by default, to the &lt;code&gt;test/reports&lt;/code&gt; or &lt;code&gt;
 
 == Advanced Usage
 
+If you don't have control over the Rakefile or don't want to modify it, CI::Reporter has a substitute rake file that you can specify on the command-line.  It assumes that the main project rake file is called +Rakefile+ and lives in the current directory.  Run like so:
+
+    rake -f GEM_PATH/stub.rake ci:setup:testunit test
+    rake -f GEM_PATH/stub.rake ci:setup:rspec spec
+
 If for some reason you can't use the above technique to inject CI::Reporter (e.g., you're not using Rake), you'll have to do one of these:
 
 1. If you're using &lt;code&gt;Test::Unit&lt;/code&gt;, ensure the &lt;code&gt;ci/reporter/rake/test_unit_loader.rb&lt;/code&gt; file is loaded or required at some point before the tests are run.</diff>
      <filename>README.txt</filename>
    </modified>
    <modified>
      <diff>@@ -1,7 +1,7 @@
 require 'spec/rake/spectask'
 
 MANIFEST = FileList[&quot;History.txt&quot;, &quot;Manifest.txt&quot;, &quot;README.txt&quot;, &quot;LICENSE.txt&quot;, &quot;Rakefile&quot;,
-  &quot;lib/**/*.rb&quot;, &quot;spec/**/*.rb&quot;, &quot;tasks/**/*.rake&quot;]
+  &quot;*.rake&quot;, &quot;lib/**/*.rb&quot;, &quot;spec/**/*.rb&quot;, &quot;tasks/**/*.rake&quot;]
 
 begin
   require 'hoe'</diff>
      <filename>Rakefile</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>lib/ci/reporter/rake/stub.rake</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>ddc4c09f7fd9d0cc7c76ce874274e7724cf74fb2</id>
    </parent>
  </parents>
  <author>
    <name>Nick</name>
    <email>nick@nicksieger.com</email>
  </author>
  <url>http://github.com/nicksieger/ci_reporter/commit/35308f17db99140aef2a6a9aa5786dce353bdf12</url>
  <id>35308f17db99140aef2a6a9aa5786dce353bdf12</id>
  <committed-date>2007-08-29T12:21:58-07:00</committed-date>
  <authored-date>2007-08-29T12:21:58-07:00</authored-date>
  <message>Move stub.rake to top directory, and update release notes and documentation


git-svn-id: http://svn.caldersphere.net/svn/main/rubyforge/ci_reporter/trunk@122 b03c2d0b-2f10-0410-a2f9-fc8001506dfa</message>
  <tree>783285649eefca76f2b133c4196e4a6d666bd611</tree>
  <committer>
    <name>Nick</name>
    <email>nick@nicksieger.com</email>
  </committer>
</commit>
