i use AAP to build a group of related projects that are based on the same libraries.
i faced the problem when i tried to include some universal recipe from a target's recipe and from the library's one that the target depends on.
like that:
program.aap:
---
:include settings.aap
:child library.aap
...
---
library.aap
---
:include settings.aap
...
---
i got:
---
Aap: Skipping...
2007-04-09 15:28:37 UTC in A-A-P