Return-Path: Delivered-To: apmail-maven-users-archive@www.apache.org Received: (qmail 54239 invoked from network); 23 Jun 2004 02:36:50 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 23 Jun 2004 02:36:50 -0000 Received: (qmail 95924 invoked by uid 500); 23 Jun 2004 02:36:57 -0000 Delivered-To: apmail-maven-users-archive@maven.apache.org Received: (qmail 95670 invoked by uid 500); 23 Jun 2004 02:36:50 -0000 Mailing-List: contact users-help@maven.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Maven Users List" Reply-To: "Maven Users List" Delivered-To: mailing list users@maven.apache.org Received: (qmail 95570 invoked by uid 99); 23 Jun 2004 02:36:46 -0000 X-ASF-Spam-Status: No, hits=0.6 required=10.0 tests=NO_REAL_NAME X-Spam-Check-By: apache.org Received: from [195.225.149.201] (HELO spy10.spymac.net) (195.225.149.201) by apache.org (qpsmtpd/0.27.1) with ESMTP; Tue, 22 Jun 2004 19:36:45 -0700 Received: from spy10.spymac.com (localhost [127.0.0.1]) by spy10.spymac.net (Postfix) with ESMTP id 6B0024C06E for ; Tue, 22 Jun 2004 20:36:11 -0600 (MDT) Content-Disposition: inline Content-Transfer-Encoding: binary Mime-Version: 1.0 From: To: users@maven.apache.org Subject: maven j2ee sample project problem Reply-To: showit@spymac.com Content-Type: text/plain X-Mailer: AtMail Corp 3.64 - http://webbasedemail.com/ X-Origin: 210.66.36.141 Message-Id: <20040623023611.6B0024C06E@spy10.spymac.net> Date: Tue, 22 Jun 2004 20:36:11 -0600 (MDT) X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Hi, mavens: I'm new to Maven project, and currently learn how to build j2ee project through it. There's a great stuff I found on wiki in illustrating how to build j2ee project (http://wiki.codehaus.org/maven/CreatingJ2eeApplications). Because it consists of multiporjects (with sub-projects in it). Therefore it needs to download artificts. However, because the artifacts (in the sample project - j2ee-project\common) is resided in local file system, it results in "unsatisfied dependency" error; even though I specified the url tag in project.xml (I put the jar file in tomcat server and with url tag http://localhost:port/project/ or edit url tag with absoloute path pointing to the jar file), it doesn't work. What should I do to adjust this problem? I appreciate any suggestions, sincerely. Arsene ---- Cool Things Happen When Mac Users Meet! Join the community in Boston this July: www.macworldexpo.com --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@maven.apache.org For additional commands, e-mail: users-help@maven.apache.org