Return-Path: Delivered-To: apmail-portals-jetspeed-dev-archive@www.apache.org Received: (qmail 41286 invoked from network); 22 Jan 2007 23:33:37 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 22 Jan 2007 23:33:37 -0000 Received: (qmail 3522 invoked by uid 500); 22 Jan 2007 23:33:42 -0000 Delivered-To: apmail-portals-jetspeed-dev-archive@portals.apache.org Received: (qmail 3495 invoked by uid 500); 22 Jan 2007 23:33:42 -0000 Mailing-List: contact jetspeed-dev-help@portals.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Jetspeed Developers List" Delivered-To: mailing list jetspeed-dev@portals.apache.org Received: (qmail 3482 invoked by uid 99); 22 Jan 2007 23:33:42 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Jan 2007 15:33:42 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of philip.donaghy@gmail.com designates 209.85.132.240 as permitted sender) Received: from [209.85.132.240] (HELO an-out-0708.google.com) (209.85.132.240) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 22 Jan 2007 15:33:33 -0800 Received: by an-out-0708.google.com with SMTP id c5so459139anc for ; Mon, 22 Jan 2007 15:33:12 -0800 (PST) DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=kdeUaYMUh9fSoaqJ2cWSAonE/IEUF07qpQgCrCmLSL1LhbNfVoitmgJd9UOUbVVh+8nzR4+dDkYI7U9CW0MBaGnAErBUn3EkdKaUVQjhB2D3VU81krwYdA5jJCDakIm4obiNScBJwZF7Shr7ozn18I5lNMEu7Cw4MvFsZC2eLFQ= Received: by 10.114.190.6 with SMTP id n6mr30926waf.1169508791712; Mon, 22 Jan 2007 15:33:11 -0800 (PST) Received: by 10.114.74.2 with HTTP; Mon, 22 Jan 2007 15:33:06 -0800 (PST) Message-ID: Date: Tue, 23 Jan 2007 00:33:06 +0100 From: "Philip Mark Donaghy" To: "Jetspeed Developers List" Subject: Re: it fails in the seed data In-Reply-To: <45B4DD73.7090206@bluesunrise.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <56E75F80F964CF448B3F25A2966146D507420634@MSGBOSCLF2WIN.DMN1.FMR.COM> <45B4DD73.7090206@bluesunrise.com> X-Virus-Checked: Checked by ClamAV on apache.org On 1/22/07, David Sean Taylor wrote: > > > Tallamraju, Raman wrote: > > We've been saying this since we first started using Jetspeed - I think > > moving to Ant (or at least providing that alternative at the very least) > > would definitely be appreciated by the community. We have had maven > > working for us - but getting new builds to work for all developers has > > been a big hassle. We've beeen getting around this by checking in our > > repo into source control and adding jars to it as needed - in effect > > mimicking what an ant build would do (everybody runs maven in offline > > mode). > > Have you tried maintaining a repository on your network? > > > > > Hope to see this build up & running soon. > > > Let me try to summarize the build issues. There are currently four > issues with the builds that I am aware of: > > 1. Custom build for Maven-2 is breaking on the "dbpsml" profile > 2. The Maven-1 build is failing on the seed data when using the Derby db My issue is also on the seed data with Maven-2 and Derby. The build outputs, [java] java.lang.IllegalArgumentException: Resource path [/home/phil/liveaxis/src/spoton/portals-jetspeed-2/etc/home/phil/liveaxis/src/spoton/portals-jetspeed-2/etc/target/seed/assembly/boot] does not denote a directory The FileSystemXmlApplicationContext documentation states "Resource paths are considered relative to the current VM working directory, even if they start with a slash." So serializer arguments should not include the baseDir. I resolved this but the schema is not getting created. There are so may maven properties 'skip' this and 'is' that. I'm confused. I'll post the patch for the Serializer. Philip > 3. The error Michael Timony reported (I can't reproduce this one): > > /tmp/CUSTOM_PORTAL1/portal-2/etc/build.xml:489: > java.lang.ClassCastException: > org.apache.maven.usability.MojoFailureExceptionDiagnoser > I've seen this one. It is also related to the serializer being invoked during the build. This is where the circular dependency is. This error occurs when the tag is not resolved. This means that the build uses jars from the repository (if your lucky enough to download them) to execute the serializer and not the local source. > 4. The strange 'missing jars' problem described by Mikko Wuokko (I can't > reproduce this one) His mail mentions MojoFailureExceptionDiagnoser so I think this is the same as #3. Philip > > Let me know if I am missing any other issues.... > > Finally, here is a little poem called "Maven, Maven Mend My Build" > > Maven, Maven, mend my build. > Cant get it done with Mavens two. > Maven two the users hate! > Ant gets it done at any rate. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org > For additional commands, e-mail: jetspeed-dev-help@portals.apache.org > > -- Philip Donaghy donaghy.blogspot.com del.icio.us/donaghy/philip Skype: philipmarkdonaghy Office: +33 5 56 60 88 02 Mobile: +33 6 20 83 22 62 --------------------------------------------------------------------- To unsubscribe, e-mail: jetspeed-dev-unsubscribe@portals.apache.org For additional commands, e-mail: jetspeed-dev-help@portals.apache.org