[jboss-svn-commits] JBL Code SVN: r18985 - labs/jbosstm/trunk/XTS/demo.
jboss-svn-commits at lists.jboss.org
jboss-svn-commits at lists.jboss.org
Fri Mar 14 12:15:54 EDT 2008
Author: adinn
Date: 2008-03-14 12:15:54 -0400 (Fri, 14 Mar 2008)
New Revision: 18985
Added:
labs/jbosstm/trunk/XTS/demo/README
Log:
extra instructions to avoid confusion over how to build the demo and explain where to find documentation
Added: labs/jbosstm/trunk/XTS/demo/README
===================================================================
--- labs/jbosstm/trunk/XTS/demo/README (rev 0)
+++ labs/jbosstm/trunk/XTS/demo/README 2008-03-14 16:15:54 UTC (rev 18985)
@@ -0,0 +1,22 @@
+This is the raw demo source directory for the XTS demo program
+(XTS/demo). Do not attempt to build the demo from this directory a sit
+will not work.
+
+Run the command 'ant clean install' in the parent directory (XTS) to
+
+ - create the xts install directory (XTS/xts-install)
+
+ - build and install the XTS libraries, web apps and config files and
+
+ - install a preprocessed version of the demo source tree ready for
+ building
+
+To build the demo change to the demo directory in the xts install tree
+(XTS/xts-install/demo) and follow the instructions in file BUILDING.
+
+Read the installed html documentation (XTS/xts-install/demo/html) for
+an explanation of how the demo works and guidelines on how to use the
+XTS package to implement your own transactional web services.
+
+Read the programmers guide (XTS/xts-install/docs/ProgrammersGuide.pdf)
+for further information.
More information about the jboss-svn-commits
mailing list