task.project
aliasTask.empty(name, desc)
creates empty task- Prints property-map on start
- Flash Player trust location PER USER for macOS and Windows
--macrolog
enabled traces from compile-time- Fixed recursive call in
trace(..)
calls - Add
macros
,flags
,flagArguments
,dce
intohxmake.test.TestTask
to allow more accurate configuration of compile task - Fixed phantomjs exit on utest
- Add force
exit
define for swf target for utest - Utility
ServeTask
starts local server withnekotools
- Built-in
ListTasks
prints list of available tasks (hxmake tasks
) - Built-in
ListModules
task prints current project modules hierarchy (hxmake modules
)
- Task graph resolving improvements
- Fix Haxe Library redundant update if version is specified
- Obsolete
hxlog.Log
removed (useMakeLog
instead) module.project.property("--key")
method to getVALUE
from argument--key=VALUE
readLines
method inProcessResult
objectproject.findModuleByName
method
--silent
and--verbose
options- TestTask (utest) class-path include module test src by default
hxlog
dependency has been removed- Idea project: generate misc.xml, select Haxe SDK and
out
folder for project
- additional support for
haxelib
git and hg libraries sources - multiple sources and defines for TestTask (
utest
)
- support
@:module_path
for external make modules declaration - idea project excludes modules without idea plugin declaration
- fix task order comparator
- fix haxelib install dev name resolving
hxlog
for logging. Dependency has been addedSys.command
has been replaced byCL.command
- Fix for TestTask nodejs / js targets compilation
- Running changed to
neko make.n
by default. Before it was-cmd neko make.n
, sohaxe
process was blockingstdout
in case ofProcess
usage.
- Initial concept