- This topic has 4 replies, 2 voices, and was last updated 18 years, 9 months ago by Paul Stanton.
-
AuthorPosts
-
Paul StantonMemberJSP:
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.
Riyad KallaMemberThe best way to do this is to currently clean the project we don’t offer a directly level operation right now.
Paul StantonMemberok .. 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…
Riyad KallaMemberdoes 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.
Paul StantonMemberthanks
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.
-
AuthorPosts