Hey,
> I have no problem with make, but even I use make this case the
> issue is the same: how I can generate a Makefile with all
> correct dependency based on each component include and
> inheritance? And no, I am not interested in manually going
> through every component and manually copying the dependency into
> a Makefile.
Would the following methods do the trick?
$m->component()->load_time()
$m->component()->parent()
$m->callers()
With these you should be able to find the call stack and work out what
components were modified since last check. You could also probably do
something with the output of the cached request:
my ( undef, $old_output ) = $m->cache()->cache_self( ... );
Alfie
-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Mason-users mailing list
Mason-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mason-users