Return-Path: Delivered-To: apmail-cocoon-dev-archive@www.apache.org Received: (qmail 46078 invoked from network); 27 Feb 2006 20:20:23 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 27 Feb 2006 20:20:23 -0000 Received: (qmail 90060 invoked by uid 500); 27 Feb 2006 20:20:19 -0000 Delivered-To: apmail-cocoon-dev-archive@cocoon.apache.org Received: (qmail 89983 invoked by uid 500); 27 Feb 2006 20:20:19 -0000 Mailing-List: contact dev-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@cocoon.apache.org List-Id: Delivered-To: mailing list dev@cocoon.apache.org Received: (qmail 89972 invoked by uid 99); 27 Feb 2006 20:20:19 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Feb 2006 12:20:19 -0800 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [130.237.222.115] (HELO smtp.nada.kth.se) (130.237.222.115) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 27 Feb 2006 12:20:18 -0800 X-Authentication-Info: The sender was authenticated as danielf using PLAIN at smtp.nada.kth.se Received: from [85.226.150.59] (c-3b96e255.188-1-64736c14.cust.bredbandsbolaget.se [85.226.150.59]) (authenticated bits=0) by smtp.nada.kth.se (8.12.11/8.12.11) with ESMTP id k1RKJtbA015902 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO) for ; Mon, 27 Feb 2006 21:19:56 +0100 (MET) Message-ID: <44035F0C.8020209@nada.kth.se> Date: Mon, 27 Feb 2006 21:20:28 +0100 From: Daniel Fagerstrom User-Agent: Thunderbird 1.5 (Windows/20051201) MIME-Version: 1.0 To: dev@cocoon.apache.org Subject: Re: Using trunk References: <43FE4526.8020704@nada.kth.se> <20060227094834.GD60978@vision.anyware> In-Reply-To: <20060227094834.GD60978@vision.anyware> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Automatic downloading through Maven according to the README worked for me a day ago or so. It is probably a temporary problem. Right now we are using a snapshot of the maven-jetty6-plugin, this is because Jorg worked together with the Jetty plugin community to make it more suitable for us. But as this is fixed some while ago the ordinary releases are good enough for us. And by using a fixed release we don't need to connect to the repository each time we rebuild the cocoon-webapp. I updated the POM to fix this. /Daniel Jean-Baptiste Quenot skrev: > * Daniel Fagerstrom: >> To use the current trunk you start with the cocoon-webapp. >> >> $ cd cocoon-webapp >> $ mvn war:inplace jetty6:run > > Hello Daniel, > > I get an error with the command you suggest. Shall I download the > plugin? How? > > [ERROR] BUILD ERROR > [INFO] ---------------------------------------------------------------------------- > [INFO] The plugin 'org.apache.maven.plugins:maven-jetty6-plugin' does not exist or no valid version could be found > [INFO] ---------------------------------------------------------------------------- > [INFO] For more information, run Maven with the -e switch > [INFO] ---------------------------------------------------------------------------- > [INFO] Total time: 8 seconds > [INFO] Finished at: Mon Feb 27 10:38:28 CET 2006 > [INFO] Final Memory: 3M/6M > [INFO] ---------------------------------------------------------------------------- > > Is it possible to update the INSTALL.txt file? > > I tried this command: > > mvn plugin:download -Dmaven.repo.remote=http://www.ibiblio.org/maven, http://cvs.apache.org/repository/ -DgroupId=maven -DartifactId=maven-jetty-plugin -Dversion=1.1 > > But it fails: > > [ERROR] BUILD FAILURE > [INFO] ---------------------------------------------------------------------------- > [INFO] Required goal not found: plugin:download > [INFO] ---------------------------------------------------------------------------- > [INFO] For more information, run Maven with the -e switch > [INFO] ---------------------------------------------------------------------------- > [INFO] Total time: 2 seconds > [INFO] Finished at: Mon Feb 27 10:47:47 CET 2006 > [INFO] Final Memory: 3M/5M > [INFO] ---------------------------------------------------------------------------- > > Please help!