Jeffrey E Care wrote:
Ant tasks are generally one-time use only.

Well, actually, when they cannot be executed twice in a row, it often means that they are buggy, because some instance variables modified by the execution of the task are not reset to their value before the execution of the task.

@Brandon

In your particular case, since there is a special task called cvsversion, you might want to use it instead of using the generic cvs task with "version" as command.

Antoine


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to