> Is there any way to mention in the task so that if one of the file has > compilation error Ant should skip that class and other classes which > depends on it , not all the classes. > And it should compile rest of the class.
failonerror="no" (It won't tell it to skip other classes that depend on the clunker, but they'll just fail to compile as well.) Diane ===== ([EMAIL PROTECTED]) __________________________________________________ Do You Yahoo!? Yahoo! Tax Center - online filing with TurboTax http://taxes.yahoo.com/ -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
