> > I have explained several lines above why *you* will be affected, not the > people who use Ant builds. Please, pay attention. I'll repeat, to make it > more obvious to you. The code below you *cannot compile using Maven plugin > called FlexMojos*: > > CONFIG::debug { trace("I'm in debug mode!"); }
<defines> <property> <name>CONFIG::debug</name> <value>false</value> </property> </defines> works for me... (although I'm certainly not a fan of Flexmojos) cheers, Roland >