Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 63322 invoked from network); 14 Jun 2006 13:03:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 14 Jun 2006 13:03:39 -0000 Received: (qmail 81802 invoked by uid 500); 14 Jun 2006 13:03:35 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 81750 invoked by uid 500); 14 Jun 2006 13:03:35 -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 81734 invoked by uid 99); 14 Jun 2006 13:03:35 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jun 2006 06:03:35 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=RCVD_IN_SORBS_WEB,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of sppatel@gmail.com designates 64.233.184.228 as permitted sender) Received: from [64.233.184.228] (HELO wr-out-0506.google.com) (64.233.184.228) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 14 Jun 2006 06:03:34 -0700 Received: by wr-out-0506.google.com with SMTP id i30so111675wra for ; Wed, 14 Jun 2006 06:03:13 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:mime-version:in-reply-to:references:content-type:message-id:content-transfer-encoding:from:subject:date:to:x-mailer:sender; b=Ybqh3YUwwqGtDZ4TFXuWM2uYCWaazWfkEPSKU7naBat90Ohv0q7rh/mjtTA3RsKZU4e/xvq3YMIMjkJhKdgxO6OF+CqO5woDlWUKCzl9rg+NIR4X2mfwhqFD4qyH42120F96VnfSUx3wiNItAET/+FuVpRwHE+QNX1U7klm1Ofc= Received: by 10.54.124.15 with SMTP id w15mr632266wrc; Wed, 14 Jun 2006 06:03:13 -0700 (PDT) Received: from ?9.27.41.131? ( [129.33.49.251]) by mx.gmail.com with ESMTP id 34sm450551wra.2006.06.14.06.03.12; Wed, 14 Jun 2006 06:03:12 -0700 (PDT) Mime-Version: 1.0 (Apple Message framework v750) In-Reply-To: <448F76CB.2080705@nsdev.org> References: <16281B21-DCEF-4332-87CE-82EFE8471B74@gmail.com> <4484FD17.8040806@nsdev.org> <44862CB2.8080002@nsdev.org> <4CE29A48-34C6-4E56-B337-AA4F9E0FFD67@gmail.com> <44863190.7020109@nsdev.org> <44864FD5.4050805@nsdev.org> <448DEE2E.7090701@joyfulnoisewebdesign.com> <448E3335.3000603@nsdev.org> <448F5D33.5030804@nsdev.org> <448F61BB.6080902@nsdev.org> <225790CB-CEC0-4A6C-A9A2-BB97D86AE71A@gmail.com> <448F68C8.7080708@nsdev.org> <448F70E5.9000405@nsdev.org> <1F2D70BE-032A-4314-8783-A9443A658CB7@gmail.com> <448F76CB.2080705@nsdev.org> Content-Type: text/plain; charset=US-ASCII; delsp=yes; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Sachin Patel Subject: Re: Eclipse Plugin V1.1.0 unstable driver now available Date: Wed, 14 Jun 2006 09:03:09 -0400 To: dev@geronimo.apache.org X-Mailer: Apple Mail (2.750) Sender: Sachin Patel X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Right, this is actually a problem with open-ejb snapshots not being published. So its pulling down an old version of openejb which does not reflect the changes for the new EnvironmentType element. Currently the workaround is to install the openejb jars built from Geronimo 1.1 to your local Maven 2 repo. On Jun 13, 2006, at 10:39 PM, Neal Sanche wrote: > Okay, good, because my build is failing. I'll download yours and > test it out here. My error during build was: > > [ERROR] BUILD FAILURE > [INFO] > ---------------------------------------------------------------------- > -- > [INFO] Compilation failure > > E:\geronimo-eclipse-tools\plugins\org.apache.geronimo.st.v11.core > \src\org\apache > \geronimo\st\v11\core\GeronimoV11Utils.java:[54,65] incompatible types > found : java.lang.Object > required: org.apache.geronimo.xml.ns.deployment.EnvironmentType > > I'll try again later. > > -Neal > > Sachin Patel wrote: >> Ok, actually I'm using now... >> >> MAVEN_OPTS="-Xmx1024m -XX:MaxPermSize=512m" >> >> and I'm uploading a build as we speak, should be done in just >> about 5 min. >> >> On Jun 13, 2006, at 10:13 PM, Neal Sanche wrote: >> >>> I noticed that in the build scripts... Good that you fixed it. I >>> will keep trying to build it. I ran into the out of memory >>> problem just now and found your previous post on MAVEN_OPTS=- >>> Xmx512m so I'll stop the build and svn update first. Thanks. >>> >>> -Neal >>> >>> Sachin Patel wrote: >>>> Cool, you'll want to do an svn update, i just checked in some >>>> stuff, happened to be that v11.ui wasn't even building, nor >>>> being packaged :) >>>> >>>> On Jun 13, 2006, at 9:39 PM, Neal Sanche wrote: >>>> >>>>> Well, in the meantime I'm learning how to compile it. >>>>> Downloaded Maven 2.0.4 and am just waiting for the rest of the >>>>> downloads to happen. Exciting stuff. :) >>>>> >>>>> -Neal >>>>> >>>>> Sachin Patel wrote: >>>>>> My bad, you're right. Fixing and rebuilding now. Check for a >>>>>> new driver shortly. Thanks for your patience. >>>>>> >>>>>> -sachin >>>>>> >>>>>> On Jun 13, 2006, at 9:09 PM, Neal Sanche wrote: >>>>>> >>>>>>> Just tried it, and it's the same thing Sachin. Could you, >>>>>>> perhaps, send me the following file, or make it available in >>>>>>> the .zip: >>>>>>> >>>>>>> org.apache.geronimo.st.v11.ui.jar >>>>>>> >>>>>>> It isn't in the .zip you sent, however it is in the source >>>>>>> distribution, but I can't make the plugin source code >>>>>>> compile. Are you using Maven, or m2? >>>>>>> >>>>>>> -Neal >>>>>>> >>>>>>> Neal Sanche wrote: >>>>>>>> Thanks Sachin, I will give it a good run tonight, and let >>>>>>>> you know through JIRAs if I encounter anything. >>>>>>>> >>>>>>>> Cheers. >>>>>>>> >>>>>>>> -Neal >>>>>>>> >>>>>>>> Sachin Patel wrote: >>>>>>>>> Ah found the problem, the bundle manifest was missing a "." >>>>>>>>> entry for bundle-classpath. I'm uploading a new driver >>>>>>>>> right now. >>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>> On Jun 5, 2006, at 11:57 PM, Neal Sanche wrote: >>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>> Sachin Patel wrote: >>>>>>>>>>>>>>>>>>>>>>> The following driver can run on both JDK 1.4 >>>>>>>>>>>>>>>>>>>>>>> or 1.5. It should be run with WTP 1.0x and >>>>>>>>>>>>>>>>>>>>>>> will eventually but not currently run on WTP >>>>>>>>>>>>>>>>>>>>>>> 1.5. >>>>>>>>>>>>>>>>>>>>>>> >>>>>>>>>>>>>>>>>>>>>>> http://people.apache.org/dist/geronimo/ >>>>>>>>>>>>>>>>>>>>>>> eclipse/unstable/g-eclipse-plugin-1.1- >>>>>>>>>>>>>>>>>>>>>>> SNAPSHOT-deployable.zip >>>>>>>>>>>>>>>>>>>>>>> >>>>>>> >>>>>> >>>>>> >>>>>> -sachin >>>>>> >>>>> >>>> >>>> >>>> -sachin >>>> >>> >> >> >> -sachin >> > -sachin