I got burned by javac's default max warning count of 100 (thinking, several times now, that I had found all deprecated calls to IW's ctors).

Does anyone object to adding this under the javac task in common- build.xml?

        <compilerarg line="-Xmaxwarns 10000000"/>
        <compilerarg line="-Xmaxerrs 10000000"/>

Mike

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to