diff -r be27ed110b50 -r d8ac696cc51f buildframework/helium/tools/common/python/lib/imaker/ant.py --- a/buildframework/helium/tools/common/python/lib/imaker/ant.py Wed Oct 28 14:39:48 2009 +0000 +++ b/buildframework/helium/tools/common/python/lib/imaker/ant.py Wed Dec 23 19:29:07 2009 +0200 @@ -135,6 +135,10 @@ configs = imaker.api.scan_configs(includes, excludes) targets = {} + if len(configs) == 0: + for inc in includes: + task.log("WARNING: Could not find configurations to build roms for '%s'" % inc) + for config in configs: task.log("Configuration: %s" % config) if config not in targets: