Return-Path: X-Original-To: apmail-cloudstack-commits-archive@www.apache.org Delivered-To: apmail-cloudstack-commits-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 16BB01109B for ; Thu, 3 Jul 2014 12:24:51 +0000 (UTC) Received: (qmail 16921 invoked by uid 500); 3 Jul 2014 12:24:50 -0000 Delivered-To: apmail-cloudstack-commits-archive@cloudstack.apache.org Received: (qmail 16882 invoked by uid 500); 3 Jul 2014 12:24:50 -0000 Mailing-List: contact commits-help@cloudstack.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@cloudstack.apache.org Delivered-To: mailing list commits@cloudstack.apache.org Received: (qmail 16873 invoked by uid 99); 3 Jul 2014 12:24:50 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 03 Jul 2014 12:24:50 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 594A1995902; Thu, 3 Jul 2014 12:24:50 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: koushik@apache.org To: commits@cloudstack.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: updated refs/heads/master to ce5061e Date: Thu, 3 Jul 2014 12:24:50 +0000 (UTC) Repository: cloudstack Updated Branches: refs/heads/master b2d613f53 -> ce5061e10 CLOUDSTACK-6834 : 3. Some description changes words like CloudStack etc 4. Change Default installation location if possible include version number 5. Mysql Connector Installer along with other dependecies 6. Add run Service Checkbox 7. Add ReadMe checkbox Signed-off-by: Koushik Das Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/ce5061e1 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/ce5061e1 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/ce5061e1 Branch: refs/heads/master Commit: ce5061e107f743e52b23445fd97fcf60d8160ec6 Parents: b2d613f Author: Damodar Reddy Authored: Thu Jul 3 15:48:34 2014 +0530 Committer: Koushik Das Committed: Thu Jul 3 17:43:00 2014 +0530 ---------------------------------------------------------------------- client/pom.xml | 26 ++++++++++- pom.xml | 1 + scripts/installer/windows/ExitDialog.wxs | 48 ++++++++++++++++++++ .../installer/windows/WixInstallerDialog.wxs | 2 +- scripts/installer/windows/acs.wxs | 39 ++++++++++++++-- scripts/installer/windows/dependencies.wxs | 1 + scripts/installer/windows/en-us.wxl | 10 ++-- .../installer/windows/optionstheme_en-us.wxl | 4 +- scripts/installer/windows/readme.txt | 1 + 9 files changed, 119 insertions(+), 13 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ce5061e1/client/pom.xml ---------------------------------------------------------------------- diff --git a/client/pom.xml b/client/pom.xml index 29fef4f..0af1e01 100644 --- a/client/pom.xml +++ b/client/pom.xml @@ -681,6 +681,7 @@ + @@ -719,6 +720,7 @@ + @@ -747,6 +749,26 @@ + org.codehaus.mojo + build-helper-maven-plugin + 1.9 + + + regex-property + + regex-property + + + final.version + ${project.version} + -SNAPSHOT + + false + + + + + org.apache.cloudstack Wix-cloudstack-maven-plugin ${project.version} @@ -827,10 +849,11 @@ WixUIExtension WixUtilExtension - -dSourceClient=SourceDir\client -dSetupPathDir=SourceDir\setup -dUtilitiesPathDir=SourceDir\scripts -dPythonSitePackagesDir=SourceDir\python-site-packages + -dVersion=${final.version} -dSourceClient=SourceDir\client -dSetupPathDir=SourceDir\setup -dUtilitiesPathDir=SourceDir\scripts -dPythonSitePackagesDir=SourceDir\python-site-packages ../scripts/installer/windows/acs.wxs ../scripts/installer/windows/WixInstallerDialog.wxs + ../scripts/installer/windows/ExitDialog.wxs ../scripts/installer/windows/Setup_Databases.wxs target/client.wxs target/setupdb.wxs @@ -844,6 +867,7 @@ target/setupdb.wixobj target/utilities.wixobj target/WixInstallerDialog.wixobj + target/ExitDialog.wixobj target/Setup_Databases.wixobj target/python-site-packages.wixobj http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ce5061e1/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index 0b3b56e..570d2bc 100644 --- a/pom.xml +++ b/pom.xml @@ -819,6 +819,7 @@ tools/ngui/static/js/lib/* **/.checkstyle scripts/installer/windows/acs_license.rtf + scripts/installer/windows/readme.txt http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ce5061e1/scripts/installer/windows/ExitDialog.wxs ---------------------------------------------------------------------- diff --git a/scripts/installer/windows/ExitDialog.wxs b/scripts/installer/windows/ExitDialog.wxs new file mode 100644 index 0000000..53fa8c5 --- /dev/null +++ b/scripts/installer/windows/ExitDialog.wxs @@ -0,0 +1,48 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ce5061e1/scripts/installer/windows/WixInstallerDialog.wxs ---------------------------------------------------------------------- diff --git a/scripts/installer/windows/WixInstallerDialog.wxs b/scripts/installer/windows/WixInstallerDialog.wxs index 0282d8a..a2103a9 100644 --- a/scripts/installer/windows/WixInstallerDialog.wxs +++ b/scripts/installer/windows/WixInstallerDialog.wxs @@ -28,7 +28,7 @@ - 1 + 1 1 http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ce5061e1/scripts/installer/windows/acs.wxs ---------------------------------------------------------------------- diff --git a/scripts/installer/windows/acs.wxs b/scripts/installer/windows/acs.wxs index bf09afc..db2c8db 100644 --- a/scripts/installer/windows/acs.wxs +++ b/scripts/installer/windows/acs.wxs @@ -11,7 +11,7 @@ + Codepage='1252' Version='!(wix.Version)' Manufacturer='!(loc.ProductManufacturer)'> - - + + @@ -139,6 +139,9 @@ + + + + @@ -278,7 +284,8 @@ NOT Installed NOT Installed - NOT Installed + NOT Installed + NOT Installed (NOT Installed) AND (CREATE_DATABASE = "1") @@ -302,9 +309,31 @@ + - + + + + + + + + + + + + + + WIXUI_EXITDIALOGOPTIONALCHECKBOX = 1 and NOT Installed + WIXUI_EXITDIALOGOPTIONALRAEDMECHECKBOX = 1 and NOT Installed + \ No newline at end of file http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ce5061e1/scripts/installer/windows/dependencies.wxs ---------------------------------------------------------------------- diff --git a/scripts/installer/windows/dependencies.wxs b/scripts/installer/windows/dependencies.wxs index 987c561..96562db 100644 --- a/scripts/installer/windows/dependencies.wxs +++ b/scripts/installer/windows/dependencies.wxs @@ -17,6 +17,7 @@ + http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ce5061e1/scripts/installer/windows/en-us.wxl ---------------------------------------------------------------------- diff --git a/scripts/installer/windows/en-us.wxl b/scripts/installer/windows/en-us.wxl index 2f34575..8b3999c 100644 --- a/scripts/installer/windows/en-us.wxl +++ b/scripts/installer/windows/en-us.wxl @@ -9,9 +9,9 @@ OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License. --> - Apache Cloud Stack + Apache CloudStack Apache - Apache Cloud Stack Installer + Apache CloudStack Installer ACS is a registered trademark Apache Apache tomcat6 is not installed please do install tomcat6 and then try @@ -19,7 +19,7 @@ Python 2.7 is not installed Please do install python and then try 7Z is not installed please do install 7z and then try Management Server - The Main Executable of Cloud Stack. + The Main Executable of CloudStack. The complete package. Provide Database Information Please provide the database information that host the cloud schemas @@ -28,7 +28,7 @@ Password Root Password Port - Create Cloud Stack Database + Create CloudStack Database Generating SSL Keys which is needed to talk to Management Server. Creating Database and needed Schemas for management server. Updating db.properties with the given database configuration. @@ -38,6 +38,8 @@ Deleting un-necessary files from installation directory. Updating Tomcat Catalina Base with Management Server Home. Updating Tomcat Classpath with necessary paths. + Launch CloudStack Server + Open Readme Version 4.0.0.0 \ No newline at end of file http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ce5061e1/scripts/installer/windows/optionstheme_en-us.wxl ---------------------------------------------------------------------- diff --git a/scripts/installer/windows/optionstheme_en-us.wxl b/scripts/installer/windows/optionstheme_en-us.wxl index c822929..876372f 100644 --- a/scripts/installer/windows/optionstheme_en-us.wxl +++ b/scripts/installer/windows/optionstheme_en-us.wxl @@ -10,8 +10,8 @@ governing permissions and limitations under the License. --> - Apache Cloud Stack Setup - Apache Cloud Stack + Apache CloudStack Setup + Apache CloudStack Install MySql Database Server Version 4.0.0.0 http://git-wip-us.apache.org/repos/asf/cloudstack/blob/ce5061e1/scripts/installer/windows/readme.txt ---------------------------------------------------------------------- diff --git a/scripts/installer/windows/readme.txt b/scripts/installer/windows/readme.txt new file mode 100644 index 0000000..86fb3e6 --- /dev/null +++ b/scripts/installer/windows/readme.txt @@ -0,0 +1 @@ +Need to Add the Readme Content in this file.... \ No newline at end of file