Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 14363 invoked from network); 28 Sep 2006 22:11:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Sep 2006 22:11:10 -0000 Received: (qmail 34782 invoked by uid 500); 28 Sep 2006 22:11:07 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 34702 invoked by uid 500); 28 Sep 2006 22:11:07 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 34691 invoked by uid 99); 28 Sep 2006 22:11:07 -0000 Received: from idunn.apache.osuosl.org (HELO idunn.apache.osuosl.org) (140.211.166.84) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 28 Sep 2006 15:11:07 -0700 Authentication-Results: idunn.apache.osuosl.org header.from=jason.dillon@gmail.com; domainkeys=good X-ASF-Spam-Status: No, hits=0.5 required=5.0 tests=DNS_FROM_RFC_ABUSE DomainKey-Status: good X-DomainKeys: Ecelerity dk_validate implementing draft-delany-domainkeys-base-01 Received: from [64.233.182.185] ([64.233.182.185:1475] helo=nf-out-0910.google.com) by idunn.apache.osuosl.org (ecelerity 2.1.1.8 r(12930)) with ESMTP id FB/A2-00212-8784C154 for ; Thu, 28 Sep 2006 15:11:05 -0700 Received: by nf-out-0910.google.com with SMTP id n29so867423nfc for ; Thu, 28 Sep 2006 15:11:01 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:mime-version:in-reply-to:references:content-type:message-id:content-transfer-encoding:from:subject:date:to:x-mailer:sender; b=RVQLLR/z/XQalohCJbSjZOcjDoYblBoBFZc/I4TC+4jlkpmWtaAKsXcfPjzgZCPsdPc5jQWFiOXXoeTiL2jngC576cNTn4C0rrp+AF99QatPm9wPjphuLYj8383GrmkkS4ISxgpXz9M0k3AyFu5PrQT6jp6E/QRG/uljVpD2Kkg= Received: by 10.78.90.10 with SMTP id n10mr1951430hub; Thu, 28 Sep 2006 15:11:00 -0700 (PDT) Received: from ?10.0.1.3? ( [24.7.69.241]) by mx.gmail.com with ESMTP id 8sm1615407hug.2006.09.28.15.10.59; Thu, 28 Sep 2006 15:11:00 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v752.2) In-Reply-To: References: <92F09B77-E3B2-4B2D-8280-9DDA15188E24@planet57.com> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: <80C57383-3C08-4FEF-BB8C-BEB6BF1F0DC4@planet57.com> Content-Transfer-Encoding: 7bit From: Jason Dillon Subject: Re: Testsuite and maven-maven-plugin Date: Thu, 28 Sep 2006 15:10:54 -0700 To: dev@geronimo.apache.org X-Mailer: Apple Mail (2.752.2) Sender: Jason Dillon X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Sounds like its going to timeout hitting the war pages... --jason On Sep 28, 2006, at 3:01 PM, Prasad Kashyap wrote: > The selenium tests on windows blocks. Firefox does not open. > > I now have 5 java processes running. > > [INFO] ------------------------------------------------------- > [INFO] T E S T S > [INFO] ------------------------------------------------------- > [INFO] Running org.apache.geronimo.testsuite.deployment.Ear13Test > > Cheers > Prasad. > > On 9/28/06, Jason Dillon wrote: >> On Sep 28, 2006, at 2:28 PM, Prasad Kashyap wrote: >> > Thanx for the response Jason. >> > >> > Please see if the attached components.xml is good for our new >> > "integration-test" custom packaging. >> > http://rifers.org/paste/show/1855 >> >> Hi Prasad, I have already committed the new packaging and hooked up >> the deployment-testsuite to use it. >> >> >> > If we used the m-m-p to invoke child poms, won't they inherit the >> > goals from their parents ? If they do, then won't start-server and >> > stop-server be also executed ? >> >> You will notice there is is a "child" profile in each *-testsuite >> module and that the m-m-p sets this profile to be active on executed >> child modules. This was done specifically to avoid children picking >> up the start-server/stop-server configuration from their parent. >> >> --jason >> >> >>