From 931d75fef69deb9b738fad97001cf5621de9f43e Mon Sep 17 00:00:00 2001 From: =?utf8?q?Marko=20Gr=C3=B6nroos?= Date: Mon, 26 Oct 2009 19:41:17 +0000 Subject: [PATCH] Reformatted build script indentation to use only spaces instead of a mixture of tabs and spaces. svn changeset:9387/svn branch:6.2 --- build/build.xml | 2145 +++++++++++++++++++++++------------------------ 1 file changed, 1072 insertions(+), 1073 deletions(-) diff --git a/build/build.xml b/build/build.xml index f900b0e298..a20f81fceb 100644 --- a/build/build.xml +++ b/build/build.xml @@ -1,71 +1,70 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - + package-oophm + * vaadin-oophm-.zip + + NOTE: This build script requires directories named ${gwt-dir}/(linux|windows|mac) . + See build.properties to define path where your gwt installation is located. + You must unpack platform specific binaries under linux, windows and mac directories. + ${gwt-dir}/${platform} (linux|windows|mac) are used for + a) compile WebContent/VAADIN/widgetsets + b) creating platform specific release ZIP/TGZ packages. + + NOTE FOR USING OOPHM: + * To build with oophm define the property platform=oophm + * In Eclipse this is done in External Tools Configurations -> properties + * If you are using windows you must use JDK 1.6 and not 1.5 + * To enable building with JDK 1.6, define ignoreversion=1 + --> + + + + + + + + + + + + + + + + + + + + + + + + + @@ -78,56 +77,56 @@ - - - - - - - - - - - Creating package for Mac platform. - - - - - - - - - - - - - - - - + + + + + + + + + + + Creating package for Mac platform. + + + + + + + + + + + + + + + + - + - - + + - + - + @@ -159,44 +158,44 @@ - + - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + - + - - - - - + + + + + @@ -206,626 +205,626 @@ - + - Base Version: ${version} - Full Version: ${version.full} + Base Version: ${version} + Full Version: ${version.full} Vaadin package is: ${toolkit-package} - - + + - - + + - We are on ${platform} platform (${os.name} ${os.version}), using ${gwt-dir}/${platform}/${lib-gwt-dev} (${gwt-version}). + We are on ${platform} platform (${os.name} ${os.version}), using ${gwt-dir}/${platform}/${lib-gwt-dev} (${gwt-version}). - - + + - + - - - + + + - + - + - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - + + + - - - - - - - Creating package for ${package-platform} platform. - - - - - - - - - - - - - - - - - - - - - Creating package for ${package-platform} platform. - - - - - - - - - - - - - - - - - - - - Creating package for ${package-platform} platform. - - - - - - - - - - - - - - - - - - - Creating package for ${package-platform} platform. - - - - - - - - - - - - - - - - - - - - Building WAR + + + + + + + Creating package for ${package-platform} platform. + + + + + + + + + + + + + + + + + + + + + Creating package for ${package-platform} platform. + + + + + + + + + + + + + + + + + + + + Creating package for ${package-platform} platform. + + + + + + + + + + + + + + + + + + + Creating package for ${package-platform} platform. + + + + + + + + + + + + + + + + + + + + Building WAR - - - + + + - - - - - - - - - - - - - - - - Building Liferay zip - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + Building Liferay zip + + + + + + + + + + + + + + + + + + + ##teamcity[publishArtifacts '${result-path}/${product-file}-${version.full}-liferay.zip'] - - - - - - - - - - - - Creating Mac disk image (dmg) - - hdiutil create -format UDRW -volname ${product-file}-${version.full} -srcfolder ${result-path}/${product-file}-${package-platform}-${version.full} ${result-path}/disk-image.dmg - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Adding platform specific files for ${package-platform} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + Creating Mac disk image (dmg) + + hdiutil create -format UDRW -volname ${product-file}-${version.full} -srcfolder ${result-path}/${product-file}-${package-platform}-${version.full} ${result-path}/disk-image.dmg + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Adding platform specific files for ${package-platform} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - + - - - - - - - - - - Copying src directory and processing copied files. - Replacing <version> tag with build version for java/html/css/xml files. - - - - - - - - - - - - - - - - - - - Unifying mix usage of Mac/Linux/Win linefeeds for java/html/css/xml files. - - - - Copying non java/html/css/xml files such as images. - - - - - - - - - - - - - - - - - + + + + Copying src directory and processing copied files. + Replacing <version> tag with build version for java/html/css/xml files. + + + + + + + + + + + + + + + + + + + Unifying mix usage of Mac/Linux/Win linefeeds for java/html/css/xml files. + + + + Copying non java/html/css/xml files such as images. + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - Adding demo sources to WebContent/WEB-INF/src - - - - - - - - Creating demo source html files - - - - Adding VAADIN/themes, demo and hsqldb.jar files. - - - - + + + + + + + + + + + + + + + + + + + + + Adding demo sources to WebContent/WEB-INF/src + + + + + + + + Creating demo source html files + + + + Adding VAADIN/themes, demo and hsqldb.jar files. + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Compiling custom fileupload classes. - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Compiling custom fileupload classes. + + + + - + - + - - Compiling src (server-side) - - - + + Compiling src (server-side) + + + - - - - - Combining default themes css files - - - - - - - - - + + + + + Combining default themes css files + + + + + + + + + - - + + - - TEST TARGET CALLED - + + TEST TARGET CALLED + @@ -841,231 +840,231 @@ - - Removing widgetset temp files - - + + Removing widgetset temp files + + - - - + + + - + - - - - - - - - - - - - - + + + + + + + + + + + + + Widget set output directory: ${widgetsets-output-dir} - - - - - - + + + + + + - - - - - - - - - Compiled DefaultWidgetSet - - - - - - - - - + + + + + + + + + Compiled DefaultWidgetSet + + + + + + + + + - - - - - - - - - Compiled PortalDefaultWidgetSet - - - - - - - - - - - - - - - + + + + + + + + + Compiled PortalDefaultWidgetSet + + + + + + + + + + + + + + + - - - - - - - - - - - - - Compiled ReservationWidgetSet - + + + + + + + + + + + + + Compiled ReservationWidgetSet + - - - - - - - + + + + + + + - - - - - - - - - - - Compiled SamplerWidgetSet - - - - - - - - - + + + + + + + + + + + Compiled SamplerWidgetSet + + + + + + + + + - - - - - - - - - - - Compiled CoverflowWidgetSet - - - - - - - - - + + + + + + + + + + + Compiled CoverflowWidgetSet + + + + + + + + + - - - - - - - - - - - Compiled ColorPickerWidgetSet - + + + + + + + + + + + Compiled ColorPickerWidgetSet + - - Compiling widget sets sequentially. + + Compiling widget sets sequentially. - - - - - - - - - + + + + + + + + + - - Compiling widget sets in parallel. - - - - - - - - - + + Compiling widget sets in parallel. + + + + + + + + + - - + + - - - - + + + + - - + + - - + + - - + + - We are on ${platform} platform, using ${gwt-dir}/${platform}/${lib-gwt-dev}. - GWT dir: ${gwt-dir} - Widget sets output dir: ${widgetsets-output-dir} - + We are on ${platform} platform, using ${gwt-dir}/${platform}/${lib-gwt-dev}. + GWT dir: ${gwt-dir} + Widget sets output dir: ${widgetsets-output-dir} + - - + + - - - - - - - + + + + + + + @@ -1076,102 +1075,102 @@ - - Creating libs (server-side) ${lib-jar-name} - - - ${version.full} - ${gwt-version} - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Building demos - Adding demo class files. - - - - - - - - - Adding source for demos - - - - - - - - + + Creating libs (server-side) ${lib-jar-name} + + + ${version.full} + ${gwt-version} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Building demos + Adding demo class files. + + + + + + + + + Adding source for demos + + + + + + + + - - + + - + - + - - + + XEP license expected to be installed as ${xep.license.path.installed} - - + + - + - Checking out manual from repository ${manual.repository} + Checking out manual from repository ${manual.repository} @@ -1182,10 +1181,10 @@ - + - Manual checked out from repository successfully + Manual checked out from repository successfully @@ -1202,69 +1201,69 @@ - + - - + + - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - ${javadoc.doctitle} - - ${javadoc.bottom} - - - - - - - + + + + + + + + + + ${javadoc.doctitle} + + ${javadoc.bottom} + + + + + + + - - - - - + + + + + ##teamcity[publishArtifacts '${result-path}/differences-linux.txt'] - + @@ -1304,7 +1303,7 @@ - + Base version: ${version} Build number: ${build.number} @@ -1352,21 +1351,21 @@ - - - + + + Publishing ${output-dir}/WebContent/${lib-jar-name} to Maven repository - - - - - - - - - - - + + + + + + + + + + + @@ -1375,36 +1374,36 @@ - - - - - Version: ${version.full} - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + Version: ${version.full} + + + + + + + + + + + + + + + + + + + + + + + + + -- 2.39.5