Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | | Fixed compilation classpath for tests and renamed classpath variables to | Artur Signell | 2012-01-27 | 2 | -20/+20 | |
| | | | | | | be consistent | |||||
* | | Corrected classpath related problems introduced during merge from 6.8 | Artur Signell | 2012-01-27 | 1 | -4/+4 | |
| | | ||||||
* | | Merge remote-tracking branch 'origin/6.8' | Artur Signell | 2012-01-27 | 2 | -106/+109 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: WebContent/VAADIN/themes/base/table/table.css WebContent/release-notes.html build/build.xml src/com/vaadin/terminal/gwt/client/ApplicationConnection.java src/com/vaadin/terminal/gwt/client/ui/VFormLayout.java src/com/vaadin/terminal/gwt/client/ui/VPopupCalendar.java src/com/vaadin/terminal/gwt/client/ui/VScrollTable.java src/com/vaadin/terminal/gwt/client/ui/VSlider.java src/com/vaadin/terminal/gwt/client/ui/VTextualDate.java src/com/vaadin/terminal/gwt/client/ui/VWindow.java src/com/vaadin/ui/Table.java tests/integration_tests.xml tests/test.xml tests/testbench/com/vaadin/tests/components/orderedlayout/OrderedLayoutCases.java | |||||
| * | Merged #8105 Compile core files and test files to separate folders | Johannes Dahlström | 2012-01-16 | 2 | -100/+109 | |
| | | | | | | | | svn changeset:22636/svn branch:6.8 | |||||
* | | Merge remote branch 'origin/6.8' | Leif Åstrand | 2012-01-06 | 1 | -1/+1 | |
|\| | | | | | | | | | | | Conflicts: src/com/vaadin/data/validator/AbstractValidator.java tests/testbench/com/vaadin/tests/components/textfield/TextChangeEventsWithNonImmediateValueChange.java | |||||
| * | Merged changes from 6.7 | Johannes Dahlström | 2011-12-30 | 1 | -1/+1 | |
| | | | | | | | | svn changeset:22500/svn branch:6.8 | |||||
* | | Include vaadinBootstrap.js in Liferay zip | Artur Signell | 2011-12-23 | 1 | -1/+5 | |
| | | ||||||
* | | #8093 Support JSR-303 Bean Validation | Henri Sara | 2011-12-16 | 1 | -0/+3 | |
| | | ||||||
* | | Do not treat util classes as junit tests | Artur Signell | 2011-12-16 | 1 | -1/+1 | |
| | | ||||||
* | | Removed copying of non-existing zip file in nightly publish | Artur Signell | 2011-12-16 | 1 | -4/+0 | |
| | | ||||||
* | | Fix exclusion pattern for test data bean classes. | Henri Sara | 2011-12-13 | 1 | -1/+1 | |
| | | ||||||
* | | Exclude test data beans from JUnit test execution. | Henri Sara | 2011-12-13 | 1 | -1/+1 | |
| | | ||||||
* | | Merge remote branch 'origin/6.8' | Leif Åstrand | 2011-12-09 | 3 | -10/+15 | |
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/Application.java src/com/vaadin/data/Property.java src/com/vaadin/data/util/PropertyFormatter.java src/com/vaadin/terminal/ParameterHandler.java src/com/vaadin/terminal/URIHandler.java src/com/vaadin/terminal/gwt/client/HistoryImplIEVaadin.java src/com/vaadin/terminal/gwt/client/ui/layout/ChildComponentContainer.java src/com/vaadin/terminal/gwt/server/ApplicationPortlet.java src/com/vaadin/terminal/gwt/server/PortletApplicationContext.java src/com/vaadin/ui/Field.java src/com/vaadin/ui/LoginForm.java src/com/vaadin/ui/UriFragmentUtility.java | |||||
| * | #7354 IT Mill -> Vaadin find and replace | Artur Signell | 2011-12-08 | 3 | -3/+3 | |
| | | | | | | | | svn changeset:22317/svn branch:6.7 | |||||
| * | #8050 Enable custom parameters to widgetset compiler | Leif Åstrand | 2011-12-05 | 1 | -2/+6 | |
| | | | | | | | | svn changeset:22228/svn branch:6.7 | |||||
| * | #8009 Made war include resources required by the demo launcher | Artur Signell | 2011-11-28 | 1 | -3/+6 | |
| | | | | | | | | svn changeset:22151/svn branch:6.7 | |||||
| * | #8009 Made war include resources required by the demo launcher | Artur Signell | 2011-11-28 | 1 | -0/+3 | |
| | | | | | | | | svn changeset:22145/svn branch:6.7 | |||||
| * | #8009 Cleaned build.xml | Artur Signell | 2011-11-28 | 1 | -5/+0 | |
| | | | | | | | | svn changeset:22144/svn branch:6.7 | |||||
| * | Removed duplicate reference to a build target. | Henri Sara | 2011-11-25 | 1 | -1/+1 | |
| | | | | | | | | svn changeset:22134/svn branch:6.7 | |||||
* | | Fixed typo in project.root | Artur Signell | 2011-12-08 | 1 | -1/+1 | |
| | | ||||||
* | | Made test running from Eclipse work with Ivy | Artur Signell | 2011-12-08 | 2 | -2/+3 | |
| | | ||||||
* | | Merge remote branch 'origin/master' into windowing | Leif Åstrand | 2011-12-08 | 7 | -92/+227 | |
|\ \ | ||||||
| * | | Pass deps.initialized to called test targets in different build files. | Mikael Vappula | 2011-12-05 | 1 | -0/+4 | |
| | | | ||||||
| * | | Prevent multiple ivy:configure calls | Mikael Vappula | 2011-12-05 | 1 | -3/+5 | |
| | | | | | | | | | | | | Added a controlling property deps.initialized to prevent multiple Ivy configuration and task definition initialization within same Ant run. | |||||
| * | | Cleaned up Ivy configuration | Mikael Vappula | 2011-12-02 | 3 | -73/+83 | |
| | | | | | | | | | | | | Targets related to Ivy configuration are now in separate common.xml file which is imported to main build files. | |||||
| * | | Fixed test framework transient dependencies in main ivy.xml | Mikael Vappula | 2011-12-01 | 1 | -5/+3 | |
| | | | ||||||
| * | | Ivy configuration and TestBench test build script updates. | Mikael Vappula | 2011-12-01 | 2 | -31/+8 | |
| | | | | | | | | | | | | | | | Included first version of Ant based replacement of old vaadin-server.py demo server launch script. | |||||
| * | | #7997 Ivyfied custom SmartSprites library | Mikael Vappula | 2011-12-01 | 4 | -12/+77 | |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Patched SmartSprites jar is now fetched using Ivy tooling. Custom dependency resolver is used to retrieve module description from local filesystem (in project hierarchy) and the master artifact from Vaadin (6.x) SVN repository. This is a temporary solution until required patches get contributed and committed back to SmartSprite upstream and artifacts are available in Maven central. | |||||
| * | | Added compile time dependencies to server-side test runtime | Mikael Vappula | 2011-11-25 | 1 | -0/+1 | |
| | | | ||||||
| * | | Removed duplicate target dependency | Mikael Vappula | 2011-11-25 | 1 | -2/+2 | |
| | | | ||||||
| * | | Fixed ivy configuration errors caused by parallel ant tasks | Mikael Vappula | 2011-11-25 | 1 | -8/+11 | |
| | | | ||||||
| * | | Removed references to lib/core/**/*.jar from japize command. | Mikael Vappula | 2011-11-25 | 1 | -1/+1 | |
| | | | | | | | | | | | | | | | This is the first shot trying to make this script work with ivy dependencies. Most likely japize will fail due to some classes missing from classpath. | |||||
| * | | Missing mkdir caused warning while compiling widgetset | Mikael Vappula | 2011-11-25 | 1 | -0/+1 | |
| | | | ||||||
| * | | Added validation-api as a new dependency | Mikael Vappula | 2011-11-25 | 1 | -1/+2 | |
| | | | | | | | | | | | | Transitively resolved thru gwt-user didn't fetch both classes and source correctly. | |||||
| * | | Introduced Ivy based dependency management | Mikael Vappula | 2011-11-24 | 3 | -77/+150 | |
| | | | ||||||
* | | | Include vaadinBootstrap.jar in the build results | Leif Åstrand | 2011-11-29 | 1 | -0/+2 | |
| | | | ||||||
* | | | Include tests on the classpath again now that they can be compiled | Leif Åstrand | 2011-11-18 | 1 | -2/+2 | |
| | | | ||||||
* | | | Merge remote branch 'origin/master' into windowing | Leif Åstrand | 2011-11-10 | 1 | -3/+2 | |
|\| | | ||||||
| * | | #7912 Remove support for IE6 | Leif Åstrand | 2011-11-09 | 1 | -3/+2 | |
| | | | ||||||
* | | | Merge branch 'master' into windowing | Leif Åstrand | 2011-11-08 | 7 | -1/+2 | |
|\| | | ||||||
| * | | Merge remote-tracking branch 'origin/6.8' into master | Leif Åstrand | 2011-11-08 | 7 | -1/+2 | |
| |\| | ||||||
| | * | Removed svn:executable property to avoid problems with Git on Windows | Artur Signell | 2011-11-08 | 6 | -0/+0 | |
| | | | | | | | | | | | | svn changeset:21944/svn branch:6.7 | |||||
| | * | Include c.v.terminal.gwt.server in the test coverage data | Leif Åstrand | 2011-11-03 | 1 | -1/+2 | |
| | | | | | | | | | | | | svn changeset:21885/svn branch:6.7 | |||||
| | * | Don't fail if unable to clean up the deploy dir (should be taken care of by ↵ | Leif Åstrand | 2011-10-27 | 2 | -3/+0 | |
| | | | | | | | | | | | | | | | | | | rm -rf run by cleanup.sh) svn changeset:21811/svn branch:6.7 | |||||
* | | | Don't compile the tests as they are not yet updated to use the new Root | Leif Åstrand | 2011-11-03 | 1 | -2/+2 | |
|/ / | ||||||
* | | Removed extra c from build number | Artur Signell | 2011-11-01 | 1 | -1/+1 | |
| | | ||||||
* | | Do not use special -noservlet versions of GWT JARs. | Henri Sara | 2011-11-01 | 1 | -4/+2 | |
| | | | | | | | | As Vaadin 7 uses Servlet API 2.4, special -noservlet versions of GWT JARs are not needed anymore. | |||||
* | | Do not exclude GWT JARs from classpath as it should contain servlet API | Henri Sara | 2011-10-31 | 1 | -2/+0 | |
| | | | | | | 2.4 | |||||
* | | Updated version to 7.0.0 | Artur Signell | 2011-10-31 | 1 | -1/+1 | |
| | | ||||||
* | | Updated GWT version to 2.4.0 | Henri Sara | 2011-10-31 | 1 | -1/+1 | |
| | |