You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@harmony.apache.org by ge...@apache.org on 2006/08/30 17:06:56 UTC

svn commit: r438514 - /incubator/harmony/enhanced/tools/trunk/jmx_console/README.txt

Author: geirm
Date: Wed Aug 30 08:06:55 2006
New Revision: 438514

URL: http://svn.apache.org/viewvc?rev=438514&view=rev
Log:
nips and tucks to change it from a contribution
document, to a instructions now that it is in the
project


Modified:
    incubator/harmony/enhanced/tools/trunk/jmx_console/README.txt

Modified: incubator/harmony/enhanced/tools/trunk/jmx_console/README.txt
URL: http://svn.apache.org/viewvc/incubator/harmony/enhanced/tools/trunk/jmx_console/README.txt?rev=438514&r1=438513&r2=438514&view=diff
==============================================================================
--- incubator/harmony/enhanced/tools/trunk/jmx_console/README.txt (original)
+++ incubator/harmony/enhanced/tools/trunk/jmx_console/README.txt Wed Aug 30 08:06:55 2006
@@ -1,57 +1,35 @@
-INTEL CONTRIBUTION TO APACHE HARMONY 
-            June 6, 2006 
-====================================== 
+Apache Harmony JMX Console
+========================== 
 
-This archive contains the contribution to the Apache 
-Harmony project from Intel. The contribution consists 
-of the following component: 
-
-   -   Java* Management Extensions (JMX) Console
-
-
-1. ARCHIVE CONTENTS
--------------------
-
-The archive contains the source files and the building environment of the JMX* Console.
-
-After extracting the archive, the following directories appear under 
-<EXTRACT_DIR>/Harmony, where EXTRACT_DIR is the location of the 
-archive content:
-
-  make                  - Files required to build the JMX* Console
-  src                   - Source files that can be compiled into the JMX* Console
-  doc                   - Documentation for the JMX* Console
-
-
-2. TOOLS REQUIRED FOR THE BUILD
+1. TOOLS REQUIRED FOR THE BUILD
 -------------------------------
 
-To build the JMX* Console plug-in, install and configure the following tools:
+To build the JMX Console plug-in, install and configure the following tools:
 
 + Apache Ant            - Apache Ant version 1.6.4 or higher
                           http://ant.apache.org
 
-+ Eclipse*              - Eclipse* SDK version 3.1.1 or higher
++ Eclipse              - Eclipse SDK version 3.1.1 or higher
                           http://download.eclipse.org/eclipse/downloads/index.php
                           
-+ SWT*                  - SWT* Graphical Library version 3.1.x
++ SWT                  - SWT Graphical Library version 3.1.x
 						  http://www.eclipse.org/swt/				
 
 
-3. BUILDING THE JMX* CONSOLE PLUG-IN
+2. BUILDING THE JMX CONSOLE PLUG-IN
 ------------------------------------
 
-1. Change the current directory to Hamony/make.
+1. Change the current directory to make/.
             
 2. Edit the external_tools.properties file
-   The property eclipse.path must point to the Eclipse* folder.
+   The property eclipse.path must point to the Eclipse folder.
 
 3. Run Apache Ant by typing: ant
 
 The build produces a set of .class and .jar files. 
 These files are placed in the following directory tree structure:
 
-<EXTRACT_DIR>/Harmony/build
+<EXTRACT_DIR>/build
        |
        +---classes                                            compiled class files
        |
@@ -62,30 +40,30 @@
 
 
 
-4. RUNNING THE JMX* CONSOLE PLUG-IN
+3. RUNNING THE JMX CONSOLE PLUG-IN
 -----------------------------------
 
-To run the JMX* Console, follow the steps described below. 
+To run the JMX Console, follow the steps described below. 
 
- 1.  Copy file Harmony/build/jar/org.apache.harmony.x.management.console_3.1.1.jar
-     into the plugins/ folder of Eclipse*.
+ 1.  Copy file build/jar/org.apache.harmony.x.management.console_3.1.1.jar
+     into the plugins/ folder of Eclipse.
  
- 2.  Start Eclipse*. 
+ 2.  Start Eclipse. 
 
  3.  Go Window > Open Perspective > Other...  and select 
-     the JMX* Perspective option from the list.
+     the JMX Perspective option from the list.
  
- 4.  Go File > New > JMX* Console > New Connection Wizard. 
+ 4.  Go File > New > JMX Console > New Connection Wizard. 
 
  5.  Select the Local VM tab and connect to the local VM. 
 
  6.  The tree structure appear on the left in your workspace. 
 
 
-5. RUNNING THE STANDALONE JMX* CONSOLE
+4. RUNNING THE STANDALONE JMX CONSOLE
 --------------------------------------
 
-To run the JMX* Console, follow the steps described below. 
+To run the JMX Console, follow the steps described below. 
  1. Install swt into folder C:/swt
  
  2. Run console using command:
@@ -95,7 +73,7 @@
  3. Connect to MBean server using dialog box.
  
 
-6. KNOWN ISSUES
+5. KNOWN ISSUES
 ---------------
 
 - The supplied auxiliary views have not been tested properly.
@@ -103,7 +81,7 @@
 - In the UI, blank squares are used instead of icons.
 
 
-7. TODO
+6. TODO
 -------
 
 - Implement a customized view for JVM.
@@ -111,7 +89,3 @@
 - Design icons.
 
 
-8. DISCLAIMER AND LEGAL INFORMATION
------------------------------------
-
-*) Other brands and names are the property of their respective owners.