@@ -25,15 +25,15 @@ Building OM2M from sources using maven:
* Two Eclipse products will be generated after a successful built:
- The IN product can be found on this directory: "om2m/org.eclipse.om2m/org.eclipse.om2m.site.in-cse/target/products/in-cse/<os>/<ws>/<arch>"
- The MN product can be found on this directory: "om2m/org.eclipse.om2m/org.eclipse.om2m.site.mn-cse/target/products/mn-cse/<os>/<ws>/<arch>"
- The ASN product can be found on this directory: "om2m/org.eclipse.om2m/org.eclipse.om2m.site.asn-cse/target/products/asn-cse/<os>/<ws>/<arch>"
* The IN product can be found on this directory: om2m/org.eclipse.om2m/org.eclipse.om2m.site.in-cse/target/products/in-cse/"os"/"ws"/"arch"
* The MN product can be found on this directory: om2m/org.eclipse.om2m/org.eclipse.om2m.site.mn-cse/target/products/mn-cse/"os"/"ws"/"arch"
* The ASN product can be found on this directory: om2m/org.eclipse.om2m/org.eclipse.om2m.site.asn-cse/target/products/asn-cse/"os"/"ws"/"arch"
Test OM2M:
=========
* Go to the IN-CSE product directory: "om2m/org.eclipse.om2m/org.eclipse.om2m.site.in-cse/target/products/in-cse/<os>/<ws>/<arch>".
* Go to the IN-CSE product directory: om2m/org.eclipse.om2m/org.eclipse.om2m.site.in-cse/target/products/in-cse/"os"/"ws"/"arch".
* Start the IN-CSE by executing the "start.bat" script on Windows or "start.sh" on Linux and Mac OS.
* WARNING for Windows users: don't double click on the "start.bat" file from Eclipse explorer on Windows. This cause unwanted loading of bundles and the platform will NOT be launched. Use the File Explorer instead.
* Once the IN-CSE is started, you will see an OSGi console. You can type “ss” to report a summary status of all installed bundles. Type "exit" to shutdown.