facebook

Deployment of referenced projects

  1. MyEclipse IDE
  2.  > 
  3. General Development
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #205519 Reply

    awuertz
    Member

    I have a JSP project that references other projects in the workspace. When I deploy that project, only the class files contained directly in my main project are deployed. I haven’t found a way to tell MyEclipse to include the class files in the referenced projects in the deployment. Is there any way to do such a thing?

    #205522 Reply

    support-michael
    Keymaster

    We are currently working on the concept of “deployable dependent projects” for the upcoming MyEclipse 2.8/3.8 releases. For the short term you can modify the output location of your dependent project(s) to be the WEB-INF/classes folder of your webProject. When using this configuration remember to rebuild your dependent projects when you “Rebuild” your web-project and your compiler preference is enabled to scrub output folders, see Windows>Preferences>Java>Compiler>Build Paths; otherwise you’ll end up with NoClassFoundExceptions at runtime.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: Deployment of referenced projects

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