FYI: Acked.
Pier
------ Forwarded Message
> From: "Nippard, Shelly" <[EMAIL PROTECTED]>
> Date: Wed, 7 Aug 2002 10:28:36 -0400
> To: "'[EMAIL PROTECTED]'" <[EMAIL PROTECTED]>
> Subject: StarTeamCheckout.java
>
> Dear webmaster,
>
> I didn't know whom I should contact regarding this suggestion.
>
> I've found an issue with this class that I think should be incorporated into
> Ant's next release...
>
> I'm using Ant 1.5 and there's a method in StarTeamCheckout.java called visit
> with this signature:
>
> protected void visit(Folder starteamFolder, java.io.File targetFolder)
> throws BuildException {
>
> }
>
> Within this method you call:
>
> eachFile.checkoutTo(localFile, this.lockStatus,true, true, true);
>
> In my Ant build script I wanted the 3rd parameter to pass false so I think
> you need to create a new set method for this attribute called "timestampnow"
> and change this method call to this:
>
> eachFile.checkoutTo(localFile, this.lockStatus,this.timestampNow, true,
> true);
>
> Is this already being implemented into the next version?
>
> Thanks,
> Shelly Nippard
> NCR Corporation
>
>
------ End of Forwarded Message
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>