| Author |
Message |
|
|
Post subject: build workspace [Closed]
Posted: Nov 10, 2004 - 07:45 PM
|
|
Veteran Member


Joined: Apr 15, 2004
Posts: 182
|
|
For some reason, the strut-config.xml mark as error which I know there
is no error on it. I enter a space and save the file. the error goes away.
However, Eclipse starting build workspace,
When it up to 10% and never progress. I kill the task through XP tsask manager. I do this over and over even reboot the computer.
DO you have idea how to fix this? :( |
|
|
| |
|
|
|
 |
|
|
Post subject: Re: build workspace
Posted: Nov 10, 2004 - 07:54 PM
|
|
Veteran Member


Joined: Apr 15, 2004
Posts: 182
|
|
| ayc868 wrote: | For some reason, the strut-config.xml mark as error which I know there
is no error on it. I enter a space and save the file. the error goes away.
However, Eclipse starting build workspace,
When it up to 10% and never progress. I kill the task through XP tsask manager. I do this over and over even reboot the computer.
DO you have idea how to fix this? :( |
|
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Nov 10, 2004 - 07:58 PM
|
|
Veteran Member


Joined: Apr 15, 2004
Posts: 182
|
|
I got the problem go away. I think this is the bug on myEclipse.
I change the code in JSP. That line of code make MyEclipse start build work space every time I start
eclipse. I restore my previous copy, and the problem goes away. This is scaring. |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Nov 10, 2004 - 08:07 PM
|
|
Registered Member

Joined: Jan 06, 2004
Posts: 23824
|
|
ayc,
What is the Build ID of MyEclipse you are using? (Window > Preferences > MyEclipse).
And what were the file contents that were causing the problem? This behavior sounds exactly like the "JSP Indexer" problems we were having that were fixed with 3.8.2+QuickFix #2 |
_________________ Riyad
MyEclipse Support
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Nov 11, 2004 - 01:54 AM
|
|
Veteran Member


Joined: Apr 15, 2004
Posts: 182
|
|
Build ID
200408201200-3.8.2
This is the line cause problem
| Quote: |
<jsp:forward page="/save_csp_user?action=add&&account_id="+"<%=cspUser.getAccountId()%>"/>
|
you can close case |
|
|
| |
|
|
|
 |
|
|
Post subject:
Posted: Nov 11, 2004 - 01:55 AM
|
|
Veteran Member


Joined: Apr 15, 2004
Posts: 182
|
|
should be
| Quote: |
<jsp:forward page="/save_csp_user?action=add&&account_id=<%=cspUser.getAccountId()%>"/>
|
|
|
|
| |
|
|
|
 |
|
|