Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 40032 invoked from network); 20 Oct 2009 17:41:02 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 20 Oct 2009 17:41:02 -0000 Received: (qmail 70677 invoked by uid 500); 20 Oct 2009 17:41:02 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 70595 invoked by uid 500); 20 Oct 2009 17:41:02 -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 70587 invoked by uid 99); 20 Oct 2009 17:41:02 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Oct 2009 17:41:02 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of rickmcg@gmail.com designates 209.85.220.210 as permitted sender) Received: from [209.85.220.210] (HELO mail-fx0-f210.google.com) (209.85.220.210) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 20 Oct 2009 17:40:52 +0000 Received: by fxm6 with SMTP id 6so6676239fxm.19 for ; Tue, 20 Oct 2009 10:40:32 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:reply-to :user-agent:mime-version:to:subject:references:in-reply-to :content-type:content-transfer-encoding; bh=ZGg5AoYi/RuMjpsf/dFRuVW91W+rG+XvzKhjYUYoOWY=; b=a+VoXJmfvrrt7LOHWIKr3w4uOFm4EWnb2qhgoLgHpMJ+1J+NyOVQwXUNOMw+oYO+c2 oYKW+ndHkX6vNnW5Oa529PAN6RO/uH90ktxVUYNr4iEjs8Nu5txs1bLYEEGDlD5bLc+A QO4XqR3GjpdvoERECufFsdAt9j02IIppr5Qgw= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:reply-to:user-agent:mime-version:to:subject :references:in-reply-to:content-type:content-transfer-encoding; b=nNom2MnRaFKUU5h0Cxr+Smz2We6qvS0xkNpdofIEJ+XW9fo6fNRieF7W/IdNpSSyED DL8woU8EEKkil1+LW1R2PhODWmGs5u/v2xlySNTShBzOEFeXmU9hSX9GVlYw4bwcreBS PceuHA1H7zlGOSeMAgHTKThi4P/VhEHynaQ88= Received: by 10.204.153.220 with SMTP id l28mr6792873bkw.86.1256060432031; Tue, 20 Oct 2009 10:40:32 -0700 (PDT) Received: from ?192.168.1.102? (24-151-82-15.dhcp.nwtn.ct.charter.com [24.151.82.15]) by mx.google.com with ESMTPS id 13sm175030fks.50.2009.10.20.10.40.30 (version=TLSv1/SSLv3 cipher=RC4-MD5); Tue, 20 Oct 2009 10:40:31 -0700 (PDT) Message-ID: <4ADDF5F9.8000504@gmail.com> Date: Tue, 20 Oct 2009 13:40:09 -0400 From: Rick McGuire Reply-To: rickmcg@gmail.com User-Agent: Thunderbird 2.0.0.23 (Windows/20090812) MIME-Version: 1.0 To: dev@geronimo.apache.org Subject: Re: Puzzling 3.0 build error References: <4ADDD90F.6090601@gmail.com> <483691A4-C074-495E-8C95-E395CBF5E7EE@yahoo.com> In-Reply-To: <483691A4-C074-495E-8C95-E395CBF5E7EE@yahoo.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org David Jencks wrote: > Can you run it with -e or -X? However, these schemas are all ones > that xmlbeans should not need to compile for this plugin, it should be > using the already compiled classes from the bundles that already have > them. So I think there's a classloading problem involved. The > xmlbeans plugin is not osgi based, so I don't think its caused by bad > Export-Package specification. The two things to check are that: > > 1. the bundles from the modules that do have these schemas do contain > the xmlbeans classes and .xsb files. > 2. the bundles are actually on the xmlbeans plugin's classpath. > > I would have guessed missing .xsb files but checking my copy of > geronimo-naming-builder it looks like they are present. Looks like this was just a stupid error on my part. I hadn't built the new version of the j2ee plugin yet, so of course it wasn't finding these. Rick > > thanks > david jencks > > On Oct 20, 2009, at 8:36 AM, Rick McGuire wrote: > >> I'm trying to get the Tomcat plugin building, and I'm getting a >> puzzling error trying to build geronimo-tomcat-builder: >> >> [INFO] Writing OBR metadata >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] Building Geronimo Plugins, Tomcat :: Builder >> [INFO] task-segment: [clean, install] >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] [clean:clean {execution: default-clean}] >> [INFO] Deleting file set: >> C:\g-3.0\plugins\tomcat\geronimo-tomcat6-builder\targe >> t (included: [**], excluded: []) >> [INFO] [genesis:validate-configuration {execution: default}] >> [INFO] [enforcer:enforce {execution: default}] >> [INFO] [xmlbeans:xmlbeans {execution: default}] >> IO Error java.io.FileNotFoundException: >> C:\g-3.0\plugins\tomcat\geronimo-tomcat6 >> -builder\src\main\xsd\geronimo-naming-1.2.xsd (The system cannot find >> the file s >> pecified) >> IO Error java.io.FileNotFoundException: >> C:\g-3.0\plugins\tomcat\geronimo-tomcat6 >> -builder\src\main\xsd\geronimo-application-2.0.xsd (The system cannot >> find the f >> ile specified) >> IO Error java.io.FileNotFoundException: >> C:\g-3.0\plugins\tomcat\geronimo-tomcat6 >> -builder\src\main\xsd\geronimo-module-1.2.xsd (The system cannot find >> the file s >> pecified) >> IO Error java.io.FileNotFoundException: >> C:\g-3.0\plugins\tomcat\geronimo-tomcat6 >> -builder\src\main\xsd\geronimo-jaspi.xsd (The system cannot find the >> file specif >> ied) >> Time to build schema type system: 5.875 seconds >> BUILD FAILED >> [INFO] >> ------------------------------------------------------------------------ >> [ERROR] BUILD ERROR >> [INFO] >> ------------------------------------------------------------------------ >> [INFO] XmlBeans compile failed: >> >> >> >> It appears like it is looking in the wrong location for the >> references xsd files. I haven't been able to spot any obvious >> changes from the other plugins that have already been converted that >> might also be required here. >> Rick > >