Closed GoogleCodeExporter closed 9 years ago
Hello there, can you point me in the direction where I can get your Eclipse
version?
I've only used the ones from Eclipse.org and I am currently on version 3.4.1. Thanks.
Original comment by jsakuda
on 2 Dec 2008 at 1:37
Sorry I gave the MyEclipse version. Here is the Eclipse version I am using -
3.4.0.
I picked this from readme_eclipse.html in <eclipse root>/readme/ directory
Original comment by ramgopal.karri
on 3 Dec 2008 at 5:00
Original comment by jsakuda
on 3 Dec 2008 at 7:44
Hello again, I know it has been a while but would you be able to provide me
with the problematic description
text and any error log entries?
I am trying to see if there maybe was a character in the description that threw
off the XML parsing or if
something strange is happening. Thanks.
Original comment by jsakuda
on 2 Jan 2009 at 4:36
Nevermind, I got the bug to happen. It seems to cut off after 2 paragraphs for
me. How much of your
description was visible?
Original comment by jsakuda
on 2 Jan 2009 at 5:07
I think I fixed this problem. The XML reader from StAX had coalescing set to
false so it was splitting the long
text up into pieces. However, I didn't know that this could happen so I only
read in the first block of text and
the others got ignored. This is why everything worked and there were no
errors. Now it is set to return the
parsed text as one chunk so it should be ok.
Let me know if you still experience problems in the next Jupiter release.
Original comment by jsakuda
on 2 Jan 2009 at 7:58
Issue 65 has been merged into this issue.
Original comment by jsakuda
on 5 Feb 2009 at 6:47
Original issue reported on code.google.com by
ramgopal.karri
on 1 Dec 2008 at 10:02