Re: change log comments



Hi Roedy,

Roedy Green wrote:
How do you format your changelog comments to track versions and
changes?  How do you format them so Eclipse does not mess them up?

I use the build-in functions that Eclipse/CVS provides: The header of all classes begin with "/* $Log$ */", and everytime I check-in the source, Eclipse/CVS adds the comment wich I enter for chekc-in into this $Log-"constant". This is useful for tracking versions of single files.


For tracking version of the whole project, I have a simple text-file with version- and date-info.

Ciao,
Ingo

.



Relevant Pages

  • Eclipse 3.0 changing preferences
    ... I'm kinda new to the whole java / eclipse world. ... There's a problem with setting my preferences, ... mess with the values - for example changing the highlight colour. ...
    (comp.lang.java.softwaretools)
  • Re: What percent of Java developers use Eclipse?
    ... In IDEA and NetBeans, it just works, with Eclipse you have to mess around with workspaces and files. ...
    (comp.lang.java.programmer)