- This topic has 77 replies, 3 voices, and was last updated 20 years, 8 months ago by
Riyad Kalla.
-
AuthorPosts
-
November 11, 2004 at 7:22 am #219326
pathogenMemberWell, today at work I tried to reproduce the problem experienced on the Mac. Sure enough, when I took the slash out of <jsp:include page=”page2.jspf” /> and saved, the IDE locked up with the building workspace message… Nothing in log file.
November 11, 2004 at 9:51 am #219343
Scott AndersonParticipantWe’ll investigate that specific case. In the mean time, “don’t do that”. 😉
November 11, 2004 at 11:33 am #219349
pathogenMemberIn the mean time, “don’t do that”. 😉
Heheh 😉
November 11, 2004 at 2:31 pm #219358
pathogenMemberSo, have you guys been able to replicate it at all?
November 12, 2004 at 8:03 am #219397
pathogenMemberStill hanging tight… 😉
November 12, 2004 at 12:51 pm #219427
pathogenMemberAny news yet? Thx
November 12, 2004 at 1:04 pm #219428
Scott AndersonParticipantWell, I tried to reproduce the issue on a Mac Powerbook with 10.3.6 installed by adding the include directive before creating the jspf file, after creating it with the wrong URI, and with a valid URI. I saved each time and the workspace rebuilt without an issue. So basically, I could not reproduce the problem. However, since the workaround on your system is quite simple I’d suggest using it in the short term and then seeing if a new installation of 3.8.3 (in December) resolves the problem for you.
November 12, 2004 at 1:11 pm #219430
pathogenMemberDid you remove the slash in the include tag and then save? That’s when it barfed.
November 12, 2004 at 1:21 pm #219431
Scott AndersonParticipantAh, you mean the slash on the close portion of the tag, that is:
<jsp:include page="page2.jspf" >
NOT the correct version of:
<jsp:include page="page2.jspf" />
Yes, that does cause a compilation lockup, but it’s not unique to the Mac. I’ve entered a bug report for it. Thanks for hanging in there and helping us track it down. 🙂
November 12, 2004 at 1:30 pm #219433
pathogenMemberAh, you mean the slash on the close portion of the tag
Yeah, I didn’t close the tag by mistake and that’s how I discovered this. Originally I thought it either had something to do with 10.3.6 or other issues. But if you look at my last postings, I got it to be reproduceable every time simply by omitting the slash and saving.
Yes, that does cause a compilation lockup, but it’s not unique to the Mac. I’ve entered a bug report for it.
Yeah, I can reproduce it on the windows box here at work as well. Must be an issue with tag parser. Sorry for reinventing the wheel since you had already entered a bug report for it… Do you think this issue will be fixed in the December release? *thumbs crossed*
November 12, 2004 at 1:32 pm #219435
pathogenMemberAlso, is there a publicly accessible DB of known bugs?
November 12, 2004 at 1:33 pm #219436
Scott AndersonParticipantDo you think this issue will be fixed in the December release? *thumbs crossed*
It’s currently targeted for 3.8.3. However, if we get short on resources we typically will drop fixes that have simple workarounds. With any luck it will get in though.
November 12, 2004 at 1:55 pm #219437
pathogenMemberfixes that have simple workarounds
Just so I get this straight, the workaround is basically don’t make a mistake and forget the slash? Is that correct? I just want to make sure.
November 12, 2004 at 3:01 pm #219443
pathogenMemberIn addtion to the above quesiton, is there a list of known bugs I can reference? Thx.
November 13, 2004 at 11:25 am #219464
pathogenMemberCan someone please answer these two questions? Thanks!
-
AuthorPosts