Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Moved ide.xml dependencies to separate file | Artur Signell | 2012-09-12 | 2 | -5/+25 |
| | |||||
* | Include jexl on classpath | Leif Åstrand | 2012-09-12 | 1 | -0/+2 |
| | |||||
* | Include uitest sources to enable compiling TestingWidgetSet | Leif Åstrand | 2012-09-11 | 1 | -0/+1 |
| | |||||
* | Define a version to avoid compilation problems (#9528) | Artur Signell | 2012-09-10 | 1 | -0/+3 |
| | |||||
* | Removed files which are no longer needed (#9299) | Artur Signell | 2012-09-10 | 19 | -2240/+0 |
| | |||||
* | Use build/classes and bin to be more compatible (#9299) | Artur Signell | 2012-09-10 | 1 | -2/+2 |
| | |||||
* | Find compiled classes from default Eclipse location | Leif Åstrand | 2012-09-10 | 1 | -2/+3 |
| | | | Also set a value default to the work.dir property | ||||
* | Fixed output directory | Artur Signell | 2012-09-09 | 1 | -1/+1 |
| | |||||
* | Fixed refactoring problem and added missing dependency | Artur Signell | 2012-09-09 | 1 | -1/+5 |
| | |||||
* | File for compiling widgetset/theme in Eclipse (#9299) | Artur Signell | 2012-09-09 | 1 | -0/+91 |
| | |||||
* | Support running TestBench tests with the vaadin-uitest war (#9299) | Artur Signell | 2012-09-09 | 1 | -4/+0 |
| | | | | Server is now launched using jetty-runner instead of a custom DemoLauncher | ||||
* | Created separate build.xml files for each module (#9299) | Artur Signell | 2012-09-09 | 4 | -404/+1 |
| | |||||
* | Renamed sass -> theme-compiler for consistency (#9299) | Artur Signell | 2012-09-07 | 1 | -44/+44 |
| | |||||
* | Added Git Revision to GWT version file | John Ahlroos | 2012-09-03 | 1 | -1/+10 |
| | |||||
* | Renamed tests -> uitest and tests/testbench -> uitest/src (#9299) | Artur Signell | 2012-08-30 | 1 | -7/+7 |
| | |||||
* | Moved server tests from tests/server-side to server/tests/src (#9299) | Artur Signell | 2012-08-30 | 1 | -4/+4 |
| | |||||
* | Moved client side tests from tests/client-side to client/tests/src | Artur Signell | 2012-08-30 | 1 | -4/+4 |
| | |||||
* | Moved tests/sass to sass/tests (#9299) | Artur Signell | 2012-08-30 | 1 | -3/+3 |
| | |||||
* | Make theme building work again | Leif Åstrand | 2012-08-30 | 1 | -2/+1 |
| | |||||
* | Applied patch fixing #9347 (mixin w/ args + nested blocks), includes test | Marc Englund | 2012-08-29 | 1 | -0/+6 |
| | |||||
* | Use Vaadin version number as GWT version number | John Ahlroos | 2012-08-29 | 1 | -1/+1 |
| | |||||
* | Use Vaadin version number as GWT version number | John Ahlroos | 2012-08-29 | 1 | -1/+1 |
| | |||||
* | Renamed com.vaadin.terminal.gwt.widgetsetutils -> ↵ | Artur Signell | 2012-08-29 | 1 | -1/+1 |
| | | | | com.vaadin.server.widgetsetutils (#9431) | ||||
* | Renamed com.vaadin.terminal.gwt.client to com.vaadin.client (#9432) | Artur Signell | 2012-08-29 | 1 | -5/+5 |
| | |||||
* | GWT build version is now replaced with GWT-VAADIN build version. | John Ahlroos | 2012-08-23 | 1 | -3/+11 |
| | |||||
* | Merged 6.8 branch | John Ahlroos | 2012-08-20 | 2 | -1/+2 |
|\ | |||||
| * | Include statictestfiles in test war | Artur Signell | 2012-08-11 | 1 | -0/+1 |
| | | | | | | | | svn changeset:24151/svn branch:6.8 | ||||
| * | Use latest 6.8 version for diff | Artur Signell | 2012-08-07 | 1 | -1/+1 |
| | | | | | | | | svn changeset:24100/svn branch:6.8 | ||||
* | | Include shared classes on test classpath (#9299) | Artur Signell | 2012-08-16 | 1 | -3/+4 |
| | | |||||
* | | Include client compiler in jar for now (#9299) | Artur Signell | 2012-08-16 | 1 | -0/+2 |
| | | |||||
* | | Use JarJar from Ivy (#9299) | Artur Signell | 2012-08-16 | 3 | -6/+7 |
| | | |||||
* | | Ensure client-compiler is compiled before compiling widgetsets in nightly ↵ | Artur Signell | 2012-08-16 | 1 | -2/+2 |
| | | | | | | | | (#9299) | ||||
* | | Fixed compilation of testing widgetset | Artur Signell | 2012-08-15 | 1 | -4/+5 |
| | | |||||
* | | Ensure client-compiler is compiled before compiling widgetsets (#9299) | Artur Signell | 2012-08-15 | 1 | -2/+2 |
| | | |||||
* | | Made tests compile again (#9299) | Artur Signell | 2012-08-15 | 2 | -47/+42 |
| | | |||||
* | | Fixed sass compile path (#9299) | Artur Signell | 2012-08-14 | 1 | -1/+8 |
| | | |||||
* | | Fixed widgetset compilation (#9299) | Artur Signell | 2012-08-14 | 1 | -49/+148 |
| | | |||||
* | | Disabled Emma to avoid extra complexity in build (#9305, #9299) | Artur Signell | 2012-08-14 | 1 | -75/+0 |
| | | |||||
* | | Moved server files to a server src folder (#9299) | Artur Signell | 2012-08-13 | 1 | -2/+2 |
| | | |||||
* | | Moved client files to a client src folder (#9299) | Artur Signell | 2012-08-13 | 1 | -0/+6 |
| | | |||||
* | | Moved com.vaadin.shared files to a shared src folder (#9299) | Artur Signell | 2012-08-13 | 1 | -0/+6 |
| | | |||||
* | | Merge SASS fixes keeping comments, remove hack for reindeer (#9223) | Henri Sara | 2012-08-10 | 1 | -17/+0 |
| | | |||||
* | | Remove SASS test suites and rename TestBase to AbstractTestBase (#9223) | Henri Sara | 2012-08-09 | 1 | -1/+1 |
| | | | | | | | | Vaadin build script now ignores AbstractTestBase and executes each test individually. | ||||
* | | Standard themes in SCSS form, updated CompileDefaultTheme (#9223) | Henri Sara | 2012-08-08 | 1 | -150/+56 |
| | | | | | | | | | | | | | | | | Conversion performed for most themes trivial, just rename file and wrap in a mixin. For chameleon compounds, also nesting used. In some cases, related small files combined in a single SCSS file Chameleon accordion and select contain fixes other than just a missing semicolon. | ||||
* | | Compile and unit test SASS during build (#9223) | Henri Sara | 2012-08-08 | 2 | -20/+112 |
| | | |||||
* | | Make clean-all purge gwt-unitCache | Leif Åstrand | 2012-08-06 | 1 | -0/+1 |
| | | |||||
* | | Upgrade build.xml for Java 1.6 | Leif Åstrand | 2012-07-31 | 3 | -9/+47 |
| | | |||||
* | | Ensure GWT is compiled before compiling a single widgetset | Leif Åstrand | 2012-07-31 | 1 | -3/+3 |
| | | |||||
* | | Support using pre-compiled GWT JARs in build with use.precompiled.gwt . | Henri Sara | 2012-07-25 | 1 | -5/+15 |
| | | | | | | | | If the option is specified, gwt.lib.dir should point to a directory containing the required GWT JARs. | ||||
* | | Fail build SerializerMapGenerator finds unserializable class (#8711) | Leif Åstrand | 2012-07-25 | 1 | -0/+2 |
| | | | | | | | | | | This behavior is enabled by setting the system property vFailIfNotSerializable to true. The default is still to just log a warning but still continue compiling. |