facebook

myeclipse prevents having multiple output folders in project

💡
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. General Development
Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #210761 Reply

    joris77
    Member

    Before I made my project web enabled with MyEclipse I had multiple source folders with each it’s own output folder. Now I web enabled the project, not only I have only one source folder (WEB-INF/classes), I also cannot enable different output folders anymore.

    Joris

    #210765

    No Operation
    Member

    Since one WAR archives mirrors one destination, the specification limits that. MyEclipse only reflects that requirement.
    Perhaps you try to manage to many different things within one project?

    Beer even tastes better if you dont mix it with milk 😉 Use separate glasses.

    NOP

    #210782

    Riyad Kalla
    Member

    Joris,
    NOP’s reply is dead on, you may be trying to manage too much in one project. Can you give us an outline of whats all in this project?

    #210791

    joris77
    Member

    There are four artifacts (read jars or wars) in this project. A jar for services, my object model, aspect oriented logging and one for my war. These are managed with maven. The J2EE specification has nothing to do with how I organize my sources and classes before deployment to a j2ee application server or web container. But I will try an approach with four projects.

    Thanks,

    Joris

    #210795

    Riyad Kalla
    Member

    The J2EE specification has nothing to do with how I organize my sources and classes before deployment to a j2ee application server or web container.

    Yes you are right, the spec does not have anything to do with it, BUT the spec does impose on our tool a certain requirement… so if you want to use our tool to handle deployment, then you need to adhere by the tool’s requirements.

    If you don’t want to use our tool for deployment, and instead want to use an Ant script, that’s fine, then you can leave everything the way it is.

Viewing 5 posts - 1 through 5 (of 5 total)
Reply To: myeclipse prevents having multiple output folders in project

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