You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by ko...@apache.org on 2014/09/01 15:20:37 UTC

svn commit: r1621765 - in /olingo/site/trunk/content/doc/javascript: project-build.mdtext project-setup.mdtext

Author: koblers
Date: Mon Sep  1 13:20:36 2014
New Revision: 1621765

URL: http://svn.apache.org/r1621765
Log:
Olingo: Updatejava script doc

Modified:
    olingo/site/trunk/content/doc/javascript/project-build.mdtext
    olingo/site/trunk/content/doc/javascript/project-setup.mdtext

Modified: olingo/site/trunk/content/doc/javascript/project-build.mdtext
URL: http://svn.apache.org/viewvc/olingo/site/trunk/content/doc/javascript/project-build.mdtext?rev=1621765&r1=1621764&r2=1621765&view=diff
==============================================================================
--- olingo/site/trunk/content/doc/javascript/project-build.mdtext (original)
+++ olingo/site/trunk/content/doc/javascript/project-build.mdtext Mon Sep  1 13:20:36 2014
@@ -29,9 +29,9 @@ Entry the *grunt -version* command to sh
     grunt-cli v0.1.13
     grunt v0.4.5
 
-### Build the ??? library
+### Build the Olingo OData Client for Java Script 
 
-To build the ??? library use the grunt task chain **build**.
+To build the odatajs library use the grunt task chain **build**.
 
 **``grunt build``**
 
@@ -39,13 +39,13 @@ This task chain will perform the followi
 
 * ``browserify:datajs``
   Browserify parses the main file of the library *src/index.js* and collects all required node modules to build an single monolitic file for easy use in the browser. While doing this all license headers from the seperate filed will be removed.
-  The file will be saved in *build/datajs.2.0.0.js*
+  The file will be saved in *build/odatajs.<version>.js*
 
 * ``uglify:build``
-  Minifies and uglifies the file *build/datajs.2.0.0.js* and writes the minified version to *build/datajs.2.0.0.min.js*. Also a map file *build/datajs.2.0.0.map* is created to allow debugging
+  Minifies and uglifies the file *build/odatajs.<version>.js* and writes the minified version to *build/odatajs.<version>.min.js*. Also a map file *build/datajs.2.0.0.map* is created to allow debugging
 
 * ``concat`` 
-  Add a final licence header to the files *build/datajs.2.0.0.js* and *build/datajs.2.0.0.min.js*
+  Add a final licence header to the files *build/odatajs.<version>.js* and *build/odatajs.<version>.min.js*
 
 ### Check the license headers
 

Modified: olingo/site/trunk/content/doc/javascript/project-setup.mdtext
URL: http://svn.apache.org/viewvc/olingo/site/trunk/content/doc/javascript/project-setup.mdtext?rev=1621765&r1=1621764&r2=1621765&view=diff
==============================================================================
--- olingo/site/trunk/content/doc/javascript/project-setup.mdtext (original)
+++ olingo/site/trunk/content/doc/javascript/project-setup.mdtext Mon Sep  1 13:20:36 2014
@@ -91,6 +91,25 @@ Default are the environment variables *H
 If you want to run the Apache release audit tools ([Apache Rat™](http://creadur.apache.org/rat/) ) please perform the 
 following steps:
 
-* Download the Rat binaries apache-rat-0.10-bin.zip from http://creadur.apache.org/rat/download_rat.cgi
-* Unpack the apache-rat-0.10-bin.zip to *./olingo-odata4-js/datajs/grunt-config/custom-tasks/rat/tools*
-* Check that file *./olingo-odata4-js/datajs/grunt-config/custom-tasks/rat/tools/apache-rat-0.10/apache-rat-0.10.jar* exists
+Navigate to 
+``./olingo-odata4-js/odatajs/grunt-config/custom-tasks/rat``
+
+
+Run ``npm install``
+
+* Download the Rat binaries apache-rat-0.11-bin.zip from http://creadur.apache.org/rat/download_rat.cgi
+* Unpack the apache-rat-0.11-bin.zip to *./olingo-odata4-js/odatajs/grunt-config/custom-tasks/rat/tools*
+* Check that file *./olingo-odata4-js/datajs/grunt-config/custom-tasks/rat/tools/apache-rat-0.11/apache-rat-0.10.jar* exists
+
+##### C# #####
+
+In order to run the service for testing you need the the "Microsoft Visual Studio SP1" with the extension 
+ "NuGet package manager". 
+
+Please install the following packages via "NuGet package manager":
+
+* Microsoft.OData.Client -Version 6.5.0
+* Microsoft.OData.Core -Version 6.5.0
+* Microsoft.OData.Edm -Version 6.5.0
+* Microsoft.OData.Service -Version 6.5.0
+* Microsoft.OData.Spatial -Version 6.5.0