Connecting Tech Pros Worldwide Forums | Help | Site Map

NANT Task

Newbie
 
Join Date: Jun 2007
Posts: 1
#1: Jun 18 '07
Hello,

I am trying to create a Nant task that hooks until a compiler for matlab files. I want to be able to process XML like the following:

<mcc attributes.....>
<class name="foo"> <mfile attributes.... /> </class>
<clsss name="bar"> <mfile attributes.../> </class>
</mcc>

I can get the top structure fine, but when I insert the nested class tags Nant fails on me and says that "<mcc> does not support the nested build element <class>." Does anyone have any suggestions?

Thanks,
Thatcher

Reply