summaryrefslogtreecommitdiff
path: root/src/rebar_file_utils.erl
Commit message (Collapse)AuthorAgeFilesLines
* Fix eunit testing of apps that have no erl filesEric B Merritt2012-07-031-0/+2
| | | | | | | 'Erlang' projects that do not contain any erlang files (Joxa, LFE, Elixir, etc) break the eunit task. It attempts to copy an empty list of source files to the .eunit directory. This change makes copying an empty list a simple no-op.
* Remove ?FAIL in favor of ?ABORTDave Smith2012-06-081-1/+1
|
* Fix copying dir to non-existing dir in Win32Jesse Gumm2012-02-201-0/+19
|
* rebar_file_utils: simplify commands on WindowsJan Klötzke2011-10-201-3/+3
|
* Fix regressions in rebar_file_utilsTuncer Ayaz2011-09-151-5/+9
|
* Fix regression in rebar_file_utils:cp_r/2Tuncer Ayaz2011-09-041-2/+3
|
* Fix spec for rebar_file_utils:rm_rf/1Tuncer Ayaz2011-09-021-1/+1
|
* Quote paths before passing them to the shellJan Klötzke2011-09-021-6/+9
|
* Clean up specsTuncer Ayaz2011-03-281-4/+3
|
* Clean up codeTuncer Ayaz2011-02-061-3/+3
|
* Clean up emacs file local variablesTuncer Ayaz2011-01-311-1/+1
|
* Apply Tidier suggestionsTuncer Ayaz2011-01-131-16/+16
|
* Unify executable invocationJuhani Rankimies2011-01-061-21/+47
| | | | | Add flags to rebar_utils:sh to control output and error handling. Replace calls to os:cmd with calls to rebar_utils:sh.
* Port rebar_file_utils to WindowsJuhani Rankimies2010-10-271-5/+73
| | | | | | | | Modify rm_rf and cp_r to work when {win32,_} = os:type(). Simplify rm_rf to only accept one filename, directoryname or wildcard. Add unit tests to ensure a similar behaviour on windows and unix. Thanks to tuncer for guidance and feedback.
* Remove unused functions from rebar_file_utilsJuhani Rankimies2010-10-271-16/+0
| | | | mkdir_p/1 and ln_sf/2.
* Added vi modeline/emacs local variables to file headersTuncer Ayaz2009-12-311-0/+2
|
* Deleted trailing whitespaceTuncer Ayaz2009-12-301-1/+1
|
* Fixing number of warnings and bugletsDave Smith2009-12-141-1/+1
|
* Adding delete_each/1Dave Smith2009-12-011-1/+15
|
* Connected up symlinking the list of progs in rebar.config/app_binJon Meredith2009-11-301-1/+2
| | | | to the OTP bin dir.
* More workDave Smith2009-11-301-0/+59