On Tue, Jul 22, 2008 at 8:49 AM, Ittay Dror <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I'm using rake's import feature to import dependencies generated by the gcc
> compiler during compilation of C++ code. Basically, when creating the tasks
> for the c++ compilation (not from a method of Project, but one that accepts
> the project as parameter), I use 'import' and then load_import.
>
> My problem is that apparently file(file_name) in rake/loaders/makefile and
> file(file_name) in my module return two different objects (tested by using
> print debugs on Object#id of both tasks). Do you have an idea why?

Maybe because they point to different paths?

http://incubator.apache.org/buildr/projects.html#writing_your_own_tasks

Assaf

>
> Thank you,
> Ittay
>
> --
> --
> Ittay Dror <[EMAIL PROTECTED]>
>
>
>

Reply via email to