Return-Path: Delivered-To: apmail-gump-general-archive@www.apache.org Received: (qmail 76687 invoked from network); 10 Aug 2005 17:43:36 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 10 Aug 2005 17:43:36 -0000 Received: (qmail 53174 invoked by uid 500); 10 Aug 2005 17:43:35 -0000 Delivered-To: apmail-gump-general-archive@gump.apache.org Received: (qmail 53114 invoked by uid 500); 10 Aug 2005 17:43:35 -0000 Mailing-List: contact general-help@gump.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Gump code and data" Reply-To: "Gump code and data" Delivered-To: mailing list general@gump.apache.org Received: (qmail 53101 invoked by uid 99); 10 Aug 2005 17:43:35 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Aug 2005 10:43:35 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: unknown (asf.osuosl.org: error in processing during lookup of mail@leosimons.com) Received: from [192.87.17.19] (HELO netlx050.vf.utwente.nl) (192.87.17.19) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 10 Aug 2005 10:43:56 -0700 Received: from [130.89.169.128] (giraffe.student.utwente.nl [130.89.169.128]) by netlx050.vf.utwente.nl (8.11.7/HKD) with ESMTP id j7AHhVeC024904 for ; Wed, 10 Aug 2005 19:43:31 +0200 Message-ID: <42FA3CC2.60906@leosimons.com> Date: Wed, 10 Aug 2005 19:43:30 +0200 From: Leo Simons User-Agent: Mozilla Thunderbird 1.0.2 (X11/20050404) X-Accept-Language: en-us, en MIME-Version: 1.0 To: Gump code and data Subject: Re: Fwd: [GUMP@vmgump]: Project jakarta-hivemind-library (in module jakarta-hivemind) failed References: <42eb6afd.76574f8b.335f.028dSMTPIN_ADDED@mx.gmail.com> In-Reply-To: X-Enigmail-Version: 0.90.2.0 X-Enigmail-Supports: pgp-inline, pgp-mime Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-UTwente-MailScanner-Information: Scanned by MailScanner. Contact helpdesk@ITBE.utwente.nl for more information. X-UTwente-MailScanner: Found to be clean X-MailScanner-From: mail@leosimons.com X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Howard Lewis Ship wrote: > This has been failing for quite some time now. > > The errors indicate a problem compiling against some Spring code. > > The output shows the spring-core library on the classpath however. > > Any ideas how to fix this and get rid of these damn nag messages? Well, spring-core doesn't actually contain that missing BeanFactory. I think you need spring-beans.jar, which involves adding a tag to the hivemind project definition: https://svn.apache.org/repos/asf/gump/metadata/project/jakarta-hivemind.xml Looking at https://svn.apache.org/repos/asf/gump/metadata/project/spring.xml you need to change the line to or something similar. And yes, you do indeed have karma to fix that file yourself :-) cheers! Leo > [javac] private BeanFactory _beanFactory; > [javac] ^ > [javac] /x1/gump/public/workspace/jakarta-hivemind/library/src/java/org/apache/hivemind/lib/impl/SpringBeanParameter.java:44: > cannot resolve symbol > [javac] symbol : class BeanFactory > [javac] location: class org.apache.hivemind.lib.impl.SpringBeanParameter (...) --------------------------------------------------------------------- To unsubscribe, e-mail: general-unsubscribe@gump.apache.org For additional commands, e-mail: general-help@gump.apache.org