<span class="gmail_quote"><br></span>Hello,<br><br>I am launching a spoonlet from within an ANT script. This spoonlet just generates some code for another compiler, so I don't want the spoonlet to compile the generated file. How can I activiate the "NoCompile" mode in my spoonlet?<br>
<br>If I put a <mode value="NoCompile"/> in my spoon.xml, I get an XML error:<br><br>"Element type mode must be declared".<br><br>If I put a <mode...> into my ANT script, I get another error:<br>
<br>"../AntTest/build.xml:57: spoon doesn't support the "mode" attribute"<br><br>Thank you for any help. Best regards,<br><span class="sg"><br>Timo Meinen </span>