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>
smime.p7s
Description: S/MIME Cryptographic Signature
