You are viewing a plain text version of this content. The canonical link for it is here.
Posted to stonehenge-commits@incubator.apache.org by be...@apache.org on 2009/09/28 03:37:21 UTC

svn commit: r819448 - in /incubator/stonehenge/trunk: BUILDING ChangeLog README

Author: bendewey
Date: Mon Sep 28 03:37:20 2009
New Revision: 819448

URL: http://svn.apache.org/viewvc?rev=819448&view=rev
Log:
Updates to the root BUILDING, ChangeLog, and README for m1.1 tag and Metro

Modified:
    incubator/stonehenge/trunk/BUILDING
    incubator/stonehenge/trunk/ChangeLog
    incubator/stonehenge/trunk/README

Modified: incubator/stonehenge/trunk/BUILDING
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/BUILDING?rev=819448&r1=819447&r2=819448&view=diff
==============================================================================
--- incubator/stonehenge/trunk/BUILDING (original)
+++ incubator/stonehenge/trunk/BUILDING Mon Sep 28 03:37:20 2009
@@ -4,6 +4,7 @@
 1. .NET Stocktrader
 2. PHP Stocktrader
 3. WSAS Stocktrader
+4. Metro Stocktrader
 
 You can build all of them at once, by running "build.bat" (for windows) or "build.sh" (for linux and other *nix). 
 
@@ -21,6 +22,8 @@
 c) .NET 3.5 SP1
 d) ASP.NET 3.5
 e) MSSQL Server 2008 OR MSSQLExpress (MSSQLExpress is included in Visual Studio 2008 and Visual Web Developer Express 2008)
+f) MySQL Connector 6.0+
+g) MySQL Server 5.0(or later) (optional)
 
 
 1.2 Building .NET Stocktrader
@@ -70,3 +73,28 @@
 For updated version of above document, refer
 http://cwiki.apache.org/confluence/display/STONEHENGE/Stonehenge+PHP+and+WSAS+Stocktrader+Installation+Guide
 
+4. Using Metro Stocktrader
+==============================
+
+4.1 Dependencies needed for Metro Stocktrader
+--------------------------------------------
+a) MSSQL Server 2008 or MSSQLExpress or MySQL Server 5.0(or later)
+b) JDK 1.5
+c) Java Cryptography Extension (JCE)
+d) MSSQL or MySQL JDBC Driver (jtds-1.2.2)
+e) Glassfish
+f) Ant-1.0b3
+g) facelets-1.1.14
+h) javaee
+i) jsf-1_2_03
+j) commons-logging-1.1.1
+k) log4j-1.2.15
+
+4.2 Building Metro Stocktrader
+---------------------------------------------
+Go inside stocktrader\metro and run "ant deploy" 
+For more information on building and installing, refer
+documentation\installation_guides\Metro-Installation-Guide.pdf
+For updated version of above document, refer
+http://cwiki.apache.org/confluence/display/STONEHENGE/Stonehenge+PHP+and+WSAS+Stocktrader+Installation+Guide
+

Modified: incubator/stonehenge/trunk/ChangeLog
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/ChangeLog?rev=819448&r1=819447&r2=819448&view=diff
==============================================================================
--- incubator/stonehenge/trunk/ChangeLog (original)
+++ incubator/stonehenge/trunk/ChangeLog Mon Sep 28 03:37:20 2009
@@ -3,9 +3,18 @@
 
   * Initial release
   * .NET trader_client, business_service and order_processor
-  * PHP trader_client, business_service and order_processor
+  * PHP trader_client, config_service, business_service and order_processor
   * WSAS business_service and order_processor
   * MSSQL support in .NET Stocktrader
   * MSSQL and MySQL support in PHP Stocktrader
   * MSSQL and MySQL support in WSAS Stocktrader
  -- Apache Stonehenge team <st...@incubator.apache.org> 06 May 2009
+ 
+ Apache Stonehenge (M1.1) tagged build
+ 
+  * Creation of config_service for .NET
+  * METRO trader_client, config_service, busines_service and order_processor contribution
+  * MSSQL and MySQL support in METRO Stocktrader
+  * Revamp Configuration UI of trader_client for .NET, METRO and PHP
+  * MySQL support in .NET Strocktrader
+ -- Apache Stonehenge team <st...@incubator.apache.org> 27 Sept 2009
\ No newline at end of file

Modified: incubator/stonehenge/trunk/README
URL: http://svn.apache.org/viewvc/incubator/stonehenge/trunk/README?rev=819448&r1=819447&r2=819448&view=diff
==============================================================================
--- incubator/stonehenge/trunk/README (original)
+++ incubator/stonehenge/trunk/README Mon Sep 28 03:37:20 2009
@@ -32,17 +32,17 @@
 ===============
 If you are using source distribution, please refer BUILDING file to build the distribution. 
 
-You can find out how to install PHP/WSAS Stocktrader from here:
-documentation\installation_guides\PHP-WSAS-Stocktrader-InstallationGuide.pdf
+You can find out how to install PHP Stocktrader from here:
+documentation\installation_guides\PHP-Installation-Guide.pdf
 
-And how to install .NET Stocktrader from here:
-documentation\installation_guides\DOTNET-Stocktrader-InstallationGuide.pdf
+You can find out how to install WSAS Stocktrader from here:
+documentation\installation_guides\WSAS-Installation-Guide.pdf
 
-Express Requirements Install Guide for .NET Stocktrader can be found from:
-documentation\installation_guides\DOTNET-Stocktrader-Express-Requirements-InstallGuide.pdf
+And how to install .NET Stocktrader from here:
+documentation\installation_guides\NET-Installation-Guide.pdf
 
-A description of list of utilities which are included in the .NET Stocktrader can be found from: 
-documentation\installation_guides\DOTNET-Stocktrader-Utilities-List.pdf
+You can find out how to install Metro Stocktrader from here:
+documentation\installation_guides\Metro-Installation-Guide.pdf
 
 How to configure the stocktrader, and make them interoperate with each other can be found from:
 documentation\installation_guides\Interoperability-Walk-Through.pdf