Return-Path: Delivered-To: apmail-cocoon-users-archive@www.apache.org Received: (qmail 25482 invoked from network); 3 Feb 2008 02:19:42 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Feb 2008 02:19:42 -0000 Received: (qmail 31989 invoked by uid 500); 3 Feb 2008 02:19:26 -0000 Delivered-To: apmail-cocoon-users-archive@cocoon.apache.org Received: (qmail 31978 invoked by uid 500); 3 Feb 2008 02:19:26 -0000 Mailing-List: contact users-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: users@cocoon.apache.org List-Id: Delivered-To: mailing list users@cocoon.apache.org Received: (qmail 31967 invoked by uid 99); 3 Feb 2008 02:19:26 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sat, 02 Feb 2008 18:19:26 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of solprovider@gmail.com designates 72.14.214.235 as permitted sender) Received: from [72.14.214.235] (HELO hu-out-0506.google.com) (72.14.214.235) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 03 Feb 2008 02:18:59 +0000 Received: by hu-out-0506.google.com with SMTP id 28so1582486hub.8 for ; Sat, 02 Feb 2008 18:19:05 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:received:received:message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; bh=Q7xO90OdZwzGMjPlOJKuKD96iGCP7s1m5NgnTXOBKuo=; b=rcH//s916hHAOZg8DNvQ8d0gV1i+tyGyTczycjb1w7AB7YvuXyg0dB1g5lChHSB+slAdwA1F6k01mu3KnmDNagv2Q3QIwpTvMM5c9b8YZB/Z3CfNOMea2qyCzlj4k6XaxHRJpIuK3HgQlayKNX3mF91Lq3AgbOg0lmZrPJiDz4w= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=message-id:date:from:sender:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references:x-google-sender-auth; b=Me58/CaMhdV2d5NxGAbwNZZuxbja8UaszfKb2Jp72LxN4WUaZnJMpP3a3jboDBJF45QtSlTXOZD74FBjzuxjFS1YitNnkexWsIf7Hw7SXcTSSd4SQBOsYUEmn9/KZk8onB1gmLjXJlRTJiqPx33p/H4NqNmFD7qCfwg1yxCxGb0= Received: by 10.86.62.3 with SMTP id k3mr4962474fga.8.1202005144888; Sat, 02 Feb 2008 18:19:04 -0800 (PST) Received: by 10.86.77.17 with HTTP; Sat, 2 Feb 2008 18:19:04 -0800 (PST) Message-ID: Date: Sat, 2 Feb 2008 21:19:04 -0500 From: solprovider@apache.org Sender: solprovider@gmail.com To: users@cocoon.apache.org Subject: Re: Attempting to Install Cocoon-2.2 In-Reply-To: <47A4E559.20509@tuffmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Content-Disposition: inline References: <47A43558.4010608@apache.org> <47A4E559.20509@tuffmail.com> X-Google-Sender-Auth: b5700bb49e3a80ec X-Virus-Checked: Checked by ClamAV on apache.org On 2/2/08, Grzegorz Kossakowski wrote: > solprovider@apache.org pisze: > > Three sources(two from web page and your post) -> same results. > > Should I assume Maven is broken? > > Yep, your installation of Maven must be broken. You mentioned that you needed to fix some batch > files which is something new to me. I successfully installed Maven on both Windows and Linux > _without_ any additional hacking. I guess your modifications to batch files broke Maven. > > Can you explain in detail what you modifications you applied? > > Grzegorz FILE: mvn.bat == Fix "Bad command or filename" REM if "%HOME%" == "" (set HOME=%HOMEDRIVE%%HOMEPATH%) SET HOME=C:\apache\maven-2.0.8 == Fix "Exception in thread "main" java.lang.NoClassDefFoundError: org/codehaus/classworlds/Launcher" :runm2 SET CLASSWORLDS_JAR=C:\apache\maven-2.0.8\boot\classworlds-1.1.jar == Fix "Invalid switch" REM exit /B %ERROR_CODE% These modifications just hardcoded some paths and could not have broken anything. I repeated the process on a second PC with the same results. Other paths may need to be hardcoded. solprovider --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@cocoon.apache.org For additional commands, e-mail: users-help@cocoon.apache.org