You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Jason Dillon <ja...@planet57.com> on 2006/05/28 00:33:49 UTC

Missing DeploymentWatcher?

It appears like a class is missing somewhere on the trunk... Where  
might DeploymentWatcher be?

Problem appears to have been introduced by Aaron w/ revision 409771

--jason


<snip>
java:compile:
<depend closure="false" srcdir="1.4" dump="false" destdir="/Users/ 
jason/ws/apache/geronimo/trunk/modules/kernel/target/classes"></ 
depend>    [echo] Compiling to /Users/jason/ws/apache/geronimo/trunk/ 
modules/kernel/target/classes
     [javac] Compiling 174 source files to /Users/jason/ws/apache/ 
geronimo/trunk/modules/kernel/target/classes
     [javac] /Users/jason/ws/apache/geronimo/trunk/modules/kernel/src/ 
java/org/apache/geronimo/kernel/config/ 
SimpleConfigurationManager.java:1235: cannot resolve symbol
     [javac] symbol  : class DeploymentWatcher
     [javac] location: class  
org.apache.geronimo.kernel.config.SimpleConfigurationManager
     [javac]             DeploymentWatcher watcher =  
(DeploymentWatcher) it.next();
     [javac]             ^
     [javac] /Users/jason/ws/apache/geronimo/trunk/modules/kernel/src/ 
java/org/apache/geronimo/kernel/config/ 
SimpleConfigurationManager.java:1235: cannot resolve symbol
     [javac] symbol  : class DeploymentWatcher
     [javac] location: class  
org.apache.geronimo.kernel.config.SimpleConfigurationManager
     [javac]             DeploymentWatcher watcher =  
(DeploymentWatcher) it.next();
     [javac]                                          ^
     [javac] /Users/jason/ws/apache/geronimo/trunk/modules/kernel/src/ 
java/org/apache/geronimo/kernel/config/ 
KernelConfigurationManager.java:338: cannot resolve symbol
     [javac] symbol  : class DeploymentWatcher
     [javac] location: class  
org.apache.geronimo.kernel.config.KernelConfigurationManager
     [javac]         infoFactory.addReference("Watchers",  
DeploymentWatcher.class);
     [javac]                                              ^
     [javac] Note: Some input files use or override a deprecated API.
     [javac] Note: Recompile with -deprecation for details.
     [javac] 3 errors

BUILD FAILED
File...... /Users/jason/ws/apache/geronimo/trunk/maven.xml
Element... maven:reactor
Line...... 43
Column.... -1
Unable to obtain goal [multiproject:install-callback] -- /Users/ 
jason/.maven/cache/maven-java-plugin-1.5/plugin.jelly:63:-1:  
<ant:javac> Compile failed; see the compiler error output for details.
Total time   : 4 minutes 39 seconds
Finished at  : Saturday, May 27, 2006 3:16:57 PM PDT
</snip>

Re: Missing DeploymentWatcher?

Posted by Aaron Mulder <am...@alumni.princeton.edu>.
Oops -- I'll make sure it's added.

Thanks,
    Aaron

On 5/27/06, Jason Dillon <ja...@planet57.com> wrote:
> It appears like a class is missing somewhere on the trunk... Where
> might DeploymentWatcher be?
>
> Problem appears to have been introduced by Aaron w/ revision 409771
>
> --jason
>
>
> <snip>
> java:compile:
> <depend closure="false" srcdir="1.4" dump="false" destdir="/Users/
> jason/ws/apache/geronimo/trunk/modules/kernel/target/classes"></
> depend>    [echo] Compiling to /Users/jason/ws/apache/geronimo/trunk/
> modules/kernel/target/classes
>      [javac] Compiling 174 source files to /Users/jason/ws/apache/
> geronimo/trunk/modules/kernel/target/classes
>      [javac] /Users/jason/ws/apache/geronimo/trunk/modules/kernel/src/
> java/org/apache/geronimo/kernel/config/
> SimpleConfigurationManager.java:1235: cannot resolve symbol
>      [javac] symbol  : class DeploymentWatcher
>      [javac] location: class
> org.apache.geronimo.kernel.config.SimpleConfigurationManager
>      [javac]             DeploymentWatcher watcher =
> (DeploymentWatcher) it.next();
>      [javac]             ^
>      [javac] /Users/jason/ws/apache/geronimo/trunk/modules/kernel/src/
> java/org/apache/geronimo/kernel/config/
> SimpleConfigurationManager.java:1235: cannot resolve symbol
>      [javac] symbol  : class DeploymentWatcher
>      [javac] location: class
> org.apache.geronimo.kernel.config.SimpleConfigurationManager
>      [javac]             DeploymentWatcher watcher =
> (DeploymentWatcher) it.next();
>      [javac]                                          ^
>      [javac] /Users/jason/ws/apache/geronimo/trunk/modules/kernel/src/
> java/org/apache/geronimo/kernel/config/
> KernelConfigurationManager.java:338: cannot resolve symbol
>      [javac] symbol  : class DeploymentWatcher
>      [javac] location: class
> org.apache.geronimo.kernel.config.KernelConfigurationManager
>      [javac]         infoFactory.addReference("Watchers",
> DeploymentWatcher.class);
>      [javac]                                              ^
>      [javac] Note: Some input files use or override a deprecated API.
>      [javac] Note: Recompile with -deprecation for details.
>      [javac] 3 errors
>
> BUILD FAILED
> File...... /Users/jason/ws/apache/geronimo/trunk/maven.xml
> Element... maven:reactor
> Line...... 43
> Column.... -1
> Unable to obtain goal [multiproject:install-callback] -- /Users/
> jason/.maven/cache/maven-java-plugin-1.5/plugin.jelly:63:-1:
> <ant:javac> Compile failed; see the compiler error output for details.
> Total time   : 4 minutes 39 seconds
> Finished at  : Saturday, May 27, 2006 3:16:57 PM PDT
> </snip>
>