JManage Build Guide

From jManage

Contents

Preparing

Building

 <jmanage-home> in this document refers to the folder where jmanage source code is checked out. E.g. c:\personal\jmanage.
  • Make sure that JAVA_HOME environment variable is pointing to JDK 1.5 dir.
  • Make sure that Maven 1.0.2 "bin" directory is in the PATH.
  • Run "maven build-all" from <jmanage-home> directory to build the jManage platform.
  • You can also build individual modules, after running the "build" goal:
    maven build-module -Dmodule.name=jboss
    maven build-module -Dmodule.name=jsr160
    maven build-module -Dmodule.name=weblogic
    maven build-module -Dmodule.name=websphere
    maven build-module -Dmodule.name=snmp

Running

  • Execute startup.cmd script from <jmanage-home>. Enter "123456" as the password. jManage runs on port 9090 by default.
  • Go to the URL http://localhost:9090. Use "admin" as the username and "123456" as the password.

Maven Goals

 clean                  Cleans the build directory.
 build-all 	        Builds everything.
 build-all-modules 	Builds all the modules.
 build-module 	        Builds single module. You need to pass -Dmodule.name from the command line.
 build-module 	        Builds single module. You need to pass -Dmodule.name from the command line.
 build-webui 	        Builds the webui component.
 dist 	                Creates distribution jars. You need to pass -Djmanage.version from the command line.