--- Steve Cohen <[EMAIL PROTECTED]> wrote:
> What I'd really like to do is conditionally specify parameters within
> the call to a task, not an antcall.
>
> Thus:
> <stcheckout URL="STARTEAM:49201/Aproject/AView"
> username="auser"
> password="secret"
> rootlocalfolder="C:\dev\buildtest\co"
> forced="true"
> <if isset lbl>
> label = "${lbl}"
> </if>
> />
I think that kind of functionality (done as "templates") may be planned
for Ant2, but for Ant1, I think you'll need to either go with two targets
(eg., "headCheckout", "labelCheckout"), the <if> thing, or with a <script>
that builds the task.
Diane
=====
([EMAIL PROTECTED])
__________________________________________________
Do You Yahoo!?
Try FREE Yahoo! Mail - the world's greatest free email!
http://mail.yahoo.com/
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>