Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@apache.org Received: (qmail 96585 invoked from network); 8 Aug 2003 08:07:40 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 8 Aug 2003 08:07:40 -0000 Received: (qmail 1975 invoked by uid 97); 8 Aug 2003 08:10:30 -0000 Delivered-To: qmlist-jakarta-archive-commons-dev@nagoya.betaversion.org Received: (qmail 1968 invoked from network); 8 Aug 2003 08:10:29 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 8 Aug 2003 08:10:29 -0000 Received: (qmail 96245 invoked by uid 500); 8 Aug 2003 08:07:36 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 96222 invoked from network); 8 Aug 2003 08:07:35 -0000 Received: from umbongo.flamefew.net (64.253.103.114) by daedalus.apache.org with SMTP; 8 Aug 2003 08:07:35 -0000 Received: by umbongo.flamefew.net (Postfix on Linux (i386), from userid 500) id 18AD81B4C; Fri, 8 Aug 2003 04:07:47 -0400 (EDT) Received: from localhost (localhost [127.0.0.1]) by umbongo.flamefew.net (Postfix on Linux (i386)) with ESMTP id 143A51B49; Fri, 8 Aug 2003 04:07:47 -0400 (EDT) Date: Fri, 8 Aug 2003 04:07:47 -0400 (EDT) From: Henri Yandell X-X-Sender: hen@umbongo.flamefew.net To: John Farrell Cc: Jakarta Commons Users List , Jakarta Commons Developers List Subject: [jelly] Jelly needs a release Was: jelly demos don't compile even with the jars In-Reply-To: <200308081719.00762.Farrell_John_W@cat.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N [Cross-posting] John Farrel has had lots of trouble trying to get the released version of Jelly to build. So I figured I'd run through the instructions Jelly gives: Downloaded the jar. Running 'ant' as the README says. It's getting lots of jars, but failing on jms, xsdlib and jdbc. Then of course it dies. Running maven normally with 'maven' would be no different. This is with Maven 0.7, which I suspect is what this version of Jelly was created against [or 0.4+]. I find that 0.4->0.7 of Maven are fairly compatible, but that 0.8 can hit problems in compatibility. So the basic problem here is that Jelly hasn't been released since July 2002 [and is still at beta 3]. The source is not buildable for beta-3. Looking at CVS, beta-4-SNAPSHOT is what is being worked upon. It no longer relies upon xsdlib, jdbc and jms. Checking it out and running 'maven' as the README now suggests gives me a file not found for ../project.xml. Always a pain :) Grabbing that and LICENSE.txt which will also be needed, it builds happily. Jelly has no nightly build, which is odd as most of Commons does have a nightly build. It seems to me that Jelly should push out beta-4 if only so that a buildable version is out there. Of course, there have been 689 commits since that release, so I imagine the codebase might not be ready to walk out the door. Hen On Fri, 8 Aug 2003, John Farrell wrote: > On Fri, 8 Aug 2003 04:50 pm, Henri Yandell wrote: > > I've found that the speed of Maven can get frustrating at times. > > Actually, the speed of maven didn't worry me. It's just all the mucking around > using cvsgrab, trying to figure out how to get jelly without all of commons, > searching wikis and websites, searching through code to find out what is > really going on, and so on. > > > Could you let me know which particular jelly source download you grabbed? > > http://www.ibiblio.org/maven/commons-jelly/distributions/ > > I know I tried the commons-jelly-1.0-beta-3-src.tar.gz at least once, maybe > the zip as well. Silly me thought that the old modification dates meant the > product was stable. To get to that page, you go to > > http://jakarta.apache.org/commons/jelly/ > > and click on Download, so I really expected it to be up to date. Thanks Henri. > > John > --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org