Issue 44: Invalid settings.xml not detected
Project Member Reported by mlisb...@student.aau.dk, May 13, 2011
What steps will reproduce the problem?
Upload an application with invalid settings.xml (the attempted file had varname changed to varfname)

What is the expected output? What do you see instead?
Error in settings xml (or similar)
Application is uploaded, and is listed by GirafPlace Client. (Phone can, however, not install, as fail-safe exists). 

Please use labels and text to provide additional information.
May 15, 2011
Project Member #1 mlisb...@student.aau.dk
Problem probably related to issues with file permissions on the validator script.
Developers should verify the validity of settings.xml before uploading.
(It is still checked whether the file actually exists).
Also, when installing the application on the phone, the validity of the xml-file is checked, thus lacking this check is not seen as a problem, merely an inconvenience.
Status: WontFix
May 15, 2011
Project Member #2 swlass...@gmail.com
Fixed, exec.sh was missing exec permissions.
Status: Fixed