If I have an Ant variable <property name="debug_val" value="true"/> and then I use it in for example <javac ...> for the debug attribute, IDEA marks this as error: "Wrong attribute value [properties were expanded to value 'debug_val']"
The same with a few other attributes that require boolean. AFAIK the same error was caused by the Ant-generated DTD, that specified those attributes as booleans. Unfortunately, now I'm not able to specify my own modified DTD... I will probably file this as a bug unless somebody tells me that there is some option or file that would allow me to fix this in 651. r. _______________________________________________ Eap-bugs mailing list [EMAIL PROTECTED] http://lists.jetbrains.com/mailman/listinfo/eap-bugs
