You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by Pier Fumagalli <pi...@apache.org> on 2002/08/07 16:46:56 UTC

FW: StarTeamCheckout.java

FYI: Acked.

    Pier

------ Forwarded Message
> From: "Nippard, Shelly" <sn...@exchange.DAYTONOH.NCR.com>
> Date: Wed, 7 Aug 2002 10:28:36 -0400
> To: "'webmaster@jakarta.apache.org'" <we...@jakarta.apache.org>
> 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:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>