This document documents the process of using idea to export a war package and the solution to the problem.
Although we are now using idea for development, I still use eclipse to fight the war package ....
This is not the way to go.
So try to pack it today with idea.
The project uses the SSH framework and is not managed with Maven.
The first step is to configure the Web application:exploded (already configured to skip to the second step):
Open Project Structure (the default shortcut is Ctrl+alt+shift+s), select Artifacts + Web application:exploded from module to select the appropriate module for the project:
The second step is to configure the Web application:archive (that is, the war package):
Select artifacts "+" Web application:archive for Xxxxx:war exploded (xxxxx is the first name you configured)
but I used the way to export the war package when there is no class, very strange!!
Workaround:
Add the project-compiled class to the Web application:archive:
Third Step compilation export
Click Make (Default Shortcut key Ctrl+f9) version 2017 to omit this step
Build Artifacts:
End
"Inelij" uses Inelij idea 2016 to export a Java Web project as a war package