From: Jani Laakso Date: Sun, 25 Nov 2007 19:22:35 +0000 (+0000) Subject: build speeded by 10 minutes (no longer in draft-mode on docbook, this slowed 10 minut... X-Git-Tag: 6.7.0.beta1~5493 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=abc6f107e45e74177711bbd0def3d018720988e4;p=vaadin-framework.git build speeded by 10 minutes (no longer in draft-mode on docbook, this slowed 10 minutes on each full build because of docbook http connections to sourceforge.net). Fixed fridays chrash issues. Renamed VERSION to build.properties file where builder may specify target directory (result). svn changeset:2920/svn branch:trunk --- diff --git a/build/build.properties b/build/build.properties new file mode 100644 index 0000000000..8cc38ea9f1 --- /dev/null +++ b/build/build.properties @@ -0,0 +1,2 @@ +version=5.0.0-alpha-4 +result-path=build/result diff --git a/build/build.xml b/build/build.xml index f1117b27cd..d5508299de 100644 --- a/build/build.xml +++ b/build/build.xml @@ -2,7 +2,7 @@ - - - - - - - - - - - - - - - - - - - - - - - - - Creating package for Mac platform. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - We are on ${platform} platform, using build/gwt/${platform}/${lib-gwt-dev}. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - Creating package for Windows platform. - - - - - - - - - - - - - - - - - - Creating package for Linux platform. - - - - + + + + + + Creating package for Mac platform. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + We are on ${platform} platform, using build/gwt/${platform}/${lib-gwt-dev}. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + Creating package for Windows platform. + + + + + + + + + + + + + + + + + + Creating package for Linux platform. + + + + - - - - - - - - - - - - - - - Creating package for Mac platform. - - - - - - - - - - - - - - - - - - - - - - - - - - - - Creating Mac disk image (dmg) - - hdiutil create -format UDRW -volname ${product-file}-${version} -srcfolder build/result/${product-file}-${package-platform}-${version} build/result/disk-image.dmg - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + Creating Mac disk image (dmg) + + hdiutil create -format UDRW -volname ${product-file}-${version} -srcfolder ${result-path}/${product-file}-${package-platform}-${version} ${result-path}/disk-image.dmg + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + - - - 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. - - - - - - - - - - - - - - - + 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 WebContent files, excluding ITMILL/widgetsets and few internal development libraries. - - - - - - - - - - - - - - - - - - - - Compiling custom fileupload classes. - - - - - Compiling src (server-side) - - - - - - - - Compiling src (client-side) - com.itmill.toolkit.terminal.gwt.DefaultWidgetSet - - - - - - - - - - - - - - com.itmill.toolkit.demo.reservation.gwt.ReservationWidgetSet - - - - - - - - - - - - - - - - - - com.itmill.toolkit.demo.colorpicker.gwt.ColorPickerWidgetSet - - - - - - - - - - - - - - - - - - Creating libs (server-side) - - - - - - - - - - - - - - - - - - - - - - - - - - - + Adding demo sources to WebContent/WEB-INF/src + + + + + + + Creating demo source html files + + + + Adding WebContent files, excluding ITMILL/widgetsets and few internal development libraries. + + + + + + + + + + + + + + + + + + + + Compiling custom fileupload classes. + + + + + Compiling src (server-side) + + + + + + + + Compiling src (client-side) + com.itmill.toolkit.terminal.gwt.DefaultWidgetSet + + + + + + + + + + + + + + com.itmill.toolkit.demo.reservation.gwt.ReservationWidgetSet + + + + + + + + + + + + + + + + + + com.itmill.toolkit.demo.colorpicker.gwt.ColorPickerWidgetSet + + + + + + + + + + + + + + + + + + Creating libs (server-side) + + + + + + + + + + + + + + + + + + + + + + + + + + + - - - - - Building demo - Adding demo class files. - - - - - - - - - Adding (duplicating) Toolkit JAR to WebContent/WEB-INF/lib - - - - - - - Adding (duplicating) source for demo - - - - - - - - - Adding (duplicating) javadocs for demo - - - - - - - Building WAR - - - - - - - - - - - - - - - - - - - - + + Building demo + Adding demo class files. + + + + + + + + + Adding (duplicating) Toolkit JAR to WebContent/WEB-INF/lib + + + + + + + Adding (duplicating) source for demo + + + + + + + + + Adding (duplicating) javadocs for demo + + + + + + + Building WAR + + + + + + + + + + + + + + + + + + + + - - + + - - - - - - - - - - - - - - - - - - - - - - - - - - ${javadoc.doctitle} - - ${javadoc.bottom} - - - - - - - + ${javadoc.bottom} + + + + + + + - - - + + + - - - Manual: DocBookDoclet - - - - - - - - - - - - - - - PDF Manual: processing images (TBD) - - PDF Manual: converting xml to fo - - - - - - - - - - - - - - - - - - - - - - - PDF Manual: converting fo to pdf - - - - - - - - - - - - - - Manual: HTML - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + Manual: DocBookDoclet + + + + + + + + + + + + + + + PDF Manual: processing images (TBD) + + PDF Manual: converting xml to fo + + + + + + + + + + + + + + + + + + + + + + + + + + + + + PDF Manual: converting fo to pdf + + + + + + + + + + + + + + Manual: HTML + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +