2
0
mirror of https://gitlab.com/ita1024/waf.git synced 2024-11-25 19:30:04 +01:00
waf/waflib
fedepell 44046343c9 javaw: add quiet=True to ant_globs to suppress warnings of globbing in build
Most of the ant_globs used are explicitly and knowingly on build directory
(ie. javadoc, jar re) so the warning is quite spurious. The only one that
may be in doubt is the source re one: I added also here because if you use
a code generator (ie. protoc) then it is also correct to glob on builds and
the warning is misleading.
2019-01-31 07:03:26 +01:00
..
extras buildcopy: Added warning if buildcopy is used without any files to copy 2019-01-25 12:25:28 +00:00
Tools javaw: add quiet=True to ant_globs to suppress warnings of globbing in build 2019-01-31 07:03:26 +01:00
__init__.py Update docs for 2018 2018-01-01 20:53:49 +01:00
ansiterm.py Fix all DeprecationWarning: invalid escape sequence 2019-01-05 12:02:42 +01:00
Build.py Fix all DeprecationWarning: invalid escape sequence 2019-01-05 12:02:42 +01:00
ConfigSet.py Fix a few deprecation warnings 2019-01-16 06:51:14 +01:00
Configure.py Keep running configuration tests with parallel jobs 2018-11-21 22:01:20 +01:00
Context.py Fix a few deprecation warnings 2019-01-16 06:51:14 +01:00
Errors.py Update docs for 2018 2018-01-01 20:53:49 +01:00
fixpy2.py Update docs for 2018 2018-01-01 20:53:49 +01:00
Logs.py Fix a few deprecation warnings 2019-01-16 06:51:14 +01:00
Node.py docs 2018-04-02 12:06:54 +02:00
Options.py Update docs for 2018 2018-01-01 20:53:49 +01:00
processor.py Update docs for 2018 2018-01-01 20:53:49 +01:00
Runner.py Fix the extra message "Broken revdeps" that may appear on certain build failures 2018-11-27 07:55:49 +01:00
Scripting.py Support multiple 'default_cmd' 2019-01-29 11:48:54 +01:00
Task.py Fix all DeprecationWarning: invalid escape sequence 2019-01-05 12:02:42 +01:00
TaskGen.py Fix all DeprecationWarning: invalid escape sequence 2019-01-05 12:02:42 +01:00
Utils.py Fix all DeprecationWarning: invalid escape sequence 2019-01-05 12:02:42 +01:00