Hi,
I'm trying to find a way to set the Comments, Revision, Log and Id into
coding after doing the commit.
I had go to Window > Preferences > Java > Editor > Templates > New and
create 2 template as below
Fist template:
/* $$Id$$
*
* Created by <a <mailto:> mailto:"my_mail"><my_name></a>
* Created on ${date} ${time}
*
* $$Log$$
*/
Second template:
/**
* Description of the class. Change accordingly.
*
* @version $$Revision$$
* @author $$Author$$
*
*/
But after commit it won't written information of the value of Id, Log,
Revision and author. What's wrong with my steps? is it need to any other
configuration on Eclipse? Currently, i'm using Eclipse 3.2 with subclipse
1.1.10. is it need to have plugin other extension??
Can you help me? thanks
Regards,
May
Received on Fri Feb 23 02:02:39 2007