Return-Path: Delivered-To: apmail-geronimo-xbean-dev-archive@minotaur.apache.org Received: (qmail 65617 invoked from network); 16 Sep 2010 01:12:58 -0000 Received: from unknown (HELO mail.apache.org) (140.211.11.3) by 140.211.11.9 with SMTP; 16 Sep 2010 01:12:58 -0000 Received: (qmail 31272 invoked by uid 500); 16 Sep 2010 01:12:58 -0000 Delivered-To: apmail-geronimo-xbean-dev-archive@geronimo.apache.org Received: (qmail 31228 invoked by uid 500); 16 Sep 2010 01:12:58 -0000 Mailing-List: contact xbean-dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: xbean-dev@geronimo.apache.org Delivered-To: mailing list xbean-dev@geronimo.apache.org Received: (qmail 31220 invoked by uid 99); 16 Sep 2010 01:12:57 -0000 Received: from Unknown (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Sep 2010 01:12:57 +0000 X-ASF-Spam-Status: No, hits=2.9 required=10.0 tests=HTML_MESSAGE,RCVD_IN_DNSWL_NONE,SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [209.85.214.182] (HELO mail-iw0-f182.google.com) (209.85.214.182) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 16 Sep 2010 01:12:35 +0000 Received: by iwn34 with SMTP id 34so705024iwn.13 for ; Wed, 15 Sep 2010 18:12:14 -0700 (PDT) MIME-Version: 1.0 Received: by 10.231.157.135 with SMTP id b7mr2442584ibx.164.1284599533767; Wed, 15 Sep 2010 18:12:13 -0700 (PDT) Received: by 10.231.170.141 with HTTP; Wed, 15 Sep 2010 18:12:13 -0700 (PDT) X-Originating-IP: [70.81.160.14] In-Reply-To: References: Date: Wed, 15 Sep 2010 21:12:13 -0400 Message-ID: Subject: Re: eclipse - compiletime error From: Thiago Veronezi To: xbean-dev@geronimo.apache.org Content-Type: multipart/alternative; boundary=005045014273e38c460490562296 X-Virus-Checked: Checked by ClamAV on apache.org --005045014273e38c460490562296 Content-Type: text/plain; charset=ISO-8859-1 Hi Ivan, I've checked this guy... Theres no class there.. Only one pom.xml and a LICENCE.vm, but I think I see whats the problem: "maven-shade-plugin". This code will never compile with eclipse. :O/ tkx, Thiago. On Wed, Sep 15, 2010 at 9:01 PM, Ivan wrote: > Those classes should be from another sub component of xbean project > https://svn.apache.org/repos/asf/geronimo/xbean/trunk/xbean-asm-shaded > > 2010/9/16 Thiago Veronezi > > > Hi, Devs! > > Some known names on this list huumm... :O) > > > > Guys, Im trying to compile this project but Im getting a compiletime > error > > when using eclipse. > > > > import org.apache.xbean.asm.ClassReader; > > import org.apache.xbean.asm.Label; > > import org.apache.xbean.asm.MethodVisitor; > > import org.apache.xbean.asm.Type; > > import org.apache.xbean.asm.commons.EmptyVisitor; > > > > The GUI cannot resolve "org.apache.xbean.asm". Its is working when I run > > "mvn install" via command line though. > > Also, I didnt find any ClassReader.java file. Are these imports leftover? > > > > tkx, > > Thiago. > > > > > > -- > Ivan > --005045014273e38c460490562296--