facebook

webapp deployment fails with custom output folders

💡
Our Forums Have Moved

For help with installation, bugs reports or feature requests, please head over to our new forums.
Genuitec Community on GitHub

  1. MyEclipse IDE
  2.  > 
  3. Feature Requests
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #240774 Reply

    Chris Wood
    Member

    Webapp deployment doesn’t deploy class objects from anywhere except the class folder within the web source directory.

    This is very annoying since firstly it means the class files end up contaminating directories which are realy source directories and need to be under source code control, and secondly becase it doesn’t integrate well with some build layouts where classes get compiled to other locations, or sources exist in the webapp class directory which are not compiled classes.

    Please alter the deployer so that it adds class files from any build target directory, not just the webapp dir.

    #240816

    Riyad Kalla
    Member

    Webapp deployment doesn’t deploy class objects from anywhere except the class folder within the web source directory.

    Correct, this is how it was designed.

    This is very annoying since firstly it means the class files end up contaminating directories which are realy source directories and need to be under source code control, and secondly becase it doesn’t integrate well with some build layouts where classes get compiled to other locations, or sources exist in the webapp class directory which are not compiled classes.

    You shouldn’t have source code under your WebRoot directory. Nothing you deploy should contain Source code… maybe if you explain your project layout we can better understand what you are asking.

Viewing 2 posts - 1 through 2 (of 2 total)
Reply To: webapp deployment fails with custom output folders

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