Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 59947 invoked from network); 6 Jan 2005 21:34:27 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 6 Jan 2005 21:34:27 -0000 Received: (qmail 67607 invoked by uid 500); 6 Jan 2005 21:34:25 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 67222 invoked by uid 500); 6 Jan 2005 21:34:23 -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 Delivered-To: mailing list dev@geronimo.apache.org Received: (qmail 67208 invoked by uid 99); 6 Jan 2005 21:34:23 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from Unknown (HELO mgd.gluecode.com) (64.14.202.141) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 06 Jan 2005 13:34:21 -0800 Received: from [10.0.1.5] (69-175-232-7.vnnyca.adelphia.net [69.175.232.7]) (authenticated bits=0) by mgd.gluecode.com (8.12.10/8.12.10) with ESMTP id j06LXnCW019004 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO) for ; Thu, 6 Jan 2005 13:33:54 -0800 Mime-Version: 1.0 (Apple Message framework v619) In-Reply-To: References: <806CD296-5F4C-11D9-8400-000D93361CAA@gluecode.com> <41DC5909.5080803@hotmail.com> <20050105212511.GA24073@isis.visi.com> Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Dain Sundstrom Subject: Re: Ejb Deployment Errors... Date: Thu, 6 Jan 2005 13:34:31 -0800 To: dev@geronimo.apache.org X-Mailer: Apple Mail (2.619) X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Jan 6, 2005, at 1:22 PM, Mark wrote: > 2. How do you get the build to automagically copy the dependanciy to > the target repository directory? I noticed that adding the entry to > the plan.xml created the runtime dependancy, but I had to manually > copy the jar file. I can answer this one. The dependencies of the assembly module are fully controlled by the modules/assembly/project.xml file. Just add something like this to that file: wsdl4j wsdl4j ${wsdl4j_version} true -dain