Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 15287 invoked from network); 18 Sep 2004 22:27:46 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 18 Sep 2004 22:27:46 -0000 Received: (qmail 87851 invoked by uid 500); 18 Sep 2004 22:27:42 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 87768 invoked by uid 500); 18 Sep 2004 22:27:41 -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 Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 87753 invoked by uid 99); 18 Sep 2004 22:27:41 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from [155.208.255.36] (HELO grerelbul01.net.external.hp.com) (155.208.255.36) by apache.org (qpsmtpd/0.28) with ESMTP; Sat, 18 Sep 2004 15:27:41 -0700 Received: from vistula.poland.hp.com (vistula.poland.hp.com [15.188.0.12]) by grerelbul01.net.external.hp.com (Postfix) with ESMTP id 2E505384B5 for ; Sun, 19 Sep 2004 00:27:53 +0200 (CEST) Received: from [127.0.0.1] (namdynwar23.poland.hp.com [15.127.97.23]) by vistula.poland.hp.com with ESMTP (8.9.3 (PHNE_28760_binary)/8.8.6 SMKit7.02) id AAA02017 for ; Sun, 19 Sep 2004 00:27:31 +0200 (METDST) Message-ID: <414CB62C.2030309@apache.org> Date: Sun, 19 Sep 2004 00:26:52 +0200 From: Jacek Laskowski Organization: Apache Geronimo (http://geronimo.apache.org) User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8a3) Gecko/20040817 X-Accept-Language: pl, en, en-us MIME-Version: 1.0 To: dev@geronimo.apache.org Subject: Re: Problem building from subversion References: <414AA3AD.3000204@gmx.de> <414B6816.2060809@apache.org> <414B91F3.9000302@optusnet.com.au> In-Reply-To: <414B91F3.9000302@optusnet.com.au> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Gianny Damour wrote: > This problem is fixed. It was due to the fact that the geronimo-tomcat > artifact was not copied to the geronimo repository prior to deploy > TomcatGBean. Thanks Gianny! > BTW, I have noticed a couple of "issues": > * there is an indirect dependency between Catalina (the class) and the > javax.management package. I have discovered this problem when mounting > the geronimo-tomcat module within Eclipse. So we will need to declare a > new dependency; and I've noticed it too, but don't see a need to declare anything yet (perhaps, because of the build order, it's still lurking and waiting to show up). > * to some extent we are lucky to have a build of geronimo-tomcat after > assembly. Indeed, geronimo-tomcat assumes that the assembly module has > been built, yet it does not declare a dependency to force a correct > build order. I think that geronimo-tomcat should be installed like the > other modules (e.g. geronimo-jetty). Yes, that's totally true. There're a lot of work to do and I hope the things you've raised will encourage someone to jump in and help with the stuff. That's a fabulous time to contribute for anyone who keeps asking yourself what to work on. > Gianny Jacek