The 'date format' link in the sentence "Specify date pattern of the auto backup file name. You don't need to specify suffix of the file since QuickBuild will append the suffix ".zip" to the file name automatically." on the auto backup screen is invalid. It currently goes to 'http://download-llnw.oracle.com/javase/1.5.0/docs/api/java/text/SimpleDateFormat.html'. It should be one of
||Java Version||URL||
|5|http://docs.oracle.com/javase/1.5.0/docs/api/java/text/SimpleDateFormat.html|
|6|http://docs.oracle.com/javase/6/docs/api/java/text/SimpleDateFormat.html|
|7|http://docs.oracle.com/javase/7/docs/api/java/text/SimpleDateFormat.html|
|