I think I read something in the mail archive about the project.xml being
just a big jelly script? In that message (I believe it from Jason), there
was a warning not to abuse this fact...for our own good. :-) Anyway, I
wanted to find out the level of jelly support provided in the project.xml.
Does this mean that I can use the following:
<project xmlns:j="jelly:core">
.
.
.
<dependencies>
.
.
.
<j:import uri="parent-calculated-dependencies.xml" />
</dependencies>
</project>
If so, I'm missing something, because the parser appears to ignore this
tag...
Does anyone have any advice?
Thanks,
John Casey