Return-Path: X-Original-To: apmail-incubator-jena-dev-archive@minotaur.apache.org Delivered-To: apmail-incubator-jena-dev-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 5985097E9 for ; Wed, 22 Feb 2012 19:15:08 +0000 (UTC) Received: (qmail 66764 invoked by uid 500); 22 Feb 2012 19:15:08 -0000 Delivered-To: apmail-incubator-jena-dev-archive@incubator.apache.org Received: (qmail 66669 invoked by uid 500); 22 Feb 2012 19:15:08 -0000 Mailing-List: contact jena-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jena-dev@incubator.apache.org Delivered-To: mailing list jena-dev@incubator.apache.org Received: (qmail 66661 invoked by uid 99); 22 Feb 2012 19:15:08 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Feb 2012 19:15:08 +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 (athena.apache.org: domain of castagna.lists@googlemail.com designates 74.125.82.175 as permitted sender) Received: from [74.125.82.175] (HELO mail-we0-f175.google.com) (74.125.82.175) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 22 Feb 2012 19:15:02 +0000 Received: by werc1 with SMTP id c1so283749wer.6 for ; Wed, 22 Feb 2012 11:14:40 -0800 (PST) Received-SPF: pass (google.com: domain of castagna.lists@googlemail.com designates 10.180.93.232 as permitted sender) client-ip=10.180.93.232; Authentication-Results: mr.google.com; spf=pass (google.com: domain of castagna.lists@googlemail.com designates 10.180.93.232 as permitted sender) smtp.mail=castagna.lists@googlemail.com; dkim=pass header.i=castagna.lists@googlemail.com Received: from mr.google.com ([10.180.93.232]) by 10.180.93.232 with SMTP id cx8mr39311856wib.14.1329938080985 (num_hops = 1); Wed, 22 Feb 2012 11:14:40 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=googlemail.com; s=gamma; h=message-id:date:from:user-agent:mime-version:to:subject:references :in-reply-to:x-enigmail-version:content-type :content-transfer-encoding; bh=wRzKc+TmXvvZgxv6mz5Bq400UXgYdBnyIuUGeBaGT/o=; b=OReEBmb2r6Kdo25dD2uCOWvCtrTL+vabNwIB2XU+2crlmKE44XyTWR+JyDCVsUNyL+ YGbtFvsRHThONBMrGG4x7cFpARYP0fZyAwHc/ovU/RSfZuXuq/E7NNd6Yu8WFaDlB76x H3ulC3P1g02XK7rgzlsmMfefKFPkFoxvw65Do= Received: by 10.180.93.232 with SMTP id cx8mr32671570wib.14.1329938080937; Wed, 22 Feb 2012 11:14:40 -0800 (PST) Received: from [192.168.254.45] ([92.54.159.27]) by mx.google.com with ESMTPS id m8sm75120217wia.11.2012.02.22.11.14.39 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 22 Feb 2012 11:14:40 -0800 (PST) Message-ID: <4F453E9E.9060408@googlemail.com> Date: Wed, 22 Feb 2012 19:14:38 +0000 From: Paolo Castagna User-Agent: Thunderbird 2.0.0.24 (X11/20101027) MIME-Version: 1.0 To: jena-dev@incubator.apache.org Subject: Re: FreeMarker license References: <4F44D6E4.50102@apache.org> <4F44ECB3.4070405@apache.org> <4F4524AE.8040102@apache.org> <4F4530A9.4030500@googlemail.com> <4F453601.3030809@apache.org> In-Reply-To: <4F453601.3030809@apache.org> X-Enigmail-Version: 0.96.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Andy Seaborne wrote: >> I tried to run mvn eclipse:eclipse to update the .classpath but I run >> into a strange problem and failed to do that. I'll try again later. > > Works for me in a test project. Just for documenting my problem (in case others have/see the same)... cd /tmp svn co http://svn.apache.org/repos/asf/incubator/jena/Jena2/Fuseki/trunk/ Fuseki cd Fuseki/ mvn eclipse:eclipse [...] [ERROR] Failed to execute goal org.apache.maven.plugins:maven-eclipse-plugin:2.8:eclipse (default-cli) on project jena-fuseki: Request to merge when 'filtering' is not identical. Original=resource src/main/resources: output=target/classes-eclipse, include=[], exclude=[META-INF/NOTICE|META-INF/LICENSE|META-INF/DEPENDENCIES|**/*.java], test=false, filtering=false, merging with=resource src/main/resources: output=target/classes-eclipse, include=[org/apache/jena/fuseki/fuseki-properties.xml], exclude=[**/*.java], test=false, filtering=true -> [Help 1] mvn --version Apache Maven 3.0.4 (r1232337; 2012-01-17 08:44:56+0000) This used to work for me. It is probably something related to: false src/main/resources true src/main/resources org/apache/jena/fuseki/fuseki-properties.xml ... having two s pointing to the same somehow is confusing my Maven and/or is there a bug in maven-remote-resources-plugin!? Is this causing problems to someone else? This seems to fix the problem I am experiencing: Index: pom.xml =================================================================== --- pom.xml (revision 1292443) +++ pom.xml (working copy) @@ -220,17 +220,9 @@ - - false - src/main/resources - - true src/main/resources - - org/apache/jena/fuseki/fuseki-properties.xml - @@ -388,6 +380,15 @@ + + org.apache.maven.plugins + maven-remote-resources-plugin + 1.2.1 + + true + + + > I'll swap after some experimentation on configurations. Ack. Thanks. Paolo > > Andy > >> >> Paolo >