-
build
- server & agent :
mvn clean package
- client :
mvn -f ./scouter.client.build/pom.xml clean package
- server & agent :
-
import project to the IDE
- Scouter project : import maven project using the parent pom. & install Scala IDE for Eclipse
- 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/
- browse https://github.com/scouter-project/scouter and fork it.
- Download Eclipse(Java EE Developers) : https://www.eclipse.org/downloads/
- Extract and run it.
Check "Import all existing Eclipse project after clone finishes" for auto import.
- change scouter.client.build project to Maven Project
- Eclipse Preferences : Java -> Build Path -> Classpath Variables
- Name : "TOOLS_JAR", choose $JAVA_HOME/lib/tools.jar for Path
- Help -> Eclipse Marketplace : searching Zest of (http://download.eclipse.org/tools/gef/updates/releases/)
-
mvn clean package on scouter.client.build/pom.xml
-
artifact location : target/products
- Help - Eclipse Marketplace : search "scala ide"
- Install Scala IDE 4.2.x