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 On Tue, Jun 10, 2014 at 8:24 AM, William Damage <[email protected]> wrote: > 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 on the fly. However, > this isn't smart enough to recognise the space, so truncates the path at > the first one encountered. The error is "Android NDK: Your APP_BUILD_SCRIPT > points to an unknown file:". > > -- > You received this message because you are subscribed to the Google Groups > "Jenkins Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Jenkins Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
