[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

[Subclipse-users] Auto Add comments

From: Wong Hui Sing <huising.wong_at_intuitivesystems.com.my>
Date: 2007-02-23 01:36:29 CET

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

This is an archived mail posted to the Subclipse Users mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.