- This topic has 5 replies, 3 voices, and was last updated 20 years, 8 months ago by Riyad Kalla.
-
AuthorPosts
-
vanettenMemberI’m using tomcat 5.0.19
I upgraded MyEclipse 3.7RC2 & ecplise M6 to MyEclipse 3.7GA and eclipse M7 today and I still can’t debug my jsp’s that have an undersore in the name. I Uninstalled 3.7RC2, upgraded ecplise to M7, then installed 3.7GA.
If I have a jsp called vv.jsp, it works. If I create one called v_v.jsp, it does not work. It was my understanding that this was fixed. Could there be some of the 3.7RC2 code still lurking somewhere?
Thanks,
John V.E
Scott AndersonParticipantJohn,
I wasn’t able to replicate this issue on the GA build. Did you remove the breakpoint and then re-add it? That actually might have an effect since we changed the name mangling logic to exactly match Jasper 2 in the GA build and if the breakpoint is old it might be trying to set it in the old name.
Scott AndersonParticipantJohn,
I tried both 5.0.16 and 5.0.19 in a file at <webroot>/default/test_2.jsp and the breakpoints stop just fine. Can you please post your full configuration information as requested in the ‘Posting Guidelines’ thread so that I can see how your system differs from mine?
Riyad KallaMemberJohn,
We were able to narrow this problem down to an oversight on our part. This fix to the 2.7 code stream was not correctly ported into the 3.7 code stream, so it was not released. We will issue this fix with others when we do a 2.7.1 and 3.7.1 maintenence release.
vanettenMemberAny guess on a target date for 3.7.1?
In case you still wanted my info:
– System Setup ——————————-
Operating System and version: Win 2K sp4
Eclipse version: 3.0.0
Eclipse build id: 200402122000
Fresh Eclipse install (y/n): No
If not, was it upgraded to its current version using the update manager? No
Other installed external plugins: jfacedbc, jadclipse, memorymanager
Number of plugins in the <eclipse>/plugins directory that begin with org.eclipse.pde.*: 8
MyEclipse version: 3.7GA
Eclipse JDK version: 1.4.2_03
Application Server JDK version: 1.4.1_01
Are there any exceptions in the Eclipse log file? No– Message Body ——————————-
Riyad KallaMemberWe are hoping for a freeze this week.
-
AuthorPosts