You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@geronimo.apache.org by Jeremy Boynes <jb...@apache.org> on 2005/06/28 03:59:53 UTC

build failed

in the maven-geronimo-plugin - I think this is releated to the 
deployment changes

java:compile:
     [echo] Compiling to 
C:\apache\geronimo\trunk\plugins\maven-geronimo-plugin/target/classes
     [javac] Compiling 11 source files to 
C:\apache\geronimo\trunk\plugins\maven-geronimo-plugin\target\classes
C:\apache\geronimo\trunk\plugins\maven-geronimo-plugin\src\java\org\apache\geronimo\deployment\mavenplugin\AbstractModuleCommand.jav
a:29: package org.apache.geronimo.deployment.plugin.factories does not exist
import 
org.apache.geronimo.deployment.plugin.factories.DeploymentFactoryImpl;
                                                        ^
C:\apache\geronimo\trunk\plugins\maven-geronimo-plugin\src\java\org\apache\geronimo\deployment\mavenplugin\StopRemoteServer.java:10:
  package org.apache.geronimo.deployment.plugin.factories does not exist
import 
org.apache.geronimo.deployment.plugin.factories.DeploymentFactoryImpl;
                                                        ^
C:\apache\geronimo\trunk\plugins\maven-geronimo-plugin\src\java\org\apache\geronimo\deployment\mavenplugin\WaitForStarted.java:28: 
p
ackage org.apache.geronimo.deployment.plugin.factories does not exist
import 
org.apache.geronimo.deployment.plugin.factories.DeploymentFactoryImpl;
                                                        ^
C:\apache\geronimo\trunk\plugins\maven-geronimo-plugin\src\java\org\apache\geronimo\deployment\mavenplugin\AbstractModuleCommand.jav
a:78: cannot resolve symbol
symbol  : class DeploymentFactoryImpl
location: class 
org.apache.geronimo.deployment.mavenplugin.AbstractModuleCommand
         new DeploymentFactoryImpl();
             ^
C:\apache\geronimo\trunk\plugins\maven-geronimo-plugin\src\java\org\apache\geronimo\deployment\mavenplugin\StopRemoteServer.java:22:
  package DeploymentFactoryImpl does not exist
         String uri = 
getUri().substring(DeploymentFactoryImpl.URI_PREFIX.length());
                                                              ^
C:\apache\geronimo\trunk\plugins\maven-geronimo-plugin\src\java\org\apache\geronimo\deployment\mavenplugin\WaitForStarted.java:62: 
p
ackage DeploymentFactoryImpl does not exist
         String uri = 
getUri().substring(DeploymentFactoryImpl.URI_PREFIX.length());
                                                              ^
6 errors

BUILD FAILED

Re: build failed

Posted by Aaron Mulder <am...@alumni.princeton.edu>.
Ok, I just did a "maven m:update && maven -o m:rebuild-all" and it went 
through, so I think we're good.  Please holler if you do the same and 
still have trouble.

Thanks,
	Aaron

On Tue, 28 Jun 2005, Aaron Mulder wrote:

