Is it possible to extend an extended project? I tried
the following:
*** Root project ***
<project>
...
</project>
*** Sub-project in sub-directory ***
<project>
<extend>${basedir}/../project.xml</extend>
...
</project>
*** Sub-sub-project in sub-sub-directory ***
<project>
<extend>${basedir}/../project.xml</extend>
...
</project>
Unforunatelly it didn't work for me. How should I
handle situations where project B is a subproject of
project A and has it's own subproject C?
Dominik
__________________________________
Do you Yahoo!?
Exclusive Video Premiere - Britney Spears
http://launch.yahoo.com/promos/britneyspears/
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]