Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [gmf-dev] Compiler warnings

Hi Wayne,

I added -enableJavadoc to the compiler arguments, which should avoid
reporting these (as in the workspace).  

I've also added a switch to skip Javadoc on our continuous builds, which
will speed it up and shorten the build notice emails considerably. :)

Thanks,
Rich



-----Original Message-----
From: gmf-dev-bounces@xxxxxxxxxxx [mailto:gmf-dev-bounces@xxxxxxxxxxx]
On Behalf Of Wayne Diu
Sent: Tuesday, February 07, 2006 11:21 AM
To: gmf-dev@xxxxxxxxxxx
Subject: [gmf-dev] Compiler warnings

Hi!

I was looking at the results for the nightly build at 
http://download.eclipse.org/technology/gmf/downloads/drops/N-N20060207-2
00602070200/testResults.php

Some plugins show up as having warnings because of unused imports, e.g. 
org.eclipse.gmf.runtime.common.ui.services.action and 
org.eclipse.gmf.runtime.common.ui.services.properties.

Actually, the imports are being used by the Javadoc (and this is not a 
bug, please see https://bugs.eclipse.org/bugs/show_bug.cgi?id=51529).

Is it possible to turn on an option to consider the Javadoc when
building 
the plugins on the build machine?  It would get rid of those warnings.



Thanks,

Wayne
_______________________________________________
gmf-dev mailing list
gmf-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/gmf-dev


Back to the top