facebook

library change triggers a complete rebuild. [Enhancement]

  1. MyEclipse Archived
  2.  > 
  3. Bugs
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #199977 Reply

    DeanJones
    Member

    I would like to keep the feature of having the *jar’s I put in the WEB-INF/lib to be added to my build path, but turn off auto-project re-build. This hadda waste about an hour for me today rebuilding 1245 java files and all the JSP’s over and over 😉 is this your plugin, or Eclipse doing this ??? Oh, yea, it’s seems to auto-deploy then too, ouch…

    #199978 Reply

    support-michael
    Keymaster

    The behavior you identify is the basic Eclipse platform workflow. If you wish to have the project classpath automatically maintained when jars are added/removed from the WEB-INF/lib folder you should consider disabling the auto-build workbench preference, see Window menu>Preferences>Workbench. As you have identified any changes to a project’s classpath results in a rebuild of the project when the “auto rebuild when resources are modified” is enabled (the default).

    For large projects I typically leave the auto-build preference enabled and disable the JSP validation preference. Then I manually invoke JSP validation on a periodic basis. Also I recently entered an enhancement request to provide JSP validation of selected resources.

    Michael
    MyEclipse Support

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: library change triggers a complete rebuild. [Enhancement]

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