Eclipse Output Folders

后端 未结 6 465
滥情空心
滥情空心 2020-12-21 07:38

With following structure, how can I make Eclipse build the WAR file correctly?

I need following folders to go into following output folders:

mail/src

6条回答
  •  温柔的废话
    2020-12-21 08:04

    Right, so the solution was to move WEB-INF into /www/ and make a WEB-INF/classes/ folder containing a dummy file.

    Without the dummy file Eclipse wouldn't build, and complain about the classes folder didn't exist.

提交回复
热议问题