mwaylabs / Espresso

The-M-Projects build tools using node.js.
www.the-m-project.org
Other
84 stars 28 forks source link

Warning: dropping manifest because typeof is neither string nor boolean. #76

Closed volkert closed 12 years ago

volkert commented 12 years ago

If I want to package my build for android the following warning appears in line 1 of the package.log file:

Warning: dropping manifest because typeof is neither string nor boolean.

It looks like it skips all options for the activity section of android manifest but I wasn't able to verify this.

EDIT: I tried to package the Todos example app.

4z3 commented 12 years ago

This warning gets emitted by the configuration reader for each config.json property that doesn't get exported as environmental variable.

The wording could be improved or the warning could be filtered, but as package.log isn't intended for user-consumption it won't happen until we specify some component logging format.