From c99458365a8eac122a81073a6c85cc008a3bb87c Mon Sep 17 00:00:00 2001 From: Sami Tikka Date: Tue, 13 Dec 2011 23:55:21 +0200 Subject: [PATCH] osx: Improved installer based on recent feedback on #jenkins 1) Installer checks Java is installed before proceeding. It also tells how to get Java installed. 2) Installer opens http://localhost:8080 when installation is finished. --- changelog.html | 5 ++++- osx/JenkinsInstaller.pmdoc/index.xml | 16 +++++++++++----- 2 files changed, 15 insertions(+), 6 deletions(-) diff --git a/changelog.html b/changelog.html index 4141f8e4d5..739db2ed8e 100644 --- a/changelog.html +++ b/changelog.html @@ -62,8 +62,11 @@ Upcoming changes Incorrect path delimiter used in ZipArchiver when creating archive on Windows. issue 9942
  • - .jpi is now supported as well as .hpi as a plugin extension. + .jpi is now supported as well as .hpi as a plugin extension. (pull #331) +
  • + OSX installer now checks for the existence of JVM and open the browser in the end. + (pull #329) diff --git a/osx/JenkinsInstaller.pmdoc/index.xml b/osx/JenkinsInstaller.pmdoc/index.xml index 368692baa5..f864802968 100644 --- a/osx/JenkinsInstaller.pmdoc/index.xml +++ b/osx/JenkinsInstaller.pmdoc/index.xml @@ -34,11 +34,17 @@ docs/JenkinsWelcomePanel.rtf + + + /System/Library/Frameworks/JavaVM.framework/Versions/A/Commands/java + Java Runtime Not Found + You need Java runtime to run Jenkins. Open /Applications/Utilities/Java Preferences, install Java and then run this installer again. + + - - /Users/Shared/Jenkins/Home - absolute-path + + http://localhost:8080/ @@ -48,10 +54,10 @@ 04jenkins.xml description properties.title - properties.systemDomain + properties.anywhereDomain properties.userDomain properties.customizeOption extraFiles + properties.systemDomain postinstallActions.actions - properties.anywhereDomain -- GitLab