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

Reply via email to