You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Shiva Kumar H R <sh...@gmail.com> on 2006/12/15 07:17:10 UTC

Eclipse Plug-in Build Failure: cannot find symbol "class DeployableModule"

After doing an svn update on my Eclipse Plug-in trunk (now at revision
487459), maven build is failing with the following error:

[INFO] Building Geronimo Eclipse Plugin :: Eclipse Deployment Support
[INFO]    task-segment: [install]
[INFO]
-------------------------------------------------------------------------
.....
.....
Compiling 1 source file to
E:\ag\plugin_trunk\modules\eclipse-support\target\cla
sses
[INFO]
------------------------------------------------------------------------
[ERROR] BUILD FAILURE
[INFO]
------------------------------------------------------------------------
[INFO] Compilation failure

E:\ag\plugin_trunk\modules\eclipse-support\src\main\java\org\apache\geronimo\dep

loyment\EclipseDeployableModule.java:[35,48] cannot find symbol
symbol: class DeployableModule
public class EclipseDeployableModule implements DeployableModule {

E:\ag\plugin_trunk\modules\eclipse-support\src\main\java\org\apache\geronimo\dep

loyment\EclipseDeployableModule.java:[47,16] cannot find symbol
symbol  : class DeployableModule
location: class org.apache.geronimo.deployment.EclipseDeployableModule

E:\ag\plugin_trunk\modules\eclipse-support\src\main\java\org\apache\geronimo\dep

loyment\EclipseDeployableModule.java:[128,15] cannot find symbol
symbol  : class DeployableModule
location: class org.apache.geronimo.deployment.EclipseDeployableModule

E:\ag\plugin_trunk\modules\eclipse-support\src\main\java\org\apache\geronimo\dep

loyment\EclipseDeployableModule.java:[209,15] cannot find symbol
symbol  : class DeployableModule
location: class org.apache.geronimo.deployment.EclipseDeployableModule

E:\ag\plugin_trunk\modules\eclipse-support\src\main\java\org\apache\geronimo\dep

loyment\EclipseDeployableModule.java:[135,39] cannot find symbol
symbol  : class DeployableModule
location: class org.apache.geronimo.deployment.EclipseDeployableModule

E:\ag\plugin_trunk\modules\eclipse-support\src\main\java\org\apache\geronimo\dep

loyment\EclipseDeployableModule.java:[210,16] cannot find symbol
symbol  : class DeployableModule
location: class org.apache.geronimo.deployment.EclipseDeployableModule

E:\ag\plugin_trunk\modules\eclipse-support\src\main\java\org\apache\geronimo\dep

loyment\EclipseDeployableModule.java:[237,41] cannot find symbol
symbol  : class DeployableModule
location: class org.apache.geronimo.deployment.EclipseDeployableModule


[INFO]
------------------------------------------------------------------------
[INFO] For more information, run Maven with the -e switch
[INFO]
------------------------------------------------------------------------
[INFO] Total time: 30 seconds
[INFO] Finished at: Fri Dec 15 11:07:49 IST 2006
[INFO] Final Memory: 8M/14M
[INFO]
------------------------------------------------------------------------

-- 
Thx,
Shiva

Re: Eclipse Plug-in Build Failure: cannot find symbol "class DeployableModule"

Posted by Sachin Patel <sp...@gmail.com>.
Woops, in the root pom, just comment out building the "eclipse- 
support" module.  I'll check in a fix shortly.

On Dec 15, 2006, at 1:17 AM, Shiva Kumar H R wrote:

> After doing an svn update on my Eclipse Plug-in trunk (now at  
> revision 487459), maven build is failing with the following error:
>
> [INFO] Building Geronimo Eclipse Plugin :: Eclipse Deployment Support
> [INFO]    task-segment: [install]
> [INFO]  
> ---------------------------------------------------------------------- 
> ---
> .....
> .....
> Compiling 1 source file to E:\ag\plugin_trunk\modules\eclipse- 
> support\target\cla
> sses
> [INFO]  
> ---------------------------------------------------------------------- 
> --
> [ERROR] BUILD FAILURE
> [INFO]  
> ---------------------------------------------------------------------- 
> --
> [INFO] Compilation failure
>
> E:\ag\plugin_trunk\modules\eclipse-support\src\main\java\org\apache 
> \geronimo\dep
> loyment\EclipseDeployableModule.java:[35,48] cannot find symbol
> symbol: class DeployableModule
> public class EclipseDeployableModule implements DeployableModule {
>
> E:\ag\plugin_trunk\modules\eclipse-support\src\main\java\org\apache 
> \geronimo\dep
> loyment\EclipseDeployableModule.java:[47,16] cannot find symbol
> symbol  : class DeployableModule
> location: class org.apache.geronimo.deployment.EclipseDeployableModule
>
> E:\ag\plugin_trunk\modules\eclipse-support\src\main\java\org\apache 
> \geronimo\dep
> loyment\EclipseDeployableModule.java:[128,15] cannot find symbol
> symbol  : class DeployableModule
> location: class org.apache.geronimo.deployment.EclipseDeployableModule
>
> E:\ag\plugin_trunk\modules\eclipse-support\src\main\java\org\apache 
> \geronimo\dep
> loyment\EclipseDeployableModule.java:[209,15] cannot find symbol
> symbol  : class DeployableModule
> location: class org.apache.geronimo.deployment.EclipseDeployableModule
>
> E:\ag\plugin_trunk\modules\eclipse-support\src\main\java\org\apache 
> \geronimo\dep
> loyment\EclipseDeployableModule.java:[135,39] cannot find symbol
> symbol  : class DeployableModule
> location: class org.apache.geronimo.deployment.EclipseDeployableModule
>
> E:\ag\plugin_trunk\modules\eclipse-support\src\main\java\org\apache 
> \geronimo\dep
> loyment\EclipseDeployableModule.java:[210,16] cannot find symbol
> symbol  : class DeployableModule
> location: class org.apache.geronimo.deployment.EclipseDeployableModule
>
> E:\ag\plugin_trunk\modules\eclipse-support\src\main\java\org\apache 
> \geronimo\dep
> loyment\EclipseDeployableModule.java:[237,41] cannot find symbol
> symbol  : class DeployableModule
> location: class org.apache.geronimo.deployment.EclipseDeployableModule
>
>
> [INFO]  
> ---------------------------------------------------------------------- 
> --
> [INFO] For more information, run Maven with the -e switch
> [INFO]  
> ---------------------------------------------------------------------- 
> --
> [INFO] Total time: 30 seconds
> [INFO] Finished at: Fri Dec 15 11:07:49 IST 2006
> [INFO] Final Memory: 8M/14M
> [INFO]  
> ---------------------------------------------------------------------- 
> --
>
> -- 
> Thx,
> Shiva


-sachin