Return-Path: X-Original-To: apmail-geronimo-dev-archive@www.apache.org Delivered-To: apmail-geronimo-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 B4A1FD494 for ; Thu, 7 Feb 2013 12:25:45 +0000 (UTC) Received: (qmail 95400 invoked by uid 500); 7 Feb 2013 12:25:45 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 95057 invoked by uid 500); 7 Feb 2013 12:25:40 -0000 Mailing-List: contact dev-help@geronimo.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: dev@geronimo.apache.org List-Id: Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 94943 invoked by uid 99); 7 Feb 2013 12:25:35 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Feb 2013 12:25:35 +0000 X-ASF-Spam-Status: No, hits=2.0 required=5.0 tests=SPF_NEUTRAL,URI_HEX X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: 216.139.236.26 is neither permitted nor denied by domain of zaerymoghaddam@gmail.com) Received: from [216.139.236.26] (HELO sam.nabble.com) (216.139.236.26) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 07 Feb 2013 12:25:30 +0000 Received: from ben.nabble.com ([192.168.236.152]) by sam.nabble.com with esmtp (Exim 4.72) (envelope-from ) id 1U3QXO-0007DL-6m for dev@geronimo.apache.org; Thu, 07 Feb 2013 04:25:10 -0800 Date: Thu, 7 Feb 2013 04:25:10 -0800 (PST) From: moghaddam To: dev@geronimo.apache.org Message-ID: <1360239910179-3986291.post@n3.nabble.com> Subject: Error on compiling "geronimo-deploymen" module MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Hi I'm a newbie on Geronimo. As I've read on "Building Geronimo with Maven", I've tried "mvn install -Dstage=bootstrap" first. But it gives me the following error: [INFO] ------------------------------------------------------------------------ [ERROR] BUILD FAILURE [INFO] ------------------------------------------------------------------------ [INFO] Compilation failure /home/ehsan/Projects/IntelliJ/geronimo/trunk/framework/modules/geronimo-deployment/src/main/java/org/apache/geronimo/deployment/DeployableBundle.java:[36,35] unreported exception java.net.MalformedURLException; must be caught or declared to be thrown I've checked the svn history of "DeployableBundle.java", it hasn't any major changes since 2010. I think there is something that I had to do before building or some configuration have to be done (and not mentioned in building documentation). I'm trying to build the geronimo on following environment: Ubuntu 12.04 IntelliJ 12.0.1 java-6-openjdk-i386 Apache Maven 2.2.1 (rdebian-8) thx -- View this message in context: http://apache-geronimo.328035.n3.nabble.com/Error-on-compiling-geronimo-deploymen-module-tp3986291.html Sent from the Development mailing list archive at Nabble.com.