facebook

more specific JSP recompilation options

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

    Paul Stanton
    Member

    JSP:

    i’d like to be able to recompile a single file/directory/selection. currently to do this i have to ‘touch’ each file individually. is there a better way to do this?

    where is the jsp compilation output stored? can i delete the compiled code for a specific file set?

    suggestions welcome.

    #246055 Reply

    Riyad Kalla
    Member

    The best way to do this is to currently clean the project we don’t offer a directly level operation right now.

    #246057 Reply

    Paul Stanton
    Member

    ok .. recommend enhancement then 🙂

    does myeclipse store the compilation output (.java & .class files) or are they deleted after the errors/warnings are extracted? i remember in websphere studio i could find the compilation output so that line numbers in exception stack traces were more meaningful…

    #246063 Reply

    Riyad Kalla
    Member

    does myeclipse store the compilation output (.java & .class files) or are they deleted after the errors/warnings are extracted? i remember in websphere studio i could find the compilation output so that line numbers in exception stack traces were more meaningful…

    It is deleted right away, I have filed your enhancement.

    #246065 Reply

    Paul Stanton
    Member

    thanks

    another enhancement to consider would be to support linking back to the jsp from strack trace elements.

    04-02-2006 14:26:37,968 [http-8080-Processor24] ERROR com.gunn.etime.Exception – Unhandled Error
    java.lang.Exception: exception
    at org.apache.jsp.JSPPage_jsp._jspService(org.apache.jsp.JSPPage_jsp:104)
    at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:97)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)
    at org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:332)
    at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:314)
    at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:264)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:802)

    if that appeared in my console output i could click on ‘HttpServlet.java:802’ and it would take me to the source (if i have the source loaded). I’d like to be able to click on ‘org.apache.jsp.JSPPage_jsp:104’ and be taken to the line in JSPPage.jsp that threw the error.

    that would be very helpful.

    thanks.

Viewing 5 posts - 1 through 5 (of 5 total)
Reply To: more specific JSP recompilation options

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