On Mon, Jun 7, 2010 at 12:26 PM, James M. Lawrence
<[email protected]> wrote:
> task :default do
> end
>
> extra = "Rakefile.extra"
> File.open(extra, "w") { |f| f.puts "p SPEC" }
> SPEC = 99
>
> # OK in rake-0.8.7; error in rake-0.8.99 (uninitialized constant SPEC)
> load extra
>
> # OK in rake-0.8.99; error in rake-0.8.7 (load_rakefile not present)
> load_rakefile extra
>
> Is this the expected behavior?

What about Rake.import?
-- 
Luis Lavena
AREA 17
-
Perfection in design is achieved not when there is nothing more to add,
but rather when there is nothing more to take away.
Antoine de Saint-Exupéry
_______________________________________________
Rake-devel mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rake-devel

Reply via email to