Return-Path: Delivered-To: apmail-ant-user-archive@www.apache.org Received: (qmail 30044 invoked from network); 17 Oct 2007 15:01:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 17 Oct 2007 15:01:57 -0000 Received: (qmail 91579 invoked by uid 500); 17 Oct 2007 14:58:09 -0000 Delivered-To: apmail-ant-user-archive@ant.apache.org Received: (qmail 91549 invoked by uid 500); 17 Oct 2007 14:58:09 -0000 Mailing-List: contact user-help@ant.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Ant Users List" Reply-To: "Ant Users List" Delivered-To: mailing list user@ant.apache.org Received: (qmail 91537 invoked by uid 99); 17 Oct 2007 14:58:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Oct 2007 07:58:09 -0700 X-ASF-Spam-Status: No, hits=2.0 required=10.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) Received: from [213.8.89.6] (HELO mailgw.fundtech.co.il) (213.8.89.6) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 17 Oct 2007 14:58:12 +0000 Received: from mail.fundtech.co.il (Not Verified[192.168.168.1]) by mailgw.fundtech.co.il id ; Wed, 17 Oct 2007 17:06:09 +0200 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: multipart/alternative; boundary="----_=_NextPart_001_01C810CE.1EA546D9" Subject: Writing ANT file using Starteam. Date: Wed, 17 Oct 2007 16:58:04 +0200 Message-ID: <61916E7260CF0E45970F314A8393301F023FE48B@mail-server.fundtech.isr> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: Writing ANT file using Starteam. Thread-Index: AcgQzh6Dj9BwjXmdQkqHVNuSYdmpKQ== From: "Yona Eilat" To: X-Virus-Checked: Checked by ClamAV on apache.org ------_=_NextPart_001_01C810CE.1EA546D9 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable =20 Hi, =20 I'm writing build.xml file that checkout files from Starteam. I would like enabling option to get STView and STLabel online from the user, mean: * Present (online) to the user all entire views in the ST (By drop list or something like that). * Get input to ${ST_VIEW} variable. * Present the relevant labels for that view. * Get input to ${ST_LABEL} variable. * Checkout files from ST according to ${ST_VIEW} and ${ST_LABEL}. =20 Please advice how I can implement it by ANT code. I found an example of what I need: Jera, but I don't know how to get the relevant information's from Starteam.=20 =20 Thanks, Yona. ------_=_NextPart_001_01C810CE.1EA546D9--