[Mulgara-svn] r279 - trunk

pag at mulgara.org pag at mulgara.org
Wed May 16 17:12:01 UTC 2007


Author: pag
Date: 2007-05-16 12:12:00 -0500 (Wed, 16 May 2007)
New Revision: 279

Modified:
   trunk/README.txt
Log:
Comment on running Mulgara in Eclipse

Modified: trunk/README.txt
===================================================================
--- trunk/README.txt	2007-05-15 21:04:14 UTC (rev 278)
+++ trunk/README.txt	2007-05-16 17:12:00 UTC (rev 279)
@@ -8,6 +8,7 @@
     ii. Release Notes
 II. Installing Java
 III. Building Mulgara
+    i. Building Mulgara in Eclipse
 IV. Running a Mulgara Server
 V. Mulgara Server Options
 VI. License
@@ -132,7 +133,25 @@
 To build the distribution in Windows:
 C:\Mulgara\> build dist
 
+ii. Building Mulgara in Eclipse
+-------------------------------
 
+The Mulgara sources include the .project and .classpath files required for
+Eclipse.  However for an error free environment Eclipse also requires access
+to files which are only generated during a build.  To overcome this there is
+an extra ANT target which builds a library containing the required classes
+for the Eclipse IDE.
+
+To build this library from a Unix command line:
+$ ./build.sh ideSupport
+
+To build the library in Windows:
+C:\Mulgara\> build ideSupport
+
+After building the library, do a Refresh (F5) in Eclipse to make the library
+available to the project.
+
+
 IV. Running a Mulgara Server
 ============================
 




More information about the Mulgara-svn mailing list