Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 89906 invoked from network); 31 Mar 2006 22:04:55 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 31 Mar 2006 22:04:55 -0000 Received: (qmail 91559 invoked by uid 500); 31 Mar 2006 22:04:53 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 91484 invoked by uid 500); 31 Mar 2006 22:04:53 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 91473 invoked by uid 99); 31 Mar 2006 22:04:53 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 31 Mar 2006 14:04:53 -0800 X-ASF-Spam-Status: No, hits=1.4 required=10.0 tests=DNS_FROM_RFC_ABUSE,DNS_FROM_RFC_WHOIS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [68.142.200.154] (HELO web30901.mail.mud.yahoo.com) (68.142.200.154) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 31 Mar 2006 14:04:52 -0800 Received: (qmail 20448 invoked by uid 60001); 31 Mar 2006 22:04:30 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=Z3ouXye3cUxkB6N62Aw7lJnVUoRcqIbfaJ1AVIO/Us/ZfeDkW7ijSnigmCFGiLx0IBiNVpE2KdVZgGc4F2oFZKN6u91FrPDPXTdNAT5KVHPpbQyKcDQmEc+s/KU2tZqcuhcqTkwvXX4kLj6loQ1YclSLAHoq4w0HsUxuBCpSWhU= ; Message-ID: <20060331220430.20446.qmail@web30901.mail.mud.yahoo.com> Received: from [66.10.233.130] by web30901.mail.mud.yahoo.com via HTTP; Fri, 31 Mar 2006 14:04:30 PST Date: Fri, 31 Mar 2006 14:04:30 -0800 (PST) From: Matt Benson Subject: [attributes] building with maven To: commons-dev@jakarta.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I am attempting to build C.A. What I have figured out by trial and error so far: - install maven 1.0.2 - co commons-attributes and commons-build side-by-side - in /commons-attributes, run 'maven install'. It goes through retrieving dependencies and placing these all in a maven repo. This includes the javadoc jar ($HOME/.maven/repository/javadoc/jars/javadoc-1.4.jar). The C.A. api builds fine, but when the compiler tries to build, the classes and even the packages in the javadoc jar are not found and the build fails. Does anyone have any advice to get further? Thanks, Matt __________________________________________________ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org