Return-Path: Delivered-To: apmail-ws-axis-c-dev-archive@www.apache.org Received: (qmail 64905 invoked from network); 7 Jan 2005 13:18:49 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 7 Jan 2005 13:18:49 -0000 Received: (qmail 27117 invoked by uid 500); 7 Jan 2005 13:18:49 -0000 Delivered-To: apmail-ws-axis-c-dev-archive@ws.apache.org Received: (qmail 27096 invoked by uid 500); 7 Jan 2005 13:18:49 -0000 Mailing-List: contact axis-c-dev-help@ws.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: list-post: List-Id: "Apache AXIS C Developers List" Reply-To: "Apache AXIS C Developers List" Delivered-To: mailing list axis-c-dev@ws.apache.org Received: (qmail 27083 invoked by uid 99); 7 Jan 2005 13:18:49 -0000 X-ASF-Spam-Status: No, hits=0.1 required=10.0 tests=FORGED_RCVD_HELO X-Spam-Check-By: apache.org Received-SPF: pass (hermes.apache.org: local policy) Received: from mail.opensource.lk (HELO squid.cmb.ac.lk) (202.51.147.3) by apache.org (qpsmtpd/0.28) with ESMTP; Fri, 07 Jan 2005 05:18:47 -0800 Received: from [192.168.101.104] ([220.247.226.188]) by squid.cmb.ac.lk (8.12.9/8.12.9) with ESMTP id j07DRf8Z004698 for ; Fri, 7 Jan 2005 19:27:45 +0600 (LKT) (envelope-from damitha@opensource.lk) Subject: Re: ant build documentation From: damitha kumarage To: Apache AXIS C Developers List In-Reply-To: References: Content-Type: text/plain Organization: Message-Id: <1105103959.31671.29.camel@dam-axisc> Mime-Version: 1.0 X-Mailer: Ximian Evolution 1.2.2 (1.2.2-4) Date: 07 Jan 2005 19:19:36 +0600 Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N On Fri, 2005-01-07 at 17:53, Adrian Dick wrote: > > > Hi, > > I agree repeatedly changing the property files is a pain, but don't forget > you can do either of the following (or even a combination); > > If, like me, your "default" properties don't match those in CMVC, you > can keep a local copy of the property files seperate from the CVS > extract and use them by: > ant -Ddir.properties=/mypropertiesDir That's really great > To change a property for a single build run you can always override > properties from the command line: > eg: ant -Ddocumentation=false Yes this is good. But I still like the way I suggested. Because for exampel when I'm working only on client it is easier and won't hurt much to the existing structure. thanks damitha > > Regards, > Adrian > _______________________________________ > Adrian Dick (adrian.dick@uk.ibm.com) > WebSphere MQ and ESB Development > Tel: +44-(0)-1962-819212 > Notes: Adrian Dick/UK/IBM@IBMGB > > damitha kumarage wrote on 07/01/2005 11:34:09: > > > Hi, > > Here comes further suggestions. > > The build should facilitate breaddown builds > > ie. If I want to build just wsdl2ws tool then I would like to have > > ant compileWSDL2Ws > > If I want to build only the server > > ant compileServer etc > > It is difficult to change property files all the time when you we want > > to do it. > > > > I just make this work by adding dummy targets like this > > > > > > > > If everybody agree I can commit this > > > > regards > > damitha > > > >