> 	Hmm, I think it's still not straight.  I did get a circular 
> dependency.  I'm trying a fix -- just waiting for the build to go through 
> and I'll check it in.
> 
> Aaron
> 
> On Mon, 27 Jun 2005, Jeremy Boynes wrote:
> 
> > openejb-builder also broke with this - added a dependency but I have 
> > concerns this is leading to a circular dependency
> > 
> > Jeremy Boynes wrote:
> > > I fixed this by adding in a dependency to the jsr-88 module but I am 
> > > concerned that this is compounding the dependency on openejb-builder
> > > 
> > > -- 
> > > Jeremy
> > > 
> > > Jeremy Boynes wrote:
> > > 
> > >> in the maven-geronimo-plugin - I think this is releated to the 
> > >> deployment changes
> > >>
> > >> java:compile:
> > >>     [echo] Compiling to 
> > >> C:\apache\geronimo\trunk\plugins\maven-geronimo-plugin/target/classes
> > >>     [javac] Compiling 11 source files to 
> > >> C:\apache\geronimo\trunk\plugins\maven-geronimo-plugin\target\classes
> > >> C:\apache\geronimo\trunk\plugins\maven-geronimo-plugin\src\java\org\apache\geronimo\deployment\mavenplugin\AbstractModuleCommand.jav 
> > >>
> > >> a:29: package org.apache.geronimo.deployment.plugin.factories does not 
> > >> exist
> > >> import 
> > >> org.apache.geronimo.deployment.plugin.factories.DeploymentFactoryImpl;
> > >>                                                        ^
> > >> C:\apache\geronimo\trunk\plugins\maven-geronimo-plugin\src\java\org\apache\geronimo\deployment\mavenplugin\StopRemoteServer.java:10: 
> > >>
> > >>  package org.apache.geronimo.deployment.plugin.factories does not exist
> > >> import 
> > >> org.apache.geronimo.deployment.plugin.factories.DeploymentFactoryImpl;
> > >>                                                        ^
> > >> C:\apache\geronimo\trunk\plugins\maven-geronimo-plugin\src\java\org\apache\geronimo\deployment\mavenplugin\WaitForStarted.java:28: 
> > >> p
> > >> ackage org.apache.geronimo.deployment.plugin.factories does not exist
> > >> import 
> > >> org.apache.geronimo.deployment.plugin.factories.DeploymentFactoryImpl;
> > >>                                                        ^
> > >> C:\apache\geronimo\trunk\plugins\maven-geronimo-plugin\src\java\org\apache\geronimo\deployment\mavenplugin\AbstractModuleCommand.jav 
> > >>
> > >> a:78: cannot resolve symbol
> > >> symbol  : class DeploymentFactoryImpl
> > >> location: class 
> > >> org.apache.geronimo.deployment.mavenplugin.AbstractModuleCommand
> > >>         new DeploymentFactoryImpl();
> > >>             ^
> > >> C:\apache\geronimo\trunk\plugins\maven-geronimo-plugin\src\java\org\apache\geronimo\deployment\mavenplugin\StopRemoteServer.java:22: 
> > >>
> > >>  package DeploymentFactoryImpl does not exist
> > >>         String uri = 
> > >> getUri().substring(DeploymentFactoryImpl.URI_PREFIX.length());
> > >>                                                              ^
> > >> C:\apache\geronimo\trunk\plugins\maven-geronimo-plugin\src\java\org\apache\geronimo\deployment\mavenplugin\WaitForStarted.java:62: 
> > >> p
> > >> ackage DeploymentFactoryImpl does not exist
> > >>         String uri = 
> > >> getUri().substring(DeploymentFactoryImpl.URI_PREFIX.length());
> > >>                                                              ^
> > >> 6 errors
> > >>
> > >> BUILD FAILED
> > > 
> > > 
> > 
> > 
> 

Re: build failed

Posted by Aaron Mulder <am...@alumni.princeton.edu>.
	Hmm, I think it's still not straight.  I did get a circular 
dependency.  I'm trying a fix -- just waiting for the build to go through 
and I'll check it in.

Aaron

On Mon, 27 Jun 2005, Jeremy Boynes wrote:

