Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 49948 invoked from network); 19 Aug 2004 01:08:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 19 Aug 2004 01:08:21 -0000 Received: (qmail 58083 invoked by uid 500); 19 Aug 2004 01:08:13 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 57987 invoked by uid 500); 19 Aug 2004 01:08:12 -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 Delivered-To: moderator for dev@geronimo.apache.org Received: (qmail 23258 invoked by uid 99); 19 Aug 2004 00:31:55 -0000 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Mime-Version: 1.0 (Apple Message framework v613) Content-Transfer-Encoding: 7bit Message-Id: <2767BED8-F177-11D8-9D84-000D93361CAA@coredevelopers.net> Content-Type: text/plain; charset=US-ASCII; format=flowed To: dev@geronimo.apache.org, dev@openejb.org From: David Jencks Subject: Big change in how geronimo/openejb is assembled and used. Date: Wed, 18 Aug 2004 17:31:47 -0700 X-Mailer: Apple Mail (2.613) X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N As I suggested a couple of weeks ago, I've changed how assembly works in geronimo and openejb. The assembly modules now produce a jar "distribution" that is installed in your local maven repo. They don't produce a "global" target outside the assembly module. Parallel to this, the geronimo maven deploy plugin now can unpack this "distribution" into a directory of your choice. As before, the plugin can start geronimo, deploy applications, start configurations, stop configurations, undeploy configurations, and stop geronimo. I've posted some details on the wiki: http://wiki.apache.org/geronimo/Running The openejb itests are now using this. Since I got some tests working I enabled them as part of the openejb build to encourage others to figure out what remains broken. many thanks, david jencks