From: "Ruben Reusser" Received: from headwire.com ([24.249.242.56] verified) by mail.obinary.com (CommuniGate Pro SMTP 5.1.10) with ESMTP id 14533109 for user-list@magnolia.info; Thu, 17 Jul 2008 19:17:02 +0200 Received: from [192.168.42.103] (account rr HELO [10.0.0.2]) by headwire.com (CommuniGate Pro SMTP 3.4.5) with ESMTP id 2789450 for user-list@magnolia.info; Thu, 17 Jul 2008 10:23:04 -0700 Message-ID: <487F7E8E.4060407@headwire.com> Date: Thu, 17 Jul 2008 10:17:02 -0700 User-Agent: Thunderbird 2.0.0.14 (Windows/20080421) MIME-Version: 1.0 To: user-list@magnolia.info Subject: Re: [magnolia-user] Problem with magnolia-module-forum References: In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 8bit Grégory Joseph wrote: > > On Jul 16, 2008, at 10:54 PM, Ruben Reusser wrote: >> I did a war import of the empty war into eclipse and then added each >> module jar file to the WEB-INF/lib directory. Some need some extra >> jar files to run (poll, scheduler, etc) - is there an easy way to get >> all the runtime jars for a module? > Hu? > If you do a mvn install of these modules, you get a tgz and zip with > dependencies included. If on your war project you add (maven) > dependencies to these modules, you'll get the dependencies in as well... > Great - that makes it easier. Thanks for the hint -> is this anywhere in the wiki? Ruben