- This topic has 5 replies, 3 voices, and was last updated 20 years, 4 months ago by Riyad Kalla.
-
AuthorPosts
-
iklotzkoMemberI just upgraded from M8 to 3.0R1 and downloaded the matching Myeclipse installer.
Everything seems to be working nicely, except for one thing, and I apologize if it should be in bug reports, I wasn’t sure.
I have one jsp that won’t compile (the other 30 do). It did compile in M8 and the prev. version of MyEclipse. The following is the errored line:
session = request.getSession(true);
The following is the error:
Severity Description Resource In Folder Location Creation Time
2 The final local variable session cannot be assigned. It must be blank and not using a compound assignment SetParameterFilter.jsp cetova/cetova-src/backend/web line 12 June 9, 2004 12:38:18 PMThe HttpSession variable in a jsp is not a final variable. So why does it give me the error?
By the way, I love the new MyEclipse. It does HotSwaps and configs much much better. You guys do a great job.
Ira
– System Setup ——————————-
Operating System and version:
Eclipse version: 3.0R1
Eclipse build id: 200405290105
Fresh Eclipse install (y/n): yes
If not, was it upgraded to its current version using the update manager?
Other installed external plugins:
Number of plugins in the <eclipse>/plugins directory that begin with org.eclipse.pde.*: 8
MyEclipse version: 3.7.101 200405301200-3.8-Beta1
Eclipse JDK version: 1.4.2_04
Application Server JDK version: Apache Tomcat/5.0.16
Are there any exceptions in the Eclipse log file? can’t see a log file yet.– Message Body ——————————-
Scott AndersonParticipantIra,
I’ve replicated what you’re reporting. We’ll have to check internally to see if this is an enhancement or a bug.
Scott AndersonParticipantWell, I checked and it’s a new bug. We’ll get it fixed in Beta 2. Thanks for reporting it!
iklotzkoMemberThanks Scott,
I look forward to using Beta 2. Other than that I’m enjoying using the product. When is Beta 2 going to be released? When is the final version going to be released.
ik
Scott AndersonParticipant3.8 Beta 2 should be sometime Monday since we’re doing prep builds over the weekend.
3.8 GA should be one to two weeks after Beta 2. We’re doing our best to get everything finished up, but we don’t want to release beta 2 or GA before we feel they’re ready, and this has caused a bit of delay at times.
Riyad KallaMemberFixed in 3.8Beta2.
-
AuthorPosts