facebook

How remove Cloneable is better than this Todo from xdoclet?

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. Java EE Development (EJB, JSP, Struts, XDoclet, etc.)
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #258115 Reply

    Sigikk
    Member

    Hello,

    I’m cleaning todo’s from the Project and im working at the moment on following todo:
    //TODO Cloneable is better than this !

    It stands in a Value Object generated with XDoclet before a copyconstructor who is never used:

    
    /*
     * Generated by XDoclet - Do not edit!
     */
    
    /**
     * Value object for xxx.
     *
    

    Problem is now that: can i change the file wihout that xdoclet will replace it with the old version? If no, how can i change this template?

    Thanks a lot,

    Sigi.

    Eclipse & MyEclipseversion:

    Eclipse SDK Version: 3.1.0
    Build id: I20050627-1435

    MyEclipse Version: 3.9.310
    Build id: 20050808-4.0-Milestone-3

    Ejb 2

    xDoclet Use Dynamic Build Specification

    #258307

    Riyad Kalla
    Member

    While changing the templates aren’t officially supported, you *can* navigate down to the MyEclipse/plugins dir and into the XDoclet pluging, find the JAR that contains the template you want to replace, extract it, replace it, and put it back into the JAR, but that is quite a bit of work. MyEclipse just provides a runner for XDoclet, given that you can try asking your question on the XDoclet mailing list and see if they have any good techniques on how to get around this.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: How remove Cloneable is better than this Todo from xdoclet?

You must be logged in to post in the forum log in