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 352A010875 for ; Wed, 6 Nov 2013 14:37:49 +0000 (UTC) Received: (qmail 84754 invoked by uid 500); 6 Nov 2013 14:37:29 -0000 Delivered-To: apmail-maven-dev-archive@maven.apache.org Received: (qmail 84412 invoked by uid 500); 6 Nov 2013 14:37:17 -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 84305 invoked by uid 99); 6 Nov 2013 14:37:07 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Nov 2013 14:37:07 +0000 X-ASF-Spam-Status: No, hits=-0.0 required=5.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy includes SPF record at spf.trusted-forwarder.org) Received: from [204.16.46.31] (HELO smtp-out-s4.userservices.net) (204.16.46.31) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 06 Nov 2013 14:37:00 +0000 Received: from localhost (localhost [127.0.0.1]) by smtp-out-s4.userservices.net (Postfix) with ESMTP id 4C1C41A171D; Wed, 6 Nov 2013 06:36:39 -0800 (PST) X-Virus-Scanned: virus free Received: from smtp-out-s4.userservices.net ([127.0.0.1]) by localhost (smtp-out-s4.userservices.net [127.0.0.1]) (amavisd-new, port 10099) with LMTP id L1hY7sNYX8JS; Wed, 6 Nov 2013 06:36:33 -0800 (PST) Received: from s6.visp.net (s6.userservices.net [204.16.46.143]) by smtp-out-s4.userservices.net (Postfix) with ESMTP id A637D1A17AB; Wed, 6 Nov 2013 06:36:30 -0800 (PST) Received: from [66.178.162.114] (unknown [66.178.162.114]) by s6.visp.net (Postfix) with ESMTP id A05792EBC45; Wed, 6 Nov 2013 06:36:29 -0800 (PST) Mime-Version: 1.0 Message-Id: Date: Wed, 6 Nov 2013 06:36:01 -0800 To: dev@maven.apache.org From: Ed Mansky Subject: Install question for Maven 3.0 on PPC/10.4.11/ant 1.6.5 Content-Type: text/plain; charset="us-ascii" ; format="flowed" X-Virus-Checked: Checked by ClamAV on apache.org Hi all, I am trying to install Maven from source code on a PowerMac G4 PPC 7450 running 10.4.11 and with Java JDK 1.5 and Ant 1.6.5 installed. I am getting an error from line #236 of build.xml (java.io.FileNotFoundException: ...full path to pom.properties file) Apparently the pom.properties file that is expected to be the bootstrap area for that target (compile-boot) to run, is missing. The missing file "pom.properties" is indeed located in the source code tree in: maven-core/src/test/resources/META-INF/maven/org.apache.maven/maven-core I am new to Maven, but it appears that an entry in maven-core/src/main/mdo/toolchains.mdo for this file in META-INF is needed in order to get it copied over to the bootstrap area during the building of the target "generate-sources". My environment variables are set as follows: JAVA_HOME = /Library/Java/Home ANT_HOME = /Developer/Java/Ant M2_HOME = /usr/local/maven-3.0.4 I also set M3_HOME = /usr/local/maven-3.0.4 in case that was needed instead of M2_HOME I do not have CLASSPATH defined at all. What am I missing here to get Maven to build? Any tips or hints would be greatly appreciated! Thanks, --Ed -- E. J. Mansky II Eikonal Research Institute Bend, Oregon --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscribe@maven.apache.org For additional commands, e-mail: dev-help@maven.apache.org