> openejb-builder also broke with this - added a dependency but I have 
> concerns this is leading to a circular dependency
> 
> Jeremy Boynes wrote:
> > I fixed this by adding in a dependency to the jsr-88 module but I am 
> > concerned that this is compounding the dependency on openejb-builder
> > 
> > -- 
> > Jeremy
> > 
> > Jeremy Boynes wrote:
> > 
> >> in the maven-geronimo-plugin - I think this is releated to the 
> >> deployment changes
> >>
> >> java:compile:
> >>     [echo] Compiling to 
> >> C:\apache\geronimo\trunk\plugins\maven-geronimo-plugin/target/classes
> >>     [javac] Compiling 11 source files to 
> >> C:\apache\geronimo\trunk\plugins\maven-geronimo-plugin\target\classes
> >> C:\apache\geronimo\trunk\plugins\maven-geronimo-plugin\src\java\org\apache\geronimo\deployment\mavenplugin\AbstractModuleCommand.jav 
> >>
> >> a:29: package org.apache.geronimo.deployment.plugin.factories does not 
> >> exist
> >> import 
> >> org.apache.geronimo.deployment.plugin.factories.DeploymentFactoryImpl;
> >>                                                        ^
> >> C:\apache\geronimo\trunk\plugins\maven-geronimo-plugin\src\java\org\apache\geronimo\deployment\mavenplugin\StopRemoteServer.java:10: 
> >>
> >>  package org.apache.geronimo.deployment.plugin.factories does not exist
> >> import 
> >> org.apache.geronimo.deployment.plugin.factories.DeploymentFactoryImpl;
> >>                                                        ^
> >> C:\apache\geronimo\trunk\plugins\maven-geronimo-plugin\src\java\org\apache\geronimo\deployment\mavenplugin\WaitForStarted.java:28: 
> >> p
> >> ackage org.apache.geronimo.deployment.plugin.factories does not exist
> >> import 
> >> org.apache.geronimo.deployment.plugin.factories.DeploymentFactoryImpl;
> >>                                                        ^
> >> C:\apache\geronimo\trunk\plugins\maven-geronimo-plugin\src\java\org\apache\geronimo\deployment\mavenplugin\AbstractModuleCommand.jav 
> >>
> >> a:78: cannot resolve symbol
> >> symbol  : class DeploymentFactoryImpl
> >> location: class 
> >> org.apache.geronimo.deployment.mavenplugin.AbstractModuleCommand
> >>         new DeploymentFactoryImpl();
> >>             ^
> >> C:\apache\geronimo\trunk\plugins\maven-geronimo-plugin\src\java\org\apache\geronimo\deployment\mavenplugin\StopRemoteServer.java:22: 
> >>
> >>  package DeploymentFactoryImpl does not exist
> >>         String uri = 
> >> getUri().substring(DeploymentFactoryImpl.URI_PREFIX.length());
> >>                                                              ^
> >> C:\apache\geronimo\trunk\plugins\maven-geronimo-plugin\src\java\org\apache\geronimo\deployment\mavenplugin\WaitForStarted.java:62: 
> >> p
> >> ackage DeploymentFactoryImpl does not exist
> >>         String uri = 
> >> getUri().substring(DeploymentFactoryImpl.URI_PREFIX.length());
> >>                                                              ^
> >> 6 errors
> >>
> >> BUILD FAILED
> > 
> > 
> 
> 

Re: build failed

Posted by Aaron Mulder <am...@alumni.princeton.edu>.
	Oops -- looks like I didn't finish checking in the last couple 
dependencies.  The maven plugin and OpenEJB were the ones I missed, so I 
think you hit them all.

	There aren't any circular dependencies -- Maven would refuse to 
run if there were.

Aaron

