Hi Martin, I simply want to have a properties file containing properties and values. For ex:
my.properties1 = value1 my.properties2 = value2 [...] Then I would like my build.xml to read that and create as many filters as there are properties in the file (with same name and same value). BUT the values the properties values could be overwritten by the user let's say by using -Dmy.properties1=newvalue1 on the command line. Nothing fancy, no GUI, etc. Thanks -Vincent -----Original Message----- From: Martin Gainty [mailto:[EMAIL PROTECTED]] Sent: 19 September 2002 00:13 To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: RE: Batch filtering using properties? Hello Vincent Could you provide the build.xml you are using for my.properties Assuming you are using build.xml why not have a Java Dialog modify the myproperty of build.xml beforehand?? Martin Gainty ______________________________________________ Disclaimer and confidentiality note Everything in this e-mail and any attachments relating to the official business of Laconia Data Systems (LDS) is proprietary to the company. It is confidential, legally privileged and protected by law.�LDS does not own and endorse any other content. Views and opinions are those of the sender unless clearly stated as being that of LDS. The person addressed in the e-mail is the sole authorised recipient. Please notify the sender immediately if it has unintentionally reached you and do not read, disclose or use the content in any way. LDS�can not assure that the integrity of this communication has been maintained nor that it is free of errors, virus, interception or interference. �������������_____________GMT-5___________________ � >From: "Vincent Massol" >Reply-To: "Ant Users List" >To: "'Ant Users List'" >Subject: RE: Batch filtering using properties? >Date: Wed, 18 Sep 2002 22:49:29 +0100 >MIME-Version: 1.0 >Received: from nagoya.betaversion.org ([192.18.49.131]) by mc2-f25.law16.hotmail.com with Microsoft SMTPSVC(5.0.2195.5600); Wed, 18 Sep 2002 15:51:35 -0700 >Received: (qmail 19179 invoked by uid 97); 18 Sep 2002 21:51:59 -0000 >Received: (qmail 19163 invoked by uid 98); 18 Sep 2002 21:51:58 -0000 >Mailing-List: contact [EMAIL PROTECTED]; run by ezmlm >Precedence: bulk >List-Unsubscribe: >List-Subscribe: >List-Help: >List-Post: >List-Id: "Ant Users List" >Delivered-To: mailing list [EMAIL PROTECTED] >X-Antivirus: nagoya (v4218 created Aug 14 2002) >Organization: OCTO Technology >Message-ID: <016401c25f5d$4446c0c0$0200a8c0@octovma> >X-Priority: 3 (Normal) >X-MSMail-Priority: Normal >X-Mailer: Microsoft Outlook, Build 10.0.4024 >X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 >In-Reply-To: <28336AC23B25D411BEA300105AC7F5441199A671@ICEXCH2> >Importance: Normal >X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N >Return-Path: [EMAIL PROTECTED] >X-OriginalArrivalTime: 18 Sep 2002 22:51:38.0772 (UTC) FILETIME=[F2AF8540:01C25F65] > > > > > -----Original Message----- > > From: Shackelford, John-Mason [mailto:[EMAIL PROTECTED]] > > Sent: 18 September 2002 22:26 > > To: 'Ant Users List' > > Subject: RE: Batch filtering using properties? > > > > Vincent, > > > > > What I may not have said is that I want to allow users > > > to override the values of my.property > > > > Oh, sorry. If your property values are not being computed in your >build > > file > > then simply have one property file for your tokens and have users >modify > > it > > directly. > >Once more I haven't been clear enough ;-). I want to provide default >values for these properties... > >Thanks >-Vincent > > > >-- >To unsubscribe, e-mail: >For additional commands, e-mail: Chat with friends online, try MSN Messenger: Click Here -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
