Return-Path: Delivered-To: apmail-geronimo-dev-archive@www.apache.org Received: (qmail 64182 invoked from network); 5 Nov 2004 05:44:43 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 5 Nov 2004 05:44:43 -0000 Received: (qmail 85275 invoked by uid 500); 5 Nov 2004 05:44:23 -0000 Delivered-To: apmail-geronimo-dev-archive@geronimo.apache.org Received: (qmail 85230 invoked by uid 500); 5 Nov 2004 05:44:22 -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 85217 invoked by uid 99); 5 Nov 2004 05:44:22 -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 [64.14.202.141] (HELO mgd.gluecode.com) (64.14.202.141) by apache.org (qpsmtpd/0.28) with ESMTP; Thu, 04 Nov 2004 21:44:22 -0800 Received: from [10.0.1.5] (ca-stmnca-cuda2-blade8b-82.stmnca.adelphia.net [68.65.226.82]) (authenticated bits=0) by mgd.gluecode.com (8.12.10/8.12.10) with ESMTP id iA55snF9024195 (version=TLSv1/SSLv3 cipher=RC4-SHA bits=128 verify=NO) for ; Thu, 4 Nov 2004 21:54:49 -0800 Mime-Version: 1.0 (Apple Message framework v619) In-Reply-To: References: Content-Type: text/plain; charset=US-ASCII; format=flowed Message-Id: Content-Transfer-Encoding: 7bit From: Dain Sundstrom Subject: Re: New Deployer Date: Thu, 4 Nov 2004 21:44:18 -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 Sweet! Can you add this documentation to our wiki? thanks, -dain -- Dain Sundstrom Chief Architect Gluecode Software 310.536.8355, ext. 26 On Nov 4, 2004, at 9:41 PM, Aaron Mulder wrote: > The new deployer is in. It's bin/new-deployer.jar in the assembly > module. I've updated the assembly maven.xml to build and use the new > one > instead of the old one for building the server (but the old one is > still > there, for new). > To get the basics on the new deployer, run: > > java -jar bin/new-deployer.jar > > For help on connectivity options: > > java -jar bin/new-deployer.jar help options > > For help on a command: > > java -jar bin/new-deployer.jar help [command] > > For help on all commands: > > java -jar bin/new-deployer.jar help all > > Currently, JSR-88 deployment to a running server on the same > machine works, and the old deployer functions of "distribute" (old > --install) and "package" (old --outfile) work when the server is not > running. I believe this essentially covers all the functionality > of the old deployer plus new online deployment options. > > I've run "maven -o jar:deploy" to update the revisions to the > repository. I hope that will be enough to get OpenEJB to build with > the > new deployer too. If not, let me know what I need to do. > > Aaron