Re: Android NDK build fails if the Jenkins Project name contains spaces

2014-06-10 Thread Scott Evans
Bill, We ended up restricting our project naming convention to not allow spaces in the project names, just for reasons like this - tools which don't understand spaces in path names were causing significant headaches and script coding workarounds that weren't worth the effort being expended. Scott

Android NDK build fails if the Jenkins Project name contains spaces

2014-06-10 Thread William Damage
Hi, just wanted to share this to save anyone else the mornings frustration I just went through :-( If your Jenkins project name contains a space, and you are using the Android NDK, the command issued will have a parameter for APP_BUILD_SCRIPT which points to the temporary Android.mk file created