hxp
hxp copied to clipboard
Write scripts in Haxe, and execute them on Windows, macOS or Linux
Template files have a habit of sticking around in the output folder, even if the project no longer needs or wants them. But if we save a list of templates...
This is the hxp part of a potential solution to [openfl/lime#1546 (Stale output from previous builds can cause errors)](https://github.com/openfl/lime/issues/1546). By tracking all files in a folder before starting file operations,...
Allow using hxp from local scopes: - This PR depends on #21, and changes `Haxelib.runCommand` and `Haxelib.runProcess` to always pre-concatenate the arguments. It allows haxelib to be run from a...
For example, if you run `haxelib run hxp --install-hxp-alias` in the root folder of the OpenFL repo, it will both 1) install the alias and 2) run the unit tests....
I'm trying to fix a problem with a script using HXP. The script contains: ``` Sys.exit (System.runScript ("tools/Tools.hx", [ "-main", "Tools", "-lib", "hxp", "-lib", "lime", "-D", "disable-cffi" ], ["myCommand", "otherArgs"]));...
Something like this: ``` haxelib path mycoollib C:\Users\GANAPATI\projects\crypbattlehx\.haxelib\DomWires/1,0,0-alpha,8/src/ -D DomWires=1.0.0-alpha.8 C:\Users\GANAPATI\projects\crypbattlehx\.haxelib\hexinject/git/src/ -D hexinject=1.0.0-alpha.7 C:\Users\GANAPATI\projects\crypbattlehx\.haxelib\hexannotation/1,0,0-alpha,7/src/ -D hexannotation=1.0.0-alpha.7 C:\Users\GANAPATI\projects\crypbattlehx\.haxelib\hexreflection/1,0,0-alpha,7/src/ -D hexreflection=1.0.0-alpha.7 ... ```
I want to export bitmapdata as images via script. Is it possible to use hxp together with openfl display list for that? If not, that what is the best way?
The set debug function accepts value true or false but it set the "-debug" flag either way. Probably should remove the variable or check it before setting the flag. Checking...
cant compile Type not found : hxp.InterpHelper