Return-Path: Delivered-To: apmail-incubator-beehive-dev-archive@www.apache.org Received: (qmail 67971 invoked from network); 26 Jul 2005 22:11:45 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Jul 2005 22:11:45 -0000 Received: (qmail 72738 invoked by uid 500); 26 Jul 2005 22:11:45 -0000 Delivered-To: apmail-incubator-beehive-dev-archive@incubator.apache.org Received: (qmail 72541 invoked by uid 500); 26 Jul 2005 22:11:44 -0000 Mailing-List: contact beehive-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: "Beehive Developers" Delivered-To: mailing list beehive-dev@incubator.apache.org Received: (qmail 72523 invoked by uid 99); 26 Jul 2005 22:11:44 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jul 2005 15:11:44 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of ekoneil@bea.com designates 63.96.162.5 as permitted sender) Received: from [63.96.162.5] (HELO ussjmh01.bea.com) (63.96.162.5) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 26 Jul 2005 15:11:37 -0700 Received: from ussjfe02.amer.bea.com (ussjfe02.bea.com [172.16.120.52]) by ussjmh01.bea.com (Switch-3.0.5/Switch-3.0.0) with ESMTP id j6QMBgfe002288 for ; Tue, 26 Jul 2005 15:11:42 -0700 Received: from USBOEX01.amer.bea.com ([10.36.32.15]) by ussjfe02.amer.bea.com with Microsoft SMTPSVC(5.0.2195.6713); Tue, 26 Jul 2005 15:11:42 -0700 Received: from [127.0.0.1] ([10.36.33.115]) by USBOEX01.amer.bea.com with Microsoft SMTPSVC(5.0.2195.6713); Tue, 26 Jul 2005 16:11:41 -0600 Message-ID: <42E6B515.5080300@bea.com> Date: Tue, 26 Jul 2005 16:11:33 -0600 From: "Eddie O'Neil" User-Agent: Mozilla Thunderbird 1.0+ (Windows/20050712) MIME-Version: 1.0 To: Beehive Developers Subject: Re: Fwd: [jira] Updated: (BEEHIVE-782) create Ant task for generating a web service control References: <408926655.1117724410418.JavaMail.jira@ajax.apache.org> <1091489913.1122407238312.JavaMail.jira@ajax.apache.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 26 Jul 2005 22:11:41.0632 (UTC) FILETIME=[00507C00:01C5922F] X-PMX-Version: 4.7.0.111621, Antispam-Engine: 2.0.2.0, Antispam-Data: 2005.7.26.1 X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Chad-- Thanks -- this should fix BEEHIVE-782 which was an enhancement to turn ExtensionMaker into an Ant task. I like this direction as Ant tasks tend to be easier to use than Java "main" methods. One question would be how this would integrate with Maven, but we can certainly add this support in the future. Anyone else have thoughts about this? Eddie Chad Schoettger wrote: > Just wanted to make sure all see this change, it may affect you if you are > using the service control: > > * I have created a new Ant task, ServiceControlGeneratorTask, which is > functionally equivalent to the 'ExtensionMaker' java class. > > * ExtensionMaker has been renamed to 'ServiceControlGenerator' and its > main() method has been removed since now we have an ant task for it. > > * I have also removed the common-cli library from the beehive tree, it was > only being used by ExtensionMaker and since ExtensionMaker no longer > processes command line arguments there was no point in keeping it in the > tree. > > * All samples which used ExtensionMaker have been updated to use the new ant > task. > > > - Chad > > > > > > > > > ---------- Forwarded message ---------- > From: Chad Schoettger (JIRA) > Date: Jul 26, 2005 1:47 PM > Subject: [jira] Updated: (BEEHIVE-782) create Ant task for generating a web > service control > To: beehive-dev@incubator.apache.org > > [ http://issues.apache.org/jira/browse/BEEHIVE-782?page=all ] > > Chad Schoettger updated BEEHIVE-782: > ------------------------------------ > > Attachment: BEEHIVE-782.diff > BEEHIVE-782.txt > BEEHIVE-782.zip > > Attached patch for this issue, included patch instructions and zip file > containing new ant task. Renamed ExtensionMaker class to > ServiceControlGenerator. > >> create Ant task for generating a web service control >> ---------------------------------------------------- >> >> Key: BEEHIVE-782 >> URL: http://issues.apache.org/jira/browse/BEEHIVE-782 >> Project: Beehive >> Type: New Feature >> Components: System Controls >> Versions: v1m1, V1Alpha, V1Beta, TBD >> Reporter: Eddie O'Neil >> Fix For: TBD >> Attachments: BEEHIVE-782.diff, BEEHIVE-782.txt, BEEHIVE-782.zip >> >> Currently, the Java class ExtensionMaker is used to generate a web service > control, and it is called from an Ant build as something like: >> >> >> >> >> >> >> >> It would be quite useful to provide an Ant task that does the same thing > with a cleaner Ant API like: >> > wsdl="${schema.dir}" >> outputpackage="${my.service.control.package}"/> >> -- or something similar :). > > -- > This message is automatically generated by JIRA. > - > If you think it was sent incorrectly contact one of the administrators: > http://issues.apache.org/jira/secure/Administrators.jspa > - > For more information on JIRA, see: > http://www.atlassian.com/software/jira >