Message:

  A new issue has been created in JIRA.

---------------------------------------------------------------------
View the issue:
  http://opensource.atlassian.com/projects/xdoclet/browse/XDT-1228

Here is an overview of the issue:
---------------------------------------------------------------------
        Key: XDT-1228
    Summary: commons-logging should be used rather that plain 
System.out.println() instructions
       Type: Improvement

     Status: Open
   Priority: Major

 Original Estimate: 15 minutes
 Time Spent: Unknown
  Remaining: 15 minutes

    Project: XDoclet
 Components: 
             Hibernate Module
   Versions:
             1.2.2

   Assignee: xdoclet-devel (Use for new issues)
   Reporter: Xavier Maysonnave

    Created: Tue, 11 Jan 2005 5:00 AM
    Updated: Tue, 11 Jan 2005 5:00 AM

Description:
FactorySubTask
HibernateCfgSubTask
HibernateSubTask
HibernateTagsHandler
JBossServiceSubTask

use System.out.println().

Example :

    protected void engineStarted() throws XDocletException
    {
        Log log = LogUtil.getLog(HibernateSubTask.class, "engineStarted");      
  
        log.info(Translator.getString(XDocletModulesHibernateMessages.class,
            
XDocletModulesHibernateMessages.GENERATING_JBOSS_SERVICE_DESCRIPTOR));
    }

rather than 

    protected void engineStarted() throws XDocletException
    {         
System.out.println(Translator.getString(XDocletModulesHibernateMessages.class,
            
XDocletModulesHibernateMessages.GENERATING_JBOSS_SERVICE_DESCRIPTOR));
    }


---------------------------------------------------------------------
JIRA INFORMATION:
This message is automatically generated by JIRA.

If you think it was sent incorrectly contact one of the administrators:
   http://opensource.atlassian.com/projects/xdoclet/secure/Administrators.jspa

If you want more information on JIRA, or have a bug to report see:
   http://www.atlassian.com/software/jira



-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
xdoclet-devel mailing list
xdoclet-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/xdoclet-devel

Reply via email to