summaryrefslogtreecommitdiff
path: root/priv/templates/simplenode.windows.start_erl.cmd
Commit message (Collapse)AuthorAgeFilesLines
* Don't run erl_args through set_trimMatt Campbell2011-10-201-1/+1
| | | | | Args provided by erlsrv.exe were being mostly discarded due to being processed through set_trim
* @ characters before elses were causing the script to not runMistagrooves2011-09-261-2/+2
|
* Get rid of app.configjoewilliams2011-09-201-2/+12
| | | | | | | | | | | | | | | | | | | | app.config has been a long standing erroneous file in rebar. Erlang/OTP documentation suggests a sys.config file instead. This file is stored in the releases/VSN directory. This does a few things but most importantly it ensures your config (contained in the application environment) survives a hot upgrade. It also has the advantage of allowing the configuration of the application to be versioned along side the application code. This patch flips rebar to use sys.config rather than app.config. Additionally it makes this flip to vm.args as well, making them versioned just like sys.config. This patch also includes runner script changes to support the old etc/app.config config file location and support for Windows. Thanks to mokele for the initial work and kick in the pants to make this finially happen.
* Clean up windows batch scriptsBen2011-09-011-1/+2
|
* Add simple Windows batch scripts to node templatesMatt Campbell2011-09-011-0/+28