automatic @version tag generation

The "How to Write Doc Comments for the JavadocTM Tool" document

(http://java.sun.com/j2se/javadoc/writingdoccomments/index.html)

talks about taking the version from the version control system at

check out, using something like this:

@version %I%, %G%

Is this an automatic operation or is supposed to be manual?

I was wondering if anyone knows how to automate this process for ClearCase and/or CVS.

Thanks

-Codrin

[468 byte] By [codrinb] at [2007-9-27 19:21:12]
# 1
The way it works for SCCS is that you put these stringsanywhere in the source file, and when you check a filein, it replaces it with the current date and SCCS version.I'm not familiar with ClearCase or CVS.-Doug KramerJavadoc team
dkramer at 2007-7-6 22:02:58 > top of Java-index,Developer Tools,Debugging and Profiling Tool APIs...