The <buildfiles> in the <nant> task are not executed in the specified
order. Consider you have the task below. The Orange.build must be executed
before Banana.build because this depends on that. However, nant seems to
execute them in alphabetical order, and a compilation error occurs because
the Orange dependency still not exists. Is this a bug?
<target name="compile" depends="clean,prepare">
<nant>
<properties>
<buildfiles>
<include name="Orange.build"/>
<include name="Banana.build"/>
<include name="Tomato.build"/>
</buildfiles>
</nant>
</target>
Thank you in advance!
Celio Cidral Junior
-------------------------------------------------------
SF email is sponsored by - The IT Product Guide
Read honest & candid reviews on hundreds of IT Products from real users.
Discover which products truly live up to the hype. Start reading now.
http://ads.osdn.com/?ad_id=6595&alloc_id=14396&op=click
_______________________________________________
Nant-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/nant-users