If you have a task which builds/compiles your file(s) you can just
call that within rake.
ie:
Rake::Task['compile'].invoke
This saves you from having to re-execute rake.
Zach
On 1/10/07, Shea Martin <[EMAIL PROTECTED]> wrote:
> > This allows me to issue the command from Vim
> > 'rake singleobj srcfile=source/dir/file.cpp'
> I meant
> 'rake singleobj srcfile=expand("%")'
>
> as expand evaluates to the name of teh current file in Vim.
>
> ~S
>
> _______________________________________________
> Rake-devel mailing list
> [email protected]
> http://rubyforge.org/mailman/listinfo/rake-devel
>
_______________________________________________
Rake-devel mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/rake-devel