Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 25056 invoked from network); 28 Jun 2005 15:18:01 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 28 Jun 2005 15:18:01 -0000 Received: (qmail 62962 invoked by uid 500); 28 Jun 2005 15:17:53 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 62563 invoked by uid 500); 28 Jun 2005 15:17:50 -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 62530 invoked by uid 99); 28 Jun 2005 15:17:50 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Jun 2005 08:17:50 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: neutral (asf.osuosl.org: local policy) Received: from [66.250.40.202] (HELO saturn.opentools.org) (66.250.40.202) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 28 Jun 2005 08:17:48 -0700 Received: by saturn.opentools.org (Postfix, from userid 500) id 27B363E05; Tue, 28 Jun 2005 11:49:56 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by saturn.opentools.org (Postfix) with ESMTP id 24348F339 for ; Tue, 28 Jun 2005 11:49:56 -0400 (EDT) Date: Tue, 28 Jun 2005 11:49:56 -0400 (EDT) From: Aaron Mulder X-X-Sender: ammulder@saturn.opentools.org To: dev@geronimo.apache.org Subject: Re: Problems building interop module In-Reply-To: <7156fa20050628061931ea9047@mail.gmail.com> Message-ID: References: <7156fa200506272318453817c9@mail.gmail.com> <42C0F27D.4040204@spikesource.com> <7156fa20050628061931ea9047@mail.gmail.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N What OS are you on? I've tried Linux and OS X and haven't seen that problem. Als, you might want to try "maven m:rebuild-all" as that will make sure to clean out and recreate any stale build output. Aaron On Tue, 28 Jun 2005, Adriano Orlando Campestrini wrote: > I'm using J2SE v 1.4.2_08. I will look for an early error/warning. > > Adriano > > > On 6/28/05, Calvin Austin wrote: > > Those classes are generated via idl so they match their IDL form, ie > > upper case > > > > One thing you can try is to compare your build output to a successful > > build, it may have generated an error/warning earlier > > http://www.spikesource.com/spikewatch.logs/fedora-3-i386/759/geronimo/logs/geronimo.build.maven.log > > > > regards > > calvin > > > > Adriano Orlando Campestrini wrote: > > > > >Hi, > > > > > >I trying to build the server but I'm having problems with > > >geronimo-spec-corba-2.3-rc4.jar. > > >It seems that this jar has, for example, the directories org/omg/giop > > >and org/omg/iiop but the classes are declared as org.omg.GIOP... and > > >org.omg.IIOP... in upper case form. This failed the build of interop > > >module. Somebody already saw something thus? > > > > > >Adriano > > > > > > > > > > > > >