facebook

build workspace [Closed]

  1. MyEclipse Archived
  2.  > 
  3. Database Tools (DB Explorer, Hibernate, etc.)
Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #219285 Reply

    Andrew Cheng
    Participant

    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? 🙁

    #219286 Reply

    Andrew Cheng
    Participant

    @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? 🙁

    #219287 Reply

    Andrew Cheng
    Participant

    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.

    #219288 Reply

    Riyad Kalla
    Member

    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

    #219307 Reply

    Andrew Cheng
    Participant

    Build ID
    200408201200-3.8.2

    This is the line cause problem

    <jsp:forward page=”/save_csp_user?action=add&&account_id=”+”<%=cspUser.getAccountId()%>”/>

    you can close case

    #219308 Reply

    Andrew Cheng
    Participant

    should be

    <jsp:forward page=”/save_csp_user?action=add&&account_id=<%=cspUser.getAccountId()%>”/>

Viewing 6 posts - 1 through 6 (of 6 total)
Reply To: build workspace [Closed]

You must be logged in to post in the forum log in