HXML is an application created in 2009.
#1188on PLDB | 15Years Old | 0Repos |
Haxe compiler arguments can be stored in a .hxml file and can be executed with haxe
-cp src
-dce full
--each
-js bin/homepage.js
-main website.HomePage
--next
-js bin/gallery.js
-main website.GalleryPage
--next
-js bin/contact.js
-main website.ContactPage
buildGlobal.hxml
-lib mcover:2.1.1
-D unittest
-x TestMain
--macro mcover.MCover.coverage(['checkstyle'], ['src'], ['checkstyle.reporter', 'checkstyle.Main'])
--next
-cmd neko run -s src -s test -p resources/static-analysis.txt
-cmd neko run --default-config resources/default-config.json
-cmd neko run -c resources/default-config.json
Feature | Supported | Example | Token |
---|---|---|---|
Line Comments | ✓ |