> Yes I understand That. But is there a way to extract this > password from the Eclipse configuration?
I'd be extremely surprised if this password was actually stored in Eclipse anywhere. The way CVS works is that when you connect to a server, a .cvspass file is created in the destination directory that you used. Eclipse most likely writes such a file. If this is true, all you'd need to do is pass that file in the passfile argument of the cvs Ant comment. I don't use Eclipse for CVS, though, so this might be wrong. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
