aboutsummaryrefslogtreecommitdiffstats
path: root/theme-compiler/build.xml
Commit message (Collapse)AuthorAgeFilesLines
* Remove theme-compiler and replace with external vaadin-sass-compilerJonatan Kronqvist2014-03-311-83/+0
| | | | | | | | | | | | | * Moves CompileTheme from the theme-compiler to buildhelpers * Refactors CompileTheme to get the Vaadin version on the command line instead of using the Version class found in vaadin-shared * Refactors build scripts to pass the version number on the command line when running CompileTheme * Removes the theme-compiler module/project/whatchamacallit * Replaces the theme-compiler dependency with vaadin-sass-compiler 0.9.0 from maven Change-Id: I4f98d15b60e18a826bf264eb55d12b3e736e8e54
* Merge changes from origin/7.1Build Agent2014-02-271-0/+1
|\ | | | | | | | | | | | | | | | | | | | | badf9f2 Do not prevent deployment if Atmosphere init fails (#13199) be827f8 Enable on-the-fly SASS compilation in OSGi (#10307) 61a1899 Fix SQLContainer paging and caching issue (#11199) 19dde49 Remove applet test which does not work reliably a73c9ef Fix broken TableScrollingWithSQLContainer test UI fbce127 Use Chrome 33 for testing Change-Id: I4a09cdfcc8187604a24391a73ea6c04c6d50bb5f
| * Enable on-the-fly SASS compilation in OSGi (#10307)Johannes Dahlström2014-02-241-0/+1
| | | | | | | | | | | | | | * Add proper Import-Package directives to theme-compiler * Require-Bundle theme-compiler in server bundle Change-Id: I7dec20c04eac92271b8adf0b1e23c573f1b06a29
* | Use Logger instead of System.out and System.err (#10328,#13300).denisanisimov2014-02-061-2/+2
| | | | | | | | Change-Id: I6a93e763c212eb39d7da9fdbd38f6a8609799c34
* | Revert "Use Logger instead of System.out and System.err (#10328)."Artur Signell2014-02-041-1/+2
| | | | | | | | | | | | This reverts commit a52b0ba902781e5daeffa4f9bc2e48f35eea2c35. Change-Id: I646c6067cd988f7593996642b22db3818f732d25
* | Use Logger instead of System.out and System.err (#10328).denisanisimov2014-02-041-2/+1
| | | | | | Change-Id: Icf53bdb80caf7a6989b90cf5ce83dd328d3e73dd
* | Revert "Theme Parser is deleted, build procedure now generates it (#13161)."Leif Åstrand2014-01-161-18/+4
| | | | | | | | | | | | | | | | Causes a multitude of compile errors on the build server. This reverts commit d2874fde4b8c6afa24f0f6535e0d6fcabc489f51. Change-Id: I49787b347944b614b9e98778b3219b7045cf2bfe
* | Theme Parser is deleted, build procedure now generates it (#13161).denisanisimov2014-01-151-4/+18
|/ | | | Change-Id: I6e0f797b9eadf9fe796750e2764faf4434494e29
* Do not generate ParseException as it has been customized (#12937)Artur Signell2013-11-121-1/+1
| | | | | | Reverted ParseException to the previous version Change-Id: Ic89eb4b65d1a78f40c4cb94e9b2a13a3250c1924
* Ensure generated parser is re-generated during build (#12937)Artur Signell2013-11-121-3/+25
| | | | | | | | Ultimately we should remove Parser.java and other generated files from the project but this still needs tweaking ide.xml somehow so the parser is built. Change-Id: Iac491c6a50c87e1e8e0bb2f612e82186319a6de3
* Unified xml files to end with new lineArtur Signell2013-09-041-1/+1
| | | | Change-Id: Ifb1393e7e5c5c1002b924223957767b3e584d5ab
* Reformatted using Ant editor (#12040)Artur Signell2013-06-101-7/+3
| | | | Change-Id: If8afd65d5905302c64f12ef7f76ee7e63073c474
* Formatted XML files using defined rules (#11956)Artur Signell2013-05-301-54/+60
| | | | Change-Id: Iecd621321fdde29d2d89d910ba46e9dadee58995
* Renamed "tests" target to "test" and added "test-all" (#9998)Artur Signell2013-03-011-3/+3
| | | | | | | The "test" target runs all tests which do not require additional servers or setup. Can be run immediately after cloning the project. The "test-all" target runs also integration tests and UI tests which require access to servers or additional setup. Change-Id: I2f5371dc5be805ba12766c8187a2b58fbc7f7db4
* Include GWT sources in sources jar (#9102)Artur Signell2013-01-211-1/+3
| | | | Change-Id: I99928a614cf220b79f107e45eb02dc3de8333db1
* Checkstyle for Vaadin #9065Pekka Hyvönen2013-01-041-1/+7
| | | | | | | | * Validates that all java files contains a license file and fails the build if a license is missing * For now runs a lot of checks with a severity less than error to avoid failing the build * Outputs test results to TeamCity for reporting Change-Id: I24ca9cd0646a4bc530ef3a183eef1bc4addc555d
* Fixed typo in build scriptArtur Signell2013-01-021-2/+2
| | | | Change-Id: I34f9e91b449ca92a5d6f1c32dd4c21a4d5d34753
* Compile parser during build (#9283)Artur Signell2012-11-231-2/+11
| | | | Change-Id: If47b459ff3f26d991a9b39e7fee1469b7bdd09e3
* Explicitly specify symbolic names for each bundle to prevent names like ↵Johannes Dahlström2012-10-091-0/+1
| | | | | | "com.vaadin.vaadin-shared" (#9793) Change-Id: I329e4d6b8334864be5023ef51225a6e340e74aa6
* Use Flute from vaadin-shared-deps (#9612)Artur Signell2012-10-041-3/+1
| | | | Change-Id: I03ad3d6070d6a87e98f28e5871df36aaf269edb8
* Include flute files also in theme-compiler (in addition to client) for now ↵7.0.0.beta1Artur Signell2012-09-141-2/+6
| | | | (#9609)
* Build javadoc and sources jars (#9299)Artur Signell2012-09-091-0/+3
|
* Added themes-compiled module (#9299)Artur Signell2012-09-091-1/+1
|
* Support for running sass junit testsArtur Signell2012-09-091-1/+7
|
* Created separate build.xml files for each module (#9299)Artur Signell2012-09-091-0/+29