facebook

JSP Format invalidates Xdoclet tags

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #200162 Reply

    Stickybit AB
    Member

    Hi!

    I used format the other day and the XDoclet tag was destroyed since “@web.servlet-mapping..” was splitted.

    Before:

    /**
    * @author Jimisola Laursen
    *
    * @web.servlet name=”Test”
    * @web.servlet-mapping url-pattern=”/test-servlet”
    */

    After:

    /**
    * @author Jimisola Laursen
    *
    * @web.servlet name=”Test” @web.servlet-mapping
    * url-pattern=”/test-servlet”
    */

    /**
    * @author Filip Korling
    *
    * @web.servlet name=”LicenseTimePlotServlet” @web.servlet-mapping
    * url-pattern=”/graph/licensetimeplot-servlet”
    */

    Regards,
    Jimisola

    #200176 Reply

    Scott Anderson
    Participant

    Jimisola,

    I was unable to replicate this behavior on version 2.6.4. Can you post your complete configuration and a small test JSP that can be used as a test case?

    –Scott
    MyEclipse Support

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: JSP Format invalidates Xdoclet tags

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