Re: "Scan for compiler warnings" - how to use - quick question

2012-12-26 Thread zw
Hi Ulli

Thanks for responding.
It appears to work when I list the files names explicitly.
However we have source files that do import some deprecated sun apis on our 
source files that we like to ignore;
Ignoring the whole files seem to us a little too much to ignore cuz we 
don't want to miss other warnings outside of deprecated apis if we ignore 
the whole file using this plugin.

Are there sites out there showing examples on how to use this plugin 
effectively ?

Thanks

On Tuesday, December 18, 2012 12:05:10 AM UTC-8, Ullrich Hafner wrote:
>
> The value is a regular expression that matches the actual filename (as it 
> appears in the console log). Note, that all paths use the unix file 
> separator. 
>
> Can you please post one of your warnings if that does not work? 
>
> Ulli   
>
> Am 17.12.2012 um 23:00 schrieb Z W >: 
>
> > Hi All 
> > 
> > We are trying to use the "Scan for compiler warnings" options and 
> > discover we like to ignore some warnings. 
> > We tried to ignore them by inserting text 
> > com.sun.org.apache.xpath.internal.XPathAPI into "Warnings to ignore" 
> > box but it didnt help. 
> > We then tried inserting the filename into "Warnings to ignore" box but 
> > it didnt help. 
> > 
> > How do we use this feature to ignore warnings ? 
> > Are there examples out there to teach the basics to use this feature ? 
> > 
> > thanks 
>
>

Re: "Scan for compiler warnings" - how to use - quick question

2012-12-18 Thread Ulli Hafner
The value is a regular expression that matches the actual filename (as it 
appears in the console log). Note, that all paths use the unix file separator.

Can you please post one of your warnings if that does not work?

Ulli  

Am 17.12.2012 um 23:00 schrieb Z W :

> Hi All
> 
> We are trying to use the "Scan for compiler warnings" options and
> discover we like to ignore some warnings.
> We tried to ignore them by inserting text
> com.sun.org.apache.xpath.internal.XPathAPI into "Warnings to ignore"
> box but it didnt help.
> We then tried inserting the filename into "Warnings to ignore" box but
> it didnt help.
> 
> How do we use this feature to ignore warnings ?
> Are there examples out there to teach the basics to use this feature ?
> 
> thanks



"Scan for compiler warnings" - how to use - quick question

2012-12-17 Thread Z W
Hi All

We are trying to use the "Scan for compiler warnings" options and
discover we like to ignore some warnings.
We tried to ignore them by inserting text
com.sun.org.apache.xpath.internal.XPathAPI into "Warnings to ignore"
box but it didnt help.
We then tried inserting the filename into "Warnings to ignore" box but
it didnt help.

How do we use this feature to ignore warnings ?
Are there examples out there to teach the basics to use this feature ?

thanks