Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 990 Bytes

README.md

File metadata and controls

19 lines (15 loc) · 990 Bytes

SamsungSmartTVSDKHaXe

Read more about Samsung Smart TV development with HaXe on blog.yoz.sk.

run ant with following arguments:

  • -DSAMSUNG_SDK_DIR="c:/Program Files (x86)/Samsung/Samsung TV SDK 4"
  • -DTARGET_DEPLOY="c:/Users/jozef.chutka/work/http/Widget"
  • -DTARGET_DEPLOY_WIDGETLIST="c:/Users/jozef.chutka/work/http"
  • -DAPP_HTTP_ROOT="http://172.16.193.191"

and add AntHX.jar into classpath (-lib)

Tags

  • basic - basic project with Samsung Smart TV SDK and HaXe sources, build.xml with proper targets
  • tests - implemented unit tests with JUnit support
  • mvc - implemented mvc framework

Download projects as .zip