[kepler-dev] Build problem: ShutdownListener not found

Daniel Crawl crawl at sdsc.edu
Tue Jun 21 14:47:20 PDT 2011


Hi Christopher,

I just fixed in r27754.

   --dan

On 6/21/11 2:38 PM, Christopher Brooks wrote:
> Daniel,
> I'm having problems building Kepler, it looks like ShutdownListener is
> missing?
> I've seen this problem on a Linux box and under Windows.
>
>
> ant update clean-all run
> ...
>
> [compile] Compiling 152 source files to
> /Users/cxh/src/kepler/gui/target/classes
> [compile]
> /Users/cxh/src/kepler/gui/src/org/kepler/gui/KeplerGraphFrame.java:162:
> cannot find symbol
> [compile] symbol : class ShutdownListener
> [compile] location: class org.kepler.gui.KeplerGraphFrame
> [compile] private static Set<ShutdownListener> _shutdownListeners =
> [compile] ^
> [compile]
> /Users/cxh/src/kepler/gui/src/org/kepler/gui/KeplerGraphFrame.java:1593:
> cannot find symbol
> [compile] symbol : class ShutdownListener
> [compile] location: class org.kepler.gui.KeplerGraphFrame
> [compile] public static void addShutdownListener(ShutdownListener
> listener) {
> [compile] ^
> [compile]
> /Users/cxh/src/kepler/gui/src/org/kepler/gui/KeplerGraphFrame.java:163:
> cannot find symbol
> [compile] symbol : class ShutdownListener
> [compile] location: class org.kepler.gui.KeplerGraphFrame
> [compile] Collections.synchronizedSet(new HashSet<ShutdownListener>());
> [compile] ^
> [compile]
> /Users/cxh/src/kepler/gui/src/org/kepler/gui/KeplerGraphFrame.java:1150:
> cannot find symbol
> [compile] symbol : class ShutdownListener
> [compile] location: class org.kepler.gui.KeplerGraphFrame
> [compile] for(ShutdownListener shutdownListener : _shutdownListeners) {
> [compile] ^
> [compile] Note: Some input files use or override a deprecated API.
> [compile] Note: Recompile with -Xlint:deprecation for details.
> [compile] Note: Some input files use unchecked or unsafe operations.
> [compile] Note: Recompile with -Xlint:unchecked for details.
> [compile] 4 errors
>
> _Christopher
>



More information about the Kepler-dev mailing list