Seems like this would be causing the dependency problem you saw:
> 'org.apache.geronimo.framework:geronimo-system:pom:2.1.1-SNAPSHOT:runtime'
> is invalid. It will be ignored for artifact resolution. Reason: Failed
> to validate POM for project
Jarek
On Thu, Mar 13, 2008 at 8:03 PM, Donald Woods <[EMAIL PROTECTED]> wrote:
>
> [exec] [INFO] [INFO]
> ----------------------------------------------------------------------------
> [exec] [INFO] [INFO] Building Geronimo TestSuite :: CORBA
> TestSuite :: Marshal EAR
> [exec] [INFO] [INFO] task-segment: [install]
> [exec] [INFO] [INFO]
> ----------------------------------------------------------------------------
> [exec] [INFO] [INFO] [enforcer:enforce {execution: default}]
> [exec] [INFO] [INFO] [ear:generate-application-xml]
> [exec] [INFO] [INFO] Generating application.xml
> [exec] [INFO] [INFO] [tools:copy-legal-files {execution:
> install-legal-files}]
> [exec] [INFO] [INFO] Created dir:
>
> /home/drwoods/svn/server-2.1.1/testsuite/corba-testsuite/corba-marshal/corba-marshal-ear/target/classes/META-INF
> [exec] [INFO] [INFO] Copying 2 files to
>
> /home/drwoods/svn/server-2.1.1/testsuite/corba-testsuite/corba-marshal/corba-marshal-ear/target/classes/META-INF
> [exec] [INFO] [INFO] [resources:resources]
> [exec] [INFO] [INFO] Using default encoding to copy filtered
> resources.
> [exec] [INFO] [INFO] [ear:ear]
> [exec] [INFO] [INFO] Copying
> artifact[ejb:org.apache.geronimo.testsuite:corba-marshal-ejb:2.1.1-SNAPSHOT]
> to[corba-marshal-ejb-2.1.1-SNAPSHOT.jar]
> [exec] [INFO] [INFO] Copying
>
> artifact[jar:org.apache.geronimo.testsuite:corba-marshal-client:2.1.1-SNAPSHOT]
> to[corba-marshal-client-2.1.1-SNAPSHOT.jar]
> [exec] [INFO] [INFO] Copy ear resources to
>
> /home/drwoods/svn/server-2.1.1/testsuite/corba-testsuite/corba-marshal/corba-marshal-ear/target/corba-marshal-ear-2.1.1-SNAPSHOT
> [exec] [INFO] [INFO] Could not find manifest file:
>
> /home/drwoods/svn/server-2.1.1/testsuite/corba-testsuite/corba-marshal/corba-marshal-ear/src/main/application/META-INF/MANIFEST.MF
> - Generating one
> [exec] [INFO] [INFO] Building jar:
>
> /home/drwoods/svn/server-2.1.1/testsuite/corba-testsuite/corba-marshal/corba-marshal-ear/target/corba-marshal-ear-2.1.1-SNAPSHOT.ear
> [exec] [INFO] [WARNING] POM for
> 'org.apache.geronimo.framework:geronimo-system:pom:2.1.1-SNAPSHOT:runtime'
> is invalid. It will be ignored for artifact resolution. Reason: Failed
> to validate POM for project
> org.apache.geronimo.framework:geronimo-system at Artifact
> [org.apache.geronimo.framework:geronimo-system:pom:2.1.1-SNAPSHOT:runtime]
> [exec] [INFO] [WARNING] POM for
> 'org.apache.geronimo.framework:geronimo-system:pom:2.1.1-SNAPSHOT:runtime'
> is invalid. It will be ignored for artifact resolution. Reason: Failed
> to validate POM for project
> org.apache.geronimo.framework:geronimo-system at Artifact
> [org.apache.geronimo.framework:geronimo-system:pom:2.1.1-SNAPSHOT:runtime]
> [exec] [INFO] [INFO] [geronimo:start-module {execution:
> start-j2ee-corba-yoko}]
> [exec] [INFO] [INFO] Using non-artifact based module id:
> org.apache.geronimo.configs/j2ee-corba-yoko/2.1.1-SNAPSHOT/car
> [exec] [WARNING] log4j:WARN No appenders could be found for logger
> (org.apache.geronimo.deployment.plugin.factories.BaseDeploymentFactory).
> [exec] [WARNING] log4j:WARN Please initialize the log4j system
> properly.
> [exec] [INFO] [WARNING] Module is already started:
> org.apache.geronimo.configs/j2ee-corba-yoko/2.1.1-SNAPSHOT/car
> [exec] [INFO] [INFO] [geronimo:start-module {execution:
> openejb-corba-deployer}]
> [exec] [INFO] [INFO] Using non-artifact based module id:
> org.apache.geronimo.configs/openejb-corba-deployer/2.1.1-SNAPSHOT/car
> [exec] [INFO] [WARNING] Module is already started:
> org.apache.geronimo.configs/openejb-corba-deployer/2.1.1-SNAPSHOT/car
> [exec] [INFO] [INFO] [geronimo:deploy-module {execution: deploy-ear}]
> [exec] [INFO] [INFO] Using non-artifact based module archive:
>
> /home/drwoods/server-2.1.1/testsuite/corba-testsuite/corba-marshal/corba-marshal-ear/target/corba-marshal-ear-2.1.1-SNAPSHOT.ear
> [exec] [INFO] [INFO] Using non-artifact based plan: null
> [exec] [INFO] [INFO] Distributing module artifact:
>
> /home/drwoods/svn/server-2.1.1/testsuite/corba-testsuite/corba-marshal/corba-marshal-ear/target/corba-marshal-ear-2.1.1-SNAPSHOT.ear
> with plan null
> [exec] [INFO] [INFO]
> ------------------------------------------------------------------------
> [exec] [INFO] [ERROR] FATAL ERROR
> [exec] [INFO] [INFO]
> ------------------------------------------------------------------------
> [exec] [INFO] [INFO] org.apache.geronimo.common.DeploymentException
> [exec] [INFO] [INFO]
> ------------------------------------------------------------------------
> [exec] [INFO] [INFO] Trace
> [exec] [INFO] java.lang.NoClassDefFoundError:
> org.apache.geronimo.common.DeploymentException
> [exec] [INFO] at java.lang.J9VMInternals.verifyImpl(Native Method)
> [exec] [INFO] at
> java.lang.J9VMInternals.verify(J9VMInternals.java:68)
> [exec] [INFO] at
> java.lang.J9VMInternals.verify(J9VMInternals.java:66)
> [exec] [INFO] at
> java.lang.J9VMInternals.initialize(J9VMInternals.java:129)
> [exec] [INFO] at
>
> org.apache.geronimo.deployment.plugin.jmx.JMXDeploymentManager.createDistributeCommand(JMXDeploymentManager.java:317)
> [exec] [INFO] at
>
> org.apache.geronimo.deployment.plugin.jmx.RemoteDeploymentManager.createDistributeCommand(RemoteDeploymentManager.java:132)
> [exec] [INFO] at
>
> org.apache.geronimo.deployment.plugin.jmx.JMXDeploymentManager.distribute(JMXDeploymentManager.java:188)
> [exec] [INFO] at
>
> org.apache.geronimo.mavenplugins.geronimo.module.DeployModuleMojo.distribute(DeployModuleMojo.java:155)
> [exec] [INFO] at
>
> org.apache.geronimo.mavenplugins.geronimo.module.DeployModuleMojo.doExecute(DeployModuleMojo.java:83)
> [exec] [INFO] at
>
> org.apache.geronimo.mavenplugins.geronimo.reporting.ReportingMojoSupport.execute(ReportingMojoSupport.java:99)
> [exec] [INFO] at
>
> org.apache.maven.plugin.DefaultPluginManager.executeMojo(DefaultPluginManager.java:443)
> [exec] [INFO] at
>
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoals(DefaultLifecycleExecutor.java:539)
> [exec] [INFO] at
>
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalWithLifecycle(DefaultLifecycleExecutor.java:480)
> [exec] [INFO] at
>
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoal(DefaultLifecycleExecutor.java:459)
> [exec] [INFO] at
>
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeGoalAndHandleFailures(DefaultLifecycleExecutor.java:311)
> [exec] [INFO] at
>
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.executeTaskSegments(DefaultLifecycleExecutor.java:278)
> [exec] [INFO] at
>
> org.apache.maven.lifecycle.DefaultLifecycleExecutor.execute(DefaultLifecycleExecutor.java:143)
> [exec] [INFO] at
> org.apache.maven.DefaultMaven.doExecute(DefaultMaven.java:334)
> [exec] [INFO] at
> org.apache.maven.DefaultMaven.execute(DefaultMaven.java:125)
> [exec] [INFO] at
> org.apache.maven.cli.MavenCli.main(MavenCli.java:280)
> [exec] [INFO] at
> sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
> [exec] [INFO] at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:79)
> [exec] [INFO] at
>
> sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
> [exec] [INFO] at java.lang.reflect.Method.invoke(Method.java:618)
> [exec] [INFO] at
> org.codehaus.classworlds.Launcher.launchEnhanced(Launcher.java:315)
> [exec] [INFO] at
> org.codehaus.classworlds.Launcher.launch(Launcher.java:255)
> [exec] [INFO] at
> org.codehaus.classworlds.Launcher.mainWithExitCode(Launcher.java:430)
> [exec] [INFO] at
> org.codehaus.classworlds.Launcher.main(Launcher.java:375)
> [exec] [INFO] [INFO]
> ------------------------------------------------------------------------
> [exec] [INFO] [INFO] Total time: 28 seconds
> [exec] [INFO] [INFO] Finished at: Thu Mar 13 13:08:05 EDT 2008
> [exec] [INFO] [INFO] Final Memory: 23M/64M
> [exec] [INFO] [INFO]
> ------------------------------------------------------------------------
> [exec] [INFO]
> ------------------------------------------------------------------------
> [exec] [ERROR] BUILD ERROR
> [exec] [INFO]
> ------------------------------------------------------------------------
> [exec] [INFO] exec returned: 1
> [exec]
> [exec] [INFO]
> ------------------------------------------------------------------------
> [exec] [INFO] For more information, run Maven with the -e switch
> [exec] [INFO]
> ------------------------------------------------------------------------
> [exec] [INFO] Total time: 23 minutes 42 seconds
> [exec] [INFO] Finished at: Thu Mar 13 13:08:06 EDT 2008
> [exec] [INFO] Final Memory: 28M/109M
> [exec] [INFO]
> ------------------------------------------------------------------------
>
> BUILD FAILED
>
>
>
>
>
> David Jencks wrote:
> > Plus this change shouldn't affect any of the information geronimo uses
> > when installing plugins etc. Please show the error you get.
> >
> > thanks
> > david jencks
> >
> > On Mar 13, 2008, at 12:54 PM, Jarek Gawor wrote:
> >
> >> Ok, but still, this is weird. geronimo-deploy-jsr88 already gets
> >> geronimo-common through geronimo-system module.
> >>
> >> Also, just running testsuites (testsuites checked out from svn) and
> >> relying on other components to be pulled in (from remote repos) seems
> >> bad. There is a great chance that the testsuites in svn and the
> >> published components will be out of synch (especially since I don't
> >> think we publish Geronimo snapshots regularly). But maybe you have
> >> your own repo which contains up-to-date G components.
> >>
> >> Jarek
> >>
> >> On Thu, Mar 13, 2008 at 3:33 PM, Donald Woods <[EMAIL PROTECTED]> wrote:
> >>> I'm starting with a clean local repo and only running "mvn install" from
> >>> under the testsuite subdir, as to run a "clean" BVT based on the
> >>> artifacts in the hosted repos....
> >>>
> >>> I believe the daily build script always runs the testsuite after the
> >>> server builds completes, right? So the local repo is already populated
> >>> with all the depends....
> >>>
> >>>
> >>> -Donald
> >>>
> >>>
> >>>
> >>>
> >>> Jarek Gawor wrote:
> >>>> Donald,
> >>>>
> >>>> I don't understand. How are you building the code? The automatic
> >>>> builds are always done with a clean repo and we don't see builds
> >>>> failing with any missing dependency error.
> >>>>
> >>>> Jarek
> >>>>
> >>>> On Thu, Mar 13, 2008 at 3:21 PM, <[EMAIL PROTECTED]> wrote:
> >>>>> Author: dwoods
> >>>>> Date: Thu Mar 13 12:21:46 2008
> >>>>> New Revision: 636845
> >>>>>
> >>>>> URL: http://svn.apache.org/viewvc?rev=636845&view=rev
> >>>>> Log:
> >>>>> found another depend missing by running testsuite with a clean repo
> >>>>>
> >>>>> Modified:
> >>>>>
> >>>>> geronimo/server/trunk/framework/modules/geronimo-deploy-jsr88/pom.xml
> >>>>>
> >>>>> Modified:
> >>>>> geronimo/server/trunk/framework/modules/geronimo-deploy-jsr88/pom.xml
> >>>>> URL:
> >>>>>
> http://svn.apache.org/viewvc/geronimo/server/trunk/framework/modules/geronimo-deploy-jsr88/pom.xml?rev=636845&r1=636844&r2=636845&view=diff
> >>>>>
> >>>>>
> ==============================================================================
> >>>>>
> >>>>> ---
> >>>>> geronimo/server/trunk/framework/modules/geronimo-deploy-jsr88/pom.xml
> >>>>> (original)
> >>>>> +++
> >>>>> geronimo/server/trunk/framework/modules/geronimo-deploy-jsr88/pom.xml
> >>>>> Thu Mar 13 12:21:46 2008
> >>>>> @@ -40,6 +40,12 @@
> >>>>>
> >>>>> <dependency>
> >>>>> <groupId>org.apache.geronimo.framework</groupId>
> >>>>> + <artifactId>geronimo-common</artifactId>
> >>>>> + <version>${version}</version>
> >>>>> + </dependency>
> >>>>> +
> >>>>> + <dependency>
> >>>>> + <groupId>org.apache.geronimo.framework</groupId>
> >>>>> <artifactId>geronimo-plugin</artifactId>
> >>>>> <version>${version}</version>
> >>>>> </dependency>
> >>>>>
> >>>>>
> >>>>>
> >>>>
> >>>
> >
> >
>