On Mon, 27 Jun 2005, Jeremy Boynes wrote:
> openejb-builder also broke with this - added a dependency but I have 
> concerns this is leading to a circular dependency
> 
> Jeremy Boynes wrote:
> > I fixed this by adding in a dependency to the jsr-88 module but I am 
> > concerned that this is compounding the dependency on openejb-builder
> > 
> > -- 
> > Jeremy
> > 
> > Jeremy Boynes wrote:
> > 
> >> in the maven-geronimo-plugin - I think this is releated to the 
> >> deployment changes
> >>
> >> java:compile:
> >>     [echo] Compiling to 
> >> C:\apache\geronimo\trunk\plugins\maven-geronimo-plugin/target/classes
> >>     [javac] Compiling 11 source files to 
> >> C:\apache\geronimo\trunk\plugins\maven-geronimo-plugin\target\classes
> >> C:\apache\geronimo\trunk\plugins\maven-geronimo-plugin\src\java\org\apache\geronimo\deployment\mavenplugin\AbstractModuleCommand.jav 
> >>
> >> a:29: package org.apache.geronimo.deployment.plugin.factories does not 
> >> exist
> >> import 
> >> org.apache.geronimo.deployment.plugin.factories.DeploymentFactoryImpl;
> >>                                                        ^
> >> C:\apache\geronimo\trunk\plugins\maven-geronimo-plugin\src\java\org\apache\geronimo\deployment\mavenplugin\StopRemoteServer.java:10: 
> >>
> >>  package org.apache.geronimo.deployment.plugin.factories does not exist
> >> import 
> >> org.apache.geronimo.deployment.plugin.factories.DeploymentFactoryImpl;
> >>                                                        ^
> >> C:\apache\geronimo\trunk\plugins\maven-geronimo-plugin\src\java\org\apache\geronimo\deployment\mavenplugin\WaitForStarted.java:28: 
> >> p
> >> ackage org.apache.geronimo.deployment.plugin.factories does not exist
> >> import 
> >> org.apache.geronimo.deployment.plugin.factories.DeploymentFactoryImpl;
> >>                                                        ^
> >> C:\apache\geronimo\trunk\plugins\maven-geronimo-plugin\src\java\org\apache\geronimo\deployment\mavenplugin\AbstractModuleCommand.jav 
> >>
> >> a:78: cannot resolve symbol
> >> symbol  : class DeploymentFactoryImpl
> >> location: class 
> >> org.apache.geronimo.deployment.mavenplugin.AbstractModuleCommand
> >>         new DeploymentFactoryImpl();
> >>             ^
> >> C:\apache\geronimo\trunk\plugins\maven-geronimo-plugin\src\java\org\apache\geronimo\deployment\mavenplugin\StopRemoteServer.java:22: 
> >>
> >>  package DeploymentFactoryImpl does not exist
> >>         String uri = 
> >> getUri().substring(DeploymentFactoryImpl.URI_PREFIX.length());
> >>                                                              ^
> >> C:\apache\geronimo\trunk\plugins\maven-geronimo-plugin\src\java\org\apache\geronimo\deployment\mavenplugin\WaitForStarted.java:62: 
> >> p
> >> ackage DeploymentFactoryImpl does not exist
> >>         String uri = 
> >> getUri().substring(DeploymentFactoryImpl.URI_PREFIX.length());
> >>                                                              ^
> >> 6 errors
> >>
> >> BUILD FAILED
> > 
> > 
> 
> 

Re: build failed

Posted by Jeremy Boynes <jb...@apache.org>.
openejb-builder also broke with this - added a dependency but I have 
concerns this is leading to a circular dependency

Jeremy Boynes wrote:
> I fixed this by adding in a dependency to the jsr-88 module but I am 
> concerned that this is compounding the dependency on openejb-builder
> 
> -- 
> Jeremy
> 
> Jeremy Boynes wrote:
> 
>> in the maven-geronimo-plugin - I think this is releated to the 
>> deployment changes
>>
>> java:compile:
>>     [echo] Compiling to 
>> C:\apache\geronimo\trunk\plugins\maven-geronimo-plugin/target/classes
>>     [javac] Compiling 11 source files to 
>> C:\apache\geronimo\trunk\plugins\maven-geronimo-plugin\target\classes
>> C:\apache\geronimo\trunk\plugins\maven-geronimo-plugin\src\java\org\apache\geronimo\deployment\mavenplugin\AbstractModuleCommand.jav 
>>
>> a:29: package org.apache.geronimo.deployment.plugin.factories does not 
>> exist
>> import 
>> org.apache.geronimo.deployment.plugin.factories.DeploymentFactoryImpl;
>>                                                        ^
>> C:\apache\geronimo\trunk\plugins\maven-geronimo-plugin\src\java\org\apache\geronimo\deployment\mavenplugin\StopRemoteServer.java:10: 
>>
>>  package org.apache.geronimo.deployment.plugin.factories does not exist
>> import 
>> org.apache.geronimo.deployment.plugin.factories.DeploymentFactoryImpl;
>>                                                        ^
>> C:\apache\geronimo\trunk\plugins\maven-geronimo-plugin\src\java\org\apache\geronimo\deployment\mavenplugin\WaitForStarted.java:28: 
>> p
>> ackage org.apache.geronimo.deployment.plugin.factories does not exist
>> import 
>> org.apache.geronimo.deployment.plugin.factories.DeploymentFactoryImpl;
>>                                                        ^
>> C:\apache\geronimo\trunk\plugins\maven-geronimo-plugin\src\java\org\apache\geronimo\deployment\mavenplugin\AbstractModuleCommand.jav 
>>
>> a:78: cannot resolve symbol
>> symbol  : class DeploymentFactoryImpl
>> location: class 
>> org.apache.geronimo.deployment.mavenplugin.AbstractModuleCommand
>>         new DeploymentFactoryImpl();
>>             ^
>> C:\apache\geronimo\trunk\plugins\maven-geronimo-plugin\src\java\org\apache\geronimo\deployment\mavenplugin\StopRemoteServer.java:22: 
>>
>>  package DeploymentFactoryImpl does not exist
>>         String uri = 
>> getUri().substring(DeploymentFactoryImpl.URI_PREFIX.length());
>>                                                              ^
>> C:\apache\geronimo\trunk\plugins\maven-geronimo-plugin\src\java\org\apache\geronimo\deployment\mavenplugin\WaitForStarted.java:62: 
>> p
>> ackage DeploymentFactoryImpl does not exist
>>         String uri = 
>> getUri().substring(DeploymentFactoryImpl.URI_PREFIX.length());
>>                                                              ^
>> 6 errors
>>
>> BUILD FAILED
> 
> 


