DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=28142>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=28142 ------- Additional Comments From [EMAIL PROTECTED] 2006-01-23 10:36 ------- (In reply to comment #4) > Should it be <compilerarg line="-Xmaxerrs 1000"/> ? "value" attribute is for a > single argument, but you are passing two arguments together. Another > possibility > is to put two <compilerarg value="..."/> elements, but it is important only if > you have spaces in the arguments. Yep, it seems to be a problem of blanks, because if I put the "-Xswitchcheck" it runs well.So, I put the args on two lines now : <compilerarg value="-Xmaxerrs"/> <compilerarg value="1000"/> And it works !!! (a bit strange however) - Thanks to all. I let you guys change the status of the bug. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]