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 > > > > > >
