-
build
- server & agent :
build_package.sh
- client :
build_client.sh
- server & agent :
-
import project to the IDE
-
Scouter project
- import maven project using the parent pom.
- install Scala IDE for Eclipse (or Scala for IntelliJ) : It needs for Scouter server module. -- Scala IDE 4.3.0 for scala 2.11.7
- install and enable Lombok support for your IDE.
-
Scouter client project (for Eclipse Neon+ & java8)
- build server & agent first then it makes scouter.common.jar and register it for client project library.
- use "import existing maven project"
- select the directory, ./scouter.client.build/pom.xml (It's parent pom)
- If your eclipse doesn't have ZEST plugin, you should install it.
- Help > Install New Software : Work with : http://download.eclipse.org/tools/gef/updates/legacy/releases/
- And then install GEF(Graphical Editing Framework)
- Help > Install New Software : Work with : http://download.eclipse.org/tools/gef/updates/legacy/releases/
-