summaryrefslogtreecommitdiffstats
path: root/build
Commit message (Expand)AuthorAgeFilesLines
* Migrate vaadin-shared build to mavenTeemu Suo-Anttila2016-03-101-1/+1
* Use Maven to build vaadin-pushHenri Sara2016-02-291-2/+12
* Create a Valo icon font for icons used in Valo (#18472)Artur Signell2015-09-301-0/+3
* Don't copy gzipped push files into the project so you can modify the .js filesArtur Signell2015-09-041-1/+1
* Avoid on-the-fly compilation when running tests (#15135)Artur Signell2015-05-111-0/+3
* Tweak ide.xml widgetset compilation speedLeif Åstrand2015-01-151-2/+9
* Update GWT to 2.7.0.beta1vaadin1.Artur Signell2014-10-311-1/+2
* Enable assertions in widgetsets built with ide.xml (#14431)Johannes Dahlström2014-08-221-3/+7
* Add a new variation for ValoJouni Koivuviita2014-08-191-0/+3
* Made Valo test UI deterministic and added TB testArtur Signell2014-08-141-0/+21
* Parallelize ide.xml (#14276)Leif Åstrand2014-07-251-56/+72
* Compile valo with Vaadin Sass compiler (#14120)Henri Sara2014-06-301-0/+3
* Use GWT as maven dependency (#13616)Sauli Tähkäpää2014-06-131-16/+4
* Remove theme-compiler and replace with external vaadin-sass-compilerJonatan Kronqvist2014-03-311-4/+5
* Revert "Theme Parser is deleted, build procedure now generates it (#13161)."Leif Åstrand2014-01-161-10/+3
* Theme Parser is deleted, build procedure now generates it (#13161).denisanisimov2014-01-151-3/+10
* Disable unit cache to avoid compilation issues when switching between branchesArtur Signell2013-10-151-0/+1
* Update to atmosphere javascript 2.0.3-vaadin1 (#12241, #12127)Artur Signell2013-10-141-16/+7
* Use non-obfuscated version of vaadinPush.js when not in production (#12527)Artur Signell2013-09-101-0/+3
* Reduce Ivy resolver spam to a minimum (#12510)Artur Signell2013-09-042-8/+8
* Unified xml files to end with new lineArtur Signell2013-09-041-1/+1
* Fixed incorrect line breaks (#12040)Artur Signell2013-06-111-5/+2
* Reformatted using Ant editor (#12040)Artur Signell2013-06-102-39/+17
* Correctly report theme version in the debug window (#11442)Artur Signell2013-06-071-3/+0
* Formatted XML files using defined rules (#11956)Artur Signell2013-05-302-186/+205
* Build a minified version of vaadinPush.js in vaadin-push.jar (#11630)Artur Signell2013-04-171-6/+21
* Added test for testing push with different transports #11494John Ahlroos2013-04-171-3/+16
* Made build process easier for Eclipse users (#9998)Artur Signell2013-02-252-34/+36
* Imported and updated release notes builder (#10918)Artur Signell2013-02-191-16/+0
* Correct module name and version in ivy-ide.xmlHenri Sara2012-12-091-2/+2
* Change classpath order to enable monkey patching the GWT compilerLeif Åstrand2012-12-041-2/+2
* Removed scripts no longer relevant for Vaadin 7/GitArtur Signell2012-10-255-1105/+0
* Moved ide.xml dependencies to separate fileArtur Signell2012-09-122-5/+25
* Include jexl on classpathLeif Åstrand2012-09-121-0/+2
* Include uitest sources to enable compiling TestingWidgetSetLeif Åstrand2012-09-111-0/+1
* Define a version to avoid compilation problems (#9528)Artur Signell2012-09-101-0/+3
* Removed files which are no longer needed (#9299)Artur Signell2012-09-1019-2240/+0
* Use build/classes and bin to be more compatible (#9299)Artur Signell2012-09-101-2/+2
* Find compiled classes from default Eclipse locationLeif Åstrand2012-09-101-2/+3
* Fixed output directoryArtur Signell2012-09-091-1/+1
* Fixed refactoring problem and added missing dependencyArtur Signell2012-09-091-1/+5
* File for compiling widgetset/theme in Eclipse (#9299)Artur Signell2012-09-091-0/+91
* Support running TestBench tests with the vaadin-uitest war (#9299)Artur Signell2012-09-091-4/+0
* Created separate build.xml files for each module (#9299)Artur Signell2012-09-094-404/+1
* Renamed sass -> theme-compiler for consistency (#9299)Artur Signell2012-09-071-44/+44
* Added Git Revision to GWT version fileJohn Ahlroos2012-09-031-1/+10
* Renamed tests -> uitest and tests/testbench -> uitest/src (#9299)Artur Signell2012-08-301-7/+7
* Moved server tests from tests/server-side to server/tests/src (#9299)Artur Signell2012-08-301-4/+4
* Moved client side tests from tests/client-side to client/tests/srcArtur Signell2012-08-301-4/+4
* Moved tests/sass to sass/tests (#9299)Artur Signell2012-08-301-3/+3
CATCH, LITERAL_ELSE, LITERAL_TRY"/> </module> <module name="DoubleCheckedLockingCheck"> <property name="severity" value="warning"/> </module> <module name="EmptyStatementCheck"> <property name="severity" value="warning"/> </module> <module name="EqualsHashCodeCheck"> <property name="severity" value="warning"/> </module> <module name="HiddenFieldCheck"> <property name="severity" value="warning"/> <property name="tokens" value="PARAMETER_DEF, VARIABLE_DEF"/> <property name="ignoreConstructorParameter" value="true"/> <property name="ignoreSetter" value="true"/> </module> <module name="InnerAssignmentCheck"> <property name="severity" value="warning"/> <property name="tokens" value="ASSIGN, BAND_ASSIGN, BOR_ASSIGN, BSR_ASSIGN, BXOR_ASSIGN, DIV_ASSIGN, MINUS_ASSIGN, MOD_ASSIGN, PLUS_ASSIGN, SL_ASSIGN, SR_ASSIGN, STAR_ASSIGN"/> </module> <module name="MissingSwitchDefaultCheck"> <property name="severity" value="warning"/> </module> <module name="RedundantThrowsCheck"> <property name="allowSubclasses" value="false"/> <property name="allowUnchecked" value="false"/> <property name="severity" value="warning"/> </module> <module name="SimplifyBooleanExpressionCheck"> <property name="severity" value="warning"/> </module> <module name="SimplifyBooleanReturnCheck"> <property name="severity" value="warning"/> </module> <module name="FinalClassCheck"> <property name="severity" value="warning"/> </module> <module name="HideUtilityClassConstructorCheck"> <property name="severity" value="warning"/> </module> <module name="VisibilityModifierCheck"> <property name="packageAllowed" value="false"/> <property name="protectedAllowed" value="true"/> <property name="publicMemberPattern" value="^serialVersionUID"/> <property name="severity" value="warning"/> </module> <module name="AvoidStarImportCheck"> <property name="severity" value="error"/> </module> <module name="JavadocMethodCheck"> <property name="allowMissingParamTags" value="false"/> <property name="allowMissingReturnTag" value="false"/> <property name="allowMissingThrowsTags" value="false"/> <property name="allowThrowsTagsForSubclasses" value="false"/> <property name="allowUndeclaredRTE" value="false"/> <property name="scope" value="protected"/> <property name="severity" value="warning"/> <property name="tokens" value="METHOD_DEF, CTOR_DEF"/> </module> <module name="JavadocTypeCheck"> <property name="scope" value="protected"/> <property name="severity" value="warning"/> <property name="tokens" value="CLASS_DEF, INTERFACE_DEF"/> </module> <module name="JavadocVariableCheck"> <property name="scope" value="protected"/> <property name="severity" value="warning"/> </module> <module name="ConstantNameCheck"> <property name="format" value="^[A-Z](_?[A-Z0-9]+)*$"/> <property name="severity" value="warning"/> </module> <module name="LocalFinalVariableNameCheck"> <property name="format" value="^[a-z][a-zA-Z0-9]*$"/> <property name="severity" value="warning"/> </module> <module name="LocalVariableNameCheck"> <property name="format" value="^[a-z][a-zA-Z0-9]*$"/> <property name="severity" value="warning"/> </module> <module name="MemberNameCheck"> <property name="format" value="^[a-z][a-zA-Z0-9]*$"/> <property name="severity" value="warning"/> </module> <module name="MethodNameCheck"> <property name="format" value="^[a-z][a-zA-Z0-9]*$"/> <property name="severity" value="warning"/> </module> <module name="PackageNameCheck"> <property name="format" value="^[a-z]+(\.[a-zA-Z_][a-zA-Z0-9_]*)*$"/> <property name="severity" value="warning"/> </module> <module name="ParameterNameCheck"> <property name="format" value="^[a-z][a-zA-Z0-9]*$"/> <property name="severity" value="warning"/> </module> <module name="StaticVariableNameCheck"> <property name="format" value="^[a-z][a-zA-Z0-9]*$"/> <property name="severity" value="warning"/> </module> <module name="TypeNameCheck"> <property name="format" value="^[A-Z][a-zA-Z0-9]*$"/> <property name="severity" value="warning"/> <property name="tokens" value="CLASS_DEF, INTERFACE_DEF"/> </module> <module name="FileLengthCheck"> <property name="max" value="2000"/> <property name="severity" value="warning"/> </module> <module name="LineLengthCheck"> <property name="ignorePattern" value="^$"/> <property name="max" value="100"/> <property name="severity" value="warning"/> <property name="tabWidth" value="4"/> </module> <module name="MethodLengthCheck"> <property name="max" value="150"/> <property name="severity" value="warning"/> <property name="tokens" value="METHOD_DEF, CTOR_DEF"/> </module> <module name="ParameterNumberCheck"> <property name="max" value="7"/> <property name="severity" value="warning"/> <property name="tokens" value="METHOD_DEF, CTOR_DEF"/> </module> <module name="EmptyForIteratorPadCheck"> <property name="option" value="nospace"/> <property name="severity" value="warning"/> </module> <module name="NoWhitespaceAfterCheck"> <property name="allowLineBreaks" value="true"/> <property name="severity" value="warning"/> <property name="tokens" value="ARRAY_INIT, BNOT, DEC, DOT, INC, LNOT, UNARY_MINUS, UNARY_PLUS"/> </module> <module name="NoWhitespaceBeforeCheck"> <property name="allowLineBreaks" value="true"/> <property name="severity" value="warning"/> <property name="tokens" value="SEMI, POST_DEC, POST_INC"/> </module> <module name="OperatorWrapCheck"> <property name="option" value="nl"/> <property name="severity" value="warning"/> <property name="tokens" value="ASSIGN, BAND, BAND_ASSIGN, BOR, BOR_ASSIGN, BSR, BSR_ASSIGN, BXOR, BXOR_ASSIGN, COLON, DIV, DIV_ASSIGN, EQUAL, GE, GT, LAND, LE, LITERAL_INSTANCEOF, LOR, LT, MINUS, MINUS_ASSIGN, MOD, MOD_ASSIGN, NOT_EQUAL, PLUS, PLUS_ASSIGN, QUESTION, SL, SL_ASSIGN, SR, SR_ASSIGN, STAR, STAR_ASSIGN"/> </module> <module name="TabCharacterCheck"> <property name="severity" value="error"/> </module> <module name="WhitespaceAfterCheck"> <property name="severity" value="warning"/> <property name="tokens" value="COMMA, SEMI"/> </module> <module name="WhitespaceAroundCheck"> <property name="severity" value="warning"/> <property name="tokens" value="ASSIGN, BAND, BAND_ASSIGN, BOR, BOR_ASSIGN, BSR, BSR_ASSIGN, BXOR, BXOR_ASSIGN, COLON, DIV, DIV_ASSIGN, EQUAL, GE, GT, LAND, LCURLY, LE, LITERAL_ASSERT, LITERAL_CATCH, LITERAL_DO, LITERAL_ELSE, LITERAL_FINALLY, LITERAL_FOR, LITERAL_IF, LITERAL_RETURN, LITERAL_SYNCHRONIZED, LITERAL_TRY, LITERAL_WHILE, LOR, LT, MINUS, MINUS_ASSIGN, MOD, MOD_ASSIGN, NOT_EQUAL, PLUS, PLUS_ASSIGN, QUESTION, RCURLY, SL, SLIST, SL_ASSIGN, SR, SR_ASSIGN, STAR, STAR_ASSIGN"/> </module> </module> </module>