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/03 14:15:45 UTC

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

Author: koblers
Date: Wed Sep  3 12:15:45 2014
New Revision: 1622232

URL: http://svn.apache.org/r1622232
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=1622232&r1=1622231&r2=1622232&view=diff
==============================================================================
--- olingo/site/trunk/content/doc/javascript/project-build.mdtext (original)
+++ olingo/site/trunk/content/doc/javascript/project-build.mdtext Wed Sep  3 12:15:45 2014
@@ -21,7 +21,7 @@ Notice:    Licensed to the Apache Softwa
 ### Test for proper installation
 
 Open your (git-)bash and navigate to the folder 
-``olingo-odata4-js/datajs/``
+``olingo-odata4-js/odatajs/``
 
 Entry the *grunt -version* command to show the version of the globaly installed grund-client and the local grunt installation:
 
@@ -37,7 +37,7 @@ To build the odatajs library use the gru
 
 This task chain will perform the following grunt tasks:
 
-* ``browserify:datajs``
+* ``browserify:src``
   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/odatajs.<version>.js*
 
@@ -49,6 +49,6 @@ This task chain will perform the followi
 
 ### Check the license headers
 
-**``grunt rat``**
+**``grunt custom-license-check``**
 
 

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=1622232&r1=1622231&r2=1622232&view=diff
==============================================================================
--- olingo/site/trunk/content/doc/javascript/project-setup.mdtext (original)
+++ olingo/site/trunk/content/doc/javascript/project-setup.mdtext Wed Sep  3 12:15:45 2014
@@ -66,7 +66,7 @@ Open your (git-)bash and use the followi
 
 After downloading navigate into the project folder via
 
-``cd olingo-odata4-js/datajs/``
+``cd olingo-odata4-js/odatajs/``
 
 and install the dependencies via npm (node package manager) with
 
@@ -91,15 +91,17 @@ 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:
 
-Navigate to 
+* Navigate to 
 ``./olingo-odata4-js/odatajs/grunt-config/custom-tasks/rat``
+* Run ``npm install`` to install the node_modules required by the rat tool
 
-
-Run ``npm install``
+then
 
 * 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
+* Check that file *./olingo-odata4-js/odatajs/grunt-config/custom-tasks/rat/tools/apache-rat-0.11/apache-rat-0.10.jar* exists
+
+*
 
 ##### C# #####