cleanup/fix some sample README and scripts
8 files changed
tree: e24675bdd36169cd95db7724dc01ce7c7a0290ef
  1. apps/
  2. connectors/
  3. console/
  4. cron/
  5. scenarios/
  6. src/
  7. template/
  8. topology/
  9. utils/
  10. APPLICATION_DEVELOPMENT.md
  11. get-edgent-jars.sh
  12. mvnw
  13. mvnw.cmd
  14. package-app.sh
  15. pom.xml
  16. README.md
README.md

See APPLICATION_DEVELOPMENT.md for general information on Edgent Application Development, Packaging and Execution.

#Building the Edgent samples

By default java8 class files are generated. Java7 and Android platform class files are produced when the appropriate profile is specified.

./mvnw clean install  # -Pplatform-java7 or -Pplatform-android as needed

A standard jar and uber jar is created for each sample category in the sample category's target directory: <category>/target.

##Running the samples

See the README.md in each sample category directory.