Return-Path: X-Original-To: apmail-maven-dev-archive@www.apache.org Delivered-To: apmail-maven-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id B10EFE99E for ; Tue, 8 Jan 2013 11:36:32 +0000 (UTC) Received: (qmail 35073 invoked by uid 500); 8 Jan 2013 11:36:32 -0000 Delivered-To: apmail-maven-dev-archive@maven.apache.org Received: (qmail 34756 invoked by uid 500); 8 Jan 2013 11:36:32 -0000 Mailing-List: contact dev-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Maven Developers List" Reply-To: "Maven Developers List" Delivered-To: mailing list dev@maven.apache.org Received: (qmail 34732 invoked by uid 99); 8 Jan 2013 11:36:31 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jan 2013 11:36:31 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (nike.apache.org: domain of vincent.siveton@gmail.com designates 74.125.83.53 as permitted sender) Received: from [74.125.83.53] (HELO mail-ee0-f53.google.com) (74.125.83.53) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Jan 2013 11:36:25 +0000 Received: by mail-ee0-f53.google.com with SMTP id e52so162321eek.40 for ; Tue, 08 Jan 2013 03:36:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=gFGvW3szyhvLDVEielIIer+oqd2GyMdaRQ6Z1AqTKGs=; b=IzIo7xOllk15CMtK2ly3aJBw8DgmecM/8smarHdRPvyECA1BCl1LwnkRLT/4iwuR+u uFm/QrwxhH5i6luLJLaDHNuRVNEc8jNJ/6Q43VuCFcYFiEKZqWWWQ6vJJ74XMDVUlppN aCZnKdmFGaMAW5ycUek5KfVjVj25rl8iPfNEGfvDl+VBlvYpqYCOe1qxMRof22rtT7zN 8jyjgd/8UcCeLpnlYEnGXuAb61nkKKvb5geY+ATqGOTzmXa5j4xSHtjjal+ULIZyYd+T SjZfxYAFIEcWohQWtA86/2ALW0Ion91Wnb13kf3L1LwXw/ggG5N0Sau8UWjzdKihzpDT 1/bg== Received: by 10.14.221.65 with SMTP id q41mr173041472eep.30.1357644965179; Tue, 08 Jan 2013 03:36:05 -0800 (PST) MIME-Version: 1.0 Received: by 10.14.119.77 with HTTP; Tue, 8 Jan 2013 03:35:43 -0800 (PST) In-Reply-To: References: From: Vincent Siveton Date: Tue, 8 Jan 2013 06:35:43 -0500 Message-ID: Subject: Re: [doap-plugin] property value not interpolated? To: Maven Developers List Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org Hi Simone! Probably a bug. DoapUtil.interpolate() should does the job. Please create an issue with your project. V. 2013/1/8 Simone Tripodi : > Salut Olivier! > >> Note project.description is the default value :-) >> > > yes that is why I got crazy :P > >> Is-it an open source with this issue ? > > Yes I just included it in the Onami parent on /trunk. If I launch > > `mvn install site` > > I got the following error > > [INFO] --- maven-doap-plugin:1.1:generate (site) @ org.apache.onami.parent --- > [INFO] This project is an ASF project, ASF Extensions to DOAP will be added. > [INFO] Generating an ASF DOAP file > /Users/stripodi/Documents/apache-workspace/onami/trunk/parent/target/site/doap.rdf > [ERROR] > [ERROR] A parameter is required by ASF. > [ERROR] > [ERROR] For more information about the errors and possible solutions, > please read the plugin documentation: > [ERROR] http://maven.apache.org/plugins/maven-doap-plugin/usage.html#DOAP_ASF_Configuration > > Any idea? > > TIA, all the best! > -Simo > > http://people.apache.org/~simonetripodi/ > http://simonetripodi.livejournal.com/ > http://twitter.com/simonetripodi > http://www.99soft.org/ > > > On Mon, Jan 7, 2013 at 9:52 PM, Olivier Lamy wrote: >> Hi Simo, >> I just changed an it with that and cannot reproduce. > >> >> 2013/1/7 Simone Tripodi : >>> Hi mates, >>> >>> forwarding to dev@ - is that a bug? >>> >>> TIA! >>> -Simo >>> >>> http://people.apache.org/~simonetripodi/ >>> http://simonetripodi.livejournal.com/ >>> http://twitter.com/simonetripodi >>> http://www.99soft.org/ >>> >>> >>> >>> ---------- Forwarded message ---------- >>> From: Simone Tripodi >>> Date: Sun, Jan 6, 2013 at 8:41 PM >>> Subject: [doap-plugin] property value not interpolated? >>> To: Maven Users List >>> >>> >>> Hi all guys, >>> >>> I am tryin' to plug the doap-plugin in Apache Onami and I noticed a >>> strange behaviour of the `shotdesc` property. >>> >>> If not specified, the plugin terminates with an error: >>> >>> [ERROR] A parameter is required by ASF. >>> >>> If I specify as >>> >>> >>> ${project.description} >>> >>> >>> it terminates with the same error message: >>> >>> [ERROR] A parameter is required by ASF. >>> >>> If I set a value, such as >>> >>> >>> Bazinga! >>> >>> >>> It goes ok. >>> >>> Ah, and yes, the ${project.description} property is specified :) >>> >>> Is there something I overlooked or maybe a known issue? >>> TIA! >>> -Simo >>> >>> http://people.apache.org/~simonetripodi/ >>> http://simonetripodi.livejournal.com/ >>> http://twitter.com/simonetripodi >>> http://www.99soft.org/ >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org >>> For additional commands, e-mail: dev-help@maven.apache.org >>> >> >> >> >> -- >> Olivier Lamy >> Talend: http://coders.talend.com >> http://twitter.com/olamy | http://linkedin.com/in/olamy >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org >> For additional commands, e-mail: dev-help@maven.apache.org >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org > For additional commands, e-mail: dev-help@maven.apache.org > --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For additional commands, e-mail: dev-help@maven.apache.org