NANT Task

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • snatcher
    New Member
    • Jun 2007
    • 1

    #1

    NANT Task

    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
Working...