summaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* Merge from 5.3 to 6.0:Henri Sara2009-03-254-1/+811
| | | | | | | | [7015] Updated browser support list in Release Notes. For #2538. [7028] Merge from branches/release/5.3.0 to versions/5.3 (multiple changesets concerning build) [7039] Updated tutorial PDF, also added the header logo element. svn changeset:7166/svn branch:6.0
* Toolkit 5.3.0 RC13.Marko Grönroos2009-02-271-1/+1
| | | | svn changeset:6985/svn branch:trunk
* Toolkit 5.3.0 RC12.Marko Grönroos2009-02-261-1/+1
| | | | svn changeset:6959/svn branch:trunk
* Updated copyright notices from 2008 to 2009. Fixes #2671.Marko Grönroos2009-02-242-4/+4
| | | | svn changeset:6948/svn branch:trunk
* Added ignoreversion property to allow ignoring version check when building. ↵Marko Grönroos2009-02-201-2/+5
| | | | | | Fixes #2656. svn changeset:6924/svn branch:trunk
* Fix for #2642 - Eclipse project now requires and automatically uses java 1.5Artur Signell2009-02-192-0/+14
| | | | svn changeset:6906/svn branch:trunk
* Toolkit 5.3.0 RC 11. Added also a missing beanitemcontainer jar path.Marko Grönroos2009-02-172-1/+2
| | | | svn changeset:6885/svn branch:trunk
* Fix for #2608 - modified build.xml to include beanitemcontainer in packageArtur Signell2009-02-171-0/+1
| | | | svn changeset:6884/svn branch:trunk
* Report Java version when compilation failsJoonas Lehtinen2009-02-171-1/+1
| | | | svn changeset:6881/svn branch:trunk
* Fixed build problem (missing beancontainer.jar)Artur Signell2009-02-171-5/+17
| | | | | | | Updated portlet configuration generator to include actual demos and to use sampler widgetset Re-added PortletDemo which demonstrates portal integration svn changeset:6873/svn branch:trunk
* Fixed build problem (missing beancontainer.jar)Artur Signell2009-02-171-18/+47
| | | | | | | Updated portlet configuration generator to include actual demos and to use sampler widgetset Re-added PortletDemo which demonstrates portal integration svn changeset:6872/svn branch:trunk
* Fixed build problem (missing beancontainer.jar)Artur Signell2009-02-171-4/+4
| | | | | | | Updated portlet configuration generator to include actual demos and to use sampler widgetset Re-added PortletDemo which demonstrates portal integration svn changeset:6871/svn branch:trunk
* Fix for #2359 - Demo app renewal. Merged all changes from ↵Artur Signell2009-02-162-153/+74
| | | | | | /branches/2359_Renew_demo_apps svn changeset:6862/svn branch:trunk
* Toolkit 5.3.0 RC10.Marko Grönroos2009-02-091-1/+1
| | | | svn changeset:6768/svn branch:trunk
* Demo and QuickStart fixes: use UTF-8 encoding for source files (#2544) and ↵Marko Grönroos2009-02-095-2/+14
| | | | | | include source path in demo launch scripts and Eclipse launch classpath (#2265). Finishes #2349. svn changeset:6763/svn branch:trunk
* Enabled inclusion of Sampler in installation packages. Still some problems. ↵Marko Grönroos2009-02-062-1/+43
| | | | | | For #2349. svn changeset:6761/svn branch:trunk
* Set JVM stack size to 1024k, as the default was not enough in some platforms ↵Marko Grönroos2009-02-051-0/+2
| | | | | | with OOPHM. For #2523. svn changeset:6734/svn branch:trunk
* Fixed missing version and date values in the web versions of Manual and ↵Marko Grönroos2009-02-031-2/+29
| | | | | | Tutorial. Fixes #2533. svn changeset:6717/svn branch:trunk
* Fixed problems in building application Tutorial HTML for the web. Now uses ↵Marko Grönroos2009-02-021-0/+2
| | | | | | xml:ids for filenames correctly, as well as the releasenumber field. svn changeset:6697/svn branch:trunk
* Build application Tutorial HTML for the web.Marko Grönroos2009-02-021-3/+80
| | | | svn changeset:6696/svn branch:trunk
* Build the HTML and PDF versions of the Tutorial with targets tutorial-html ↵Marko Grönroos2009-01-301-0/+145
| | | | | | and tutorial-pdf. Not included in package. PDF version requires XEP to build. svn changeset:6690/svn branch:trunk
* Toolkit 5.3.0 RC9.Marko Grönroos2009-01-261-1/+1
| | | | svn changeset:6638/svn branch:trunk
* Toolkit 5.3.0 RC8.Marko Grönroos2009-01-131-1/+1
| | | | svn changeset:6523/svn branch:trunk
* Automatically determine the publication date and Toolkit version number for ↵Marko Grönroos2009-01-061-2/+29
| | | | | | Toolkit Manual. The information appears in the edition notice page (the 2nd page) in the PDF version and in the main page of the HTML version. The version information is determined from build/VERSION.properties, and will include any version extensions. svn changeset:6423/svn branch:trunk
* Toolkit 5.3.0 RC7.Marko Grönroos2009-01-051-1/+1
| | | | svn changeset:6421/svn branch:trunk
* Toolkit 5.3.0 RC6.Marko Grönroos2008-12-311-1/+1
| | | | svn changeset:6388/svn branch:trunk
* Removed the parallel building of widgetsets as it can take too much memory ↵Marko Grönroos2008-12-311-9/+4
| | | | | | in some machines. svn changeset:6387/svn branch:trunk
* Removed Sampler from installation package. Fixes #2352.Marko Grönroos2008-12-311-8/+20
| | | | svn changeset:6386/svn branch:trunk
* Fixes #2367. Server-side compilation now uses an unpacked version of GWT ↵Marko Grönroos2008-12-311-13/+34
| | | | | | from which Servlet 2.4 classes have been removed, thereby genuinely using the Java Servlet API 2.3 provided in build/lib/servlet.jar. svn changeset:6385/svn branch:trunk
* Use Java Servlet API 2.3 for compiling to catch incompatibilities. Replaced ↵Marko Grönroos2008-12-301-6/+9
| | | | | | the Servlet library with an older one. For #2367. svn changeset:6375/svn branch:trunk
* Don't compile with other than Java 1.5 compilers. For #2367.Marko Grönroos2008-12-301-2/+23
| | | | svn changeset:6374/svn branch:trunk
* Toolkit 5.3.0 RC5 release.Marko Grönroos2008-12-261-1/+1
| | | | svn changeset:6355/svn branch:trunk
* Do not build OOPHM by default in order to assure that correct GWT version is ↵Joonas Lehtinen2008-12-231-1/+1
| | | | | | used. svn changeset:6350/svn branch:trunk
* Removed whitelisting from hosted mode launch configJoonas Lehtinen2008-12-231-1/+1
| | | | svn changeset:6345/svn branch:trunk
* Build-script for OOPHM version of the ToolkitJoonas Lehtinen2008-12-232-1/+122
| | | | svn changeset:6344/svn branch:trunk
* Updated build instructionsJoonas Lehtinen2008-12-221-3/+2
| | | | svn changeset:6335/svn branch:trunk
* Rolled back OOPHM support from Launch config and build.xmlJoonas Lehtinen2008-12-222-17/+3
| | | | svn changeset:6334/svn branch:trunk
* Build special OOPHM version of hosted mode launch -file for Linux. Fixes #2403Joonas Lehtinen2008-12-222-2/+16
| | | | svn changeset:6325/svn branch:trunk
* Updated build readme.txt to reflect the OOPHM build procedureJoonas Lehtinen2008-12-221-5/+6
| | | | svn changeset:6323/svn branch:trunk
* GWT version 1.5.3 is used to build Toolkit. Actually 5.3.0rc4 already used ↵Joonas Lehtinen2008-12-211-1/+1
| | | | | | 1.5.3. svn changeset:6317/svn branch:trunk
* Remove -whitelist parameter from Hosted Mode launch (conflicts with OOPHM. ↵Joonas Lehtinen2008-12-211-1/+1
| | | | | | See #2299) svn changeset:6316/svn branch:trunk
* Toolkit 5.3.0 RC4.Marko Grönroos2008-12-191-1/+1
| | | | svn changeset:6303/svn branch:trunk
* Added the headless mode setting for GWT compiler ([6300]) also for building ↵Marko Grönroos2008-12-191-0/+1
| | | | | | the Samples widget set. Running it with a head causes warnings/errors undex X11 svn changeset:6301/svn branch:trunk
* Merged [6286] from 5.2 branch: Run GWT compiler in headless mode. Running it ↵Marko Grönroos2008-12-191-0/+3
| | | | | | without this causes warnings/errors under X11. svn changeset:6300/svn branch:trunk
* Added a logo, chapter and title to the header and footer of the manual. For ↵Marko Grönroos2008-12-181-0/+3
| | | | | | #2386. svn changeset:6294/svn branch:trunk
* Fixed #2383Joonas Lehtinen2008-12-181-2/+2
| | | | svn changeset:6290/svn branch:trunk
* Removed CSS Tidy from build dir as it is not used anymoreJoonas Lehtinen2008-12-182-14/+0
| | | | svn changeset:6289/svn branch:trunk
* Copied changes made in [6237] to the correct web.xml, for #2185Marc Englund2008-12-171-482/+313
| | | | svn changeset:6244/svn branch:trunk
* Fix #2229 build-widgetsets.xml should give error of invalid toolkit path, ↵Joonas Lehtinen2008-12-166-132/+96
| | | | | | #2353 Replace build-widgetsets.xml with build-widgetset.xml svn changeset:6235/svn branch:trunk
* Renames build-widgetsets.xml in build.xml to build-widgetset.xml as ↵Joonas Lehtinen2008-12-161-5/+1
| | | | | | specified in #2353 svn changeset:6234/svn branch:trunk