Eclipse with WTP hangs [message #96179] |
Fri, 29 April 2005 09:57  |
Eclipse User |
|
|
|
Originally posted by: sorry.no.mail
Hello
I'm using Eclipse with WTP and it's really good.
But I have a problem with it - sometimes when i'm opening complex JSP
file, it takes ages for WTP to check syntax. Almost every change in source
of such file fires syntax checking (i think it is it), which demands 100%
of processor power. It's almost impossible to work with such file. I know
WTP is in beta stage, so I would like to switch off syntax checking for
JSP files, but I can't find such an option.
I also had no luck with using Tomcat 4.1.31 server with WTP (WTP didn't
properly fill server.xml and Tomcat refuses to start) so i'm still using
"tomcat plugin"
Thanx for any help
Marx
|
|
|
|
Re: Eclipse with WTP hangs [message #96339 is a reply to message #96310] |
Fri, 29 April 2005 18:41   |
Eclipse User |
|
|
|
On Fri, 29 Apr 2005 16:00:43 -0500, stevo <sgregory@orchardsoft.com> wrote:
>
> About half of the JSPs I've been working on get stuck when loading with
> this option enabled.
>
Be sure to open bugs, and attach sample files that exhibit problem behavior.
We've fixed some of the known problems in (the near) M4, but
if we don't know about 'em we can't fix 'em.
(For examples, we had some issues where with just the right input and editor position
we would repeatedly "re-read" taglibs and/or includes ... normally a quick/easy process
that greatly improves content assist and validation, but ... not if you
constantly re-read it :(
My guess is this is the problem you're seeing?
But, if my guess is wrong,
and it is something else, its an important way to contribute
... to bring to our attention.
Thanks
|
|
|
|
Re: Eclipse with WTP hangs [message #97327 is a reply to message #96339] |
Mon, 02 May 2005 14:44   |
Eclipse User |
|
|
|
Originally posted by: sgregory.orchardsoft.com
David Williams wrote:
> On Fri, 29 Apr 2005 16:00:43 -0500, stevo <sgregory@orchardsoft.com> wrote:
>
>
>>
>> About half of the JSPs I've been working on get stuck when loading with
>> this option enabled.
>>
>
> Be sure to open bugs, and attach sample files that exhibit problem
> behavior.
> We've fixed some of the known problems in (the near) M4, but
> if we don't know about 'em we can't fix 'em.
>
> (For examples, we had some issues where with just the right input and
> editor position
> we would repeatedly "re-read" taglibs and/or includes ... normally a
> quick/easy process
> that greatly improves content assist and validation, but ... not if you
> constantly re-read it :(
>
> My guess is this is the problem you're seeing?
> But, if my guess is wrong,
> and it is something else, its an important way to contribute
> ... to bring to our attention.
>
> Thanks
M4 fixed the problem
Thanks,
Stevo
|
|
|
|
|
|
Re: Eclipse with WTP hangs [message #103298 is a reply to message #99079] |
Fri, 13 May 2005 02:11  |
Eclipse User |
|
|
|
On Thu, 05 May 2005 04:20:14 -0400, Marx <nomail@aaa.aa> wrote:
> -My whole project is set to use ISO 8859-2 encoding, and it's seen in
> every file' properties. Should I also set it in preferences
> (general->editors->content type->text->jsp->default charset) and in type
> of files (Web and XML -> HTML files ->encoding)?
Actually, for JSP's and HTML (and XML, etc), you should always specify the encoding
in the file itself, in the meta tag for HTML and in the page directive for JSPs
(and, if JSP and HTML, do both, the page directive and the meta tag).
It will be recognized as "from content" for those file types, and that way,
it works correctly once you deploy it to a server too.
|
|
|
Powered by
FUDForum. Page generated in 0.04038 seconds