Re: build failed

Posted by Jeremy Boynes <jb...@apache.org>.
I fixed this by adding in a dependency to the jsr-88 module but I am 
concerned that this is compounding the dependency on openejb-builder

--
Jeremy

Jeremy Boynes wrote:
> in the maven-geronimo-plugin - I think this is releated to the 
> deployment changes
> 
> java:compile:
>     [echo] Compiling to 
> C:\apache\geronimo\trunk\plugins\maven-geronimo-plugin/target/classes
>     [javac] Compiling 11 source files to 
> C:\apache\geronimo\trunk\plugins\maven-geronimo-plugin\target\classes
> C:\apache\geronimo\trunk\plugins\maven-geronimo-plugin\src\java\org\apache\geronimo\deployment\mavenplugin\AbstractModuleCommand.jav 
> 
> a:29: package org.apache.geronimo.deployment.plugin.factories does not 
> exist
> import 
> org.apache.geronimo.deployment.plugin.factories.DeploymentFactoryImpl;
>                                                        ^
> C:\apache\geronimo\trunk\plugins\maven-geronimo-plugin\src\java\org\apache\geronimo\deployment\mavenplugin\StopRemoteServer.java:10: 
> 
>  package org.apache.geronimo.deployment.plugin.factories does not exist
> import 
> org.apache.geronimo.deployment.plugin.factories.DeploymentFactoryImpl;
>                                                        ^
> C:\apache\geronimo\trunk\plugins\maven-geronimo-plugin\src\java\org\apache\geronimo\deployment\mavenplugin\WaitForStarted.java:28: 
> p
> ackage org.apache.geronimo.deployment.plugin.factories does not exist
> import 
> org.apache.geronimo.deployment.plugin.factories.DeploymentFactoryImpl;
>                                                        ^
> C:\apache\geronimo\trunk\plugins\maven-geronimo-plugin\src\java\org\apache\geronimo\deployment\mavenplugin\AbstractModuleCommand.jav 
> 
> a:78: cannot resolve symbol
> symbol  : class DeploymentFactoryImpl
> location: class 
> org.apache.geronimo.deployment.mavenplugin.AbstractModuleCommand
>         new DeploymentFactoryImpl();
>             ^
> C:\apache\geronimo\trunk\plugins\maven-geronimo-plugin\src\java\org\apache\geronimo\deployment\mavenplugin\StopRemoteServer.java:22: 
> 
>  package DeploymentFactoryImpl does not exist
>         String uri = 
> getUri().substring(DeploymentFactoryImpl.URI_PREFIX.length());
>                                                              ^
> C:\apache\geronimo\trunk\plugins\maven-geronimo-plugin\src\java\org\apache\geronimo\deployment\mavenplugin\WaitForStarted.java:62: 
> p
> ackage DeploymentFactoryImpl does not exist
>         String uri = 
> getUri().substring(DeploymentFactoryImpl.URI_PREFIX.length());
>                                                              ^
> 6 errors
> 
> BUILD FAILED