What version of Ant/Java are you using? 

-----Original Message-----
From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] 
Sent: Monday, April 07, 2008 11:28 AM
To: [email protected]
Subject: RE: Suppress javac warning

Hi Kevin,

        Thanks for the reply and you got my question right. However,
setting the nowarn attribute to "on"/"yes"/"true" does not help.
I still see all the warning and deprecated messages.

This is how I'm setting it :

<javac nowarn="true" srcdir="${project.src.java}
destdir="${project.output.classes}">
                                <classpath refid="common.pathrefs" />
                </javac>

Is there anything wrong , or any other way of trying the same ?

Thanks,
Sumit

-----Original Message-----
From: Toomey, Kevin H (ATS, IT) [mailto:[EMAIL PROTECTED]
Sent: Monday, April 07, 2008 8:38 AM
To: Ant Users List
Subject: RE: Suppress javac warning

Hi Sumit,
 
Maybe I'm misunderstanding your question, but if you take a look in the
manual you'll see the javac task has attributes (nowarn, deprecation)
that you can set to true/false to control whether you see those
messages.
 
Thanks,
Kevin

________________________________

From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]
Sent: Saturday, April 05, 2008 3:39 PM
To: [email protected]
Subject: Suppress javac warning



Hi All, 

        I need to suppress javac warning and specially deprecated
messages to the compiler. 
I tried nowarn, no luck. 
Any pointers on how can I achieve the same ? 


Thanks,
Sumit 



************************************************************************
*
This communication, including attachments, is
for the exclusive use of addressee and may contain proprietary,
confidential and/or privileged information.  If you are not the intended
recipient, any use, copying, disclosure, dissemination or distribution
is
strictly prohibited.  If you are not the intended recipient, please
notify
the sender immediately by return e-mail, delete this communication and
destroy all copies.
************************************************************************
*

Visit our website at http://www.ubs.com

This message contains confidential information and is intended only 
for the individual named.  If you are not the named addressee you 
should not disseminate, distribute or copy this e-mail.  Please 
notify the sender immediately by e-mail if you have received this 
e-mail by mistake and delete this e-mail from your system.
        
E-mails are not encrypted and cannot be guaranteed to be secure or 
error-free as information could be intercepted, corrupted, lost, 
destroyed, arrive late or incomplete, or contain viruses.  The sender 
therefore does not accept liability for any errors or omissions in the 
contents of this message which arise as a result of e-mail transmission.

If verification is required please request a hard-copy version.  This 
message is provided for informational purposes and should not be 
construed as a solicitation or offer to buy or sell any securities 
or related financial instruments.


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


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

Reply via email to