Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "OM2M/Download"

(Build OM2M)
(Build OM2M)
Line 17: Line 17:
 
mvn clean install
 
mvn clean install
 
</pre>
 
</pre>
* You can also import the "org.eclipse.om2m" project as maven project in the Eclipse RPC IDE, and use Eclipse maven tools to build the NSCL and GSCL products.
 
  
 
* Check generated NSCL and GSCL products
 
* Check generated NSCL and GSCL products
 
** The NSCL product can be found on this directory: "om2m/org.eclipse.om2m/org.eclipse.om2m.site.nscl/target/products"
 
** The NSCL product can be found on this directory: "om2m/org.eclipse.om2m/org.eclipse.om2m.site.nscl/target/products"
 
** The GSCL product can be found on this directory: "om2m/org.eclipse.om2m/org.eclipse.om2m.site.gscl/target/products"
 
** The GSCL product can be found on this directory: "om2m/org.eclipse.om2m/org.eclipse.om2m.site.gscl/target/products"
 +
 +
* You can also import the "org.eclipse.om2m" project as maven project in the Eclipse RPC IDE, and use Eclipse maven tools to build the NSCL and GSCL products.

Revision as of 14:01, 20 April 2014

Get OM2M binaries

  • You can download a zip file containing OM2M binaries from this link: (Link will be added)

Get OM2M source code

git clone http://git.eclipse.org/gitroot/www.eclipse.org/om2m.git

Build OM2M

  • Got to the "org.eclipse.om2m" directory.
  • Specific target architectures and operating systems can be specified on the "pom.xml" file.
  • Build OM2M using the following command: (An internet connection is required to download dependencies)
mvn clean install
  • Check generated NSCL and GSCL products
    • The NSCL product can be found on this directory: "om2m/org.eclipse.om2m/org.eclipse.om2m.site.nscl/target/products"
    • The GSCL product can be found on this directory: "om2m/org.eclipse.om2m/org.eclipse.om2m.site.gscl/target/products"
  • You can also import the "org.eclipse.om2m" project as maven project in the Eclipse RPC IDE, and use Eclipse maven tools to build the NSCL and GSCL products.

Back to the top