You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@olingo.apache.org by mi...@apache.org on 2013/09/26 08:08:49 UTC

svn commit: r1526391 - /incubator/olingo/site/trunk/content/doc/tutorials/read_media-resource.mdtext

Author: mibo
Date: Thu Sep 26 06:08:48 2013
New Revision: 1526391

URL: http://svn.apache.org/r1526391
Log:
CMS commit to olingo by mibo

Modified:
    incubator/olingo/site/trunk/content/doc/tutorials/read_media-resource.mdtext

Modified: incubator/olingo/site/trunk/content/doc/tutorials/read_media-resource.mdtext
URL: http://svn.apache.org/viewvc/incubator/olingo/site/trunk/content/doc/tutorials/read_media-resource.mdtext?rev=1526391&r1=1526390&r2=1526391&view=diff
==============================================================================
--- incubator/olingo/site/trunk/content/doc/tutorials/read_media-resource.mdtext (original)
+++ incubator/olingo/site/trunk/content/doc/tutorials/read_media-resource.mdtext Thu Sep 26 06:08:48 2013
@@ -34,8 +34,8 @@ Setup of [Read Scenario with `$expand`](
 ## Shortcut
 If you like to directly experiment with the results of the extented basic read scenario, you can use this shortcut: 
 
-  - Download and unzip the [Olingo Tutorial 'Basic Read with Media Resource extension' Project](apache-olingo-tutorial-adv_read_mediaresource) to your local drive 
-  - Start the command line tool and run maven in the folder *read.scenario.media-resource-extension* to build the war file which then can be deployed. 
+  - Download and unzip the [Olingo Tutorial 'Basic Read with Media Resource extension' Project](apache-olingo-tutorial-adv_read_mediaresource) to your local drive which is your OData Tutorial project folder (referenced as `$ODATA_PROJECT_HOME` in the turorial).
+  - Start the command line tool and run maven in the folder `$ODATA_PROJECT_HOME` to build the war file which then can be deployed. 
   - Deploy the resulting war to your favorite application server. For the LJS copy the war into the *$LJS_HOME/pickup* folder and start the server via `$LJS_HOME/go.sh`. 
   - Optional: To import the sample project into Eclipse run the following steps:
     - Start the command line tool and run `mvn eclipse:eclipse clean install` in the folder *read.scenario.media-resource-extension* to generate the Eclipse project settings and do an initial build. 
@@ -383,4 +383,4 @@ Like in the basic read scenario follow t
 After finishing all steps of this tutorial your project contains three different entities with relations between them and one of them with media link entry and media resource support.
 
 If something does not compile or run it is recommended to compare to the complete sample project source code in the [Olingo Tutorial 'Basic Read with Media Resource extension' Project](apache-olingo-tutorial-adv_read_mediaresource. 
-For more details about how to use/setup the project in the zip see section ***Shortcut***.
+For more details about how to use/setup the project in the zip see section ***Shortcut***.
\ No newline at end of file