On Mon, 8 Apr 2002, Steven Ebersole <[EMAIL PROTECTED]> wrote: > Could someone please walk me through the steps in getting Ant to do > cvs commands when the pserver port is something other than 2401?
command line CVS uses the CVS_PORT environemnet variable and Ant supports this via the port attribute of the <cvs> task in Ant 1.4.x. > I then looked in the docs and saw that the cvs task has a port > attribute, oops. 8-) > however, cvspass does not have a corresponding attribute???? I don't think it would need it. If you really need it, login interactively on the command line and don't log out. Stefan -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
