facebook

non-xml JSP import tags with ME 6.0 M1

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

    sheineke
    Member

    I am maintaining a large J2EE project with hundreds of JSPs that are all written in non-xml style using an earlier version of MyEclipse. All import statements are like this:

    <%@ page import=”java.sql.Date” %>

    But since I upgraded to ME 6.0 M1, all auto-complete import tags (even on JSPs that are not in xml format) are looking like this:

    <jsp:directive.page import=”java.sql.Date”/>

    Naturally, my orion application server doesn’t like the latter mixed with the old style. I can’t change hundreds of JSPs to xml format and I don’t want to manually change every single import statement before deploying my code.

    Is there a way to make MyEclipse format the auto-complete imports the old style? I am even happy with a plugin like <ctrl><shift><O> to optimize imports if there is something like that.

    Help! Thanks!

    #272585 Reply

    Loyal Water
    Member

    Im sorry you ran into this issue. This is a known bug that would be fixed in MyEclipse 6.0.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: non-xml JSP import tags with ME 6.0 M1

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