summaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
...
* | Fixed compilation classpath for tests and renamed classpath variables toArtur Signell2012-01-272-20/+20
| | | | | | be consistent
* | Corrected classpath related problems introduced during merge from 6.8Artur Signell2012-01-271-4/+4
| |
* | Merge remote-tracking branch 'origin/6.8'Artur Signell2012-01-272-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 foldersJohannes Dahlström2012-01-162-100/+109
| | | | | | | | svn changeset:22636/svn branch:6.8
* | Merge remote branch 'origin/6.8'Leif Åstrand2012-01-061-1/+1
|\| | | | | | | | | | | Conflicts: src/com/vaadin/data/validator/AbstractValidator.java tests/testbench/com/vaadin/tests/components/textfield/TextChangeEventsWithNonImmediateValueChange.java
| * Merged changes from 6.7Johannes Dahlström2011-12-301-1/+1
| | | | | | | | svn changeset:22500/svn branch:6.8
* | Include vaadinBootstrap.js in Liferay zipArtur Signell2011-12-231-1/+5
| |
* | #8093 Support JSR-303 Bean ValidationHenri Sara2011-12-161-0/+3
| |
* | Do not treat util classes as junit testsArtur Signell2011-12-161-1/+1
| |
* | Removed copying of non-existing zip file in nightly publishArtur Signell2011-12-161-4/+0
| |
* | Fix exclusion pattern for test data bean classes.Henri Sara2011-12-131-1/+1
| |
* | Exclude test data beans from JUnit test execution.Henri Sara2011-12-131-1/+1
| |
* | Merge remote branch 'origin/6.8'Leif Åstrand2011-12-093-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 replaceArtur Signell2011-12-083-3/+3
| | | | | | | | svn changeset:22317/svn branch:6.7
| * #8050 Enable custom parameters to widgetset compilerLeif Åstrand2011-12-051-2/+6
| | | | | | | | svn changeset:22228/svn branch:6.7
| * #8009 Made war include resources required by the demo launcherArtur Signell2011-11-281-3/+6
| | | | | | | | svn changeset:22151/svn branch:6.7
| * #8009 Made war include resources required by the demo launcherArtur Signell2011-11-281-0/+3
| | | | | | | | svn changeset:22145/svn branch:6.7
| * #8009 Cleaned build.xmlArtur Signell2011-11-281-5/+0
| | | | | | | | svn changeset:22144/svn branch:6.7
| * Removed duplicate reference to a build target.Henri Sara2011-11-251-1/+1
| | | | | | | | svn changeset:22134/svn branch:6.7
* | Fixed typo in project.rootArtur Signell2011-12-081-1/+1
| |
* | Made test running from Eclipse work with IvyArtur Signell2011-12-082-2/+3
| |
* | Merge remote branch 'origin/master' into windowingLeif Åstrand2011-12-087-92/+227
|\ \
| * | Pass deps.initialized to called test targets in different build files.Mikael Vappula2011-12-051-0/+4
| | |
| * | Prevent multiple ivy:configure callsMikael Vappula2011-12-051-3/+5
| | | | | | | | | | | | Added a controlling property deps.initialized to prevent multiple Ivy configuration and task definition initialization within same Ant run.
| * | Cleaned up Ivy configurationMikael Vappula2011-12-023-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.xmlMikael Vappula2011-12-011-5/+3
| | |
| * | Ivy configuration and TestBench test build script updates.Mikael Vappula2011-12-012-31/+8
| | | | | | | | | | | | | | | Included first version of Ant based replacement of old vaadin-server.py demo server launch script.
| * | #7997 Ivyfied custom SmartSprites libraryMikael Vappula2011-12-014-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 runtimeMikael Vappula2011-11-251-0/+1
| | |
| * | Removed duplicate target dependencyMikael Vappula2011-11-251-2/+2
| | |
| * | Fixed ivy configuration errors caused by parallel ant tasksMikael Vappula2011-11-251-8/+11
| | |
| * | Removed references to lib/core/**/*.jar from japize command.Mikael Vappula2011-11-251-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 widgetsetMikael Vappula2011-11-251-0/+1
| | |
| * | Added validation-api as a new dependencyMikael Vappula2011-11-251-1/+2
| | | | | | | | | | | | Transitively resolved thru gwt-user didn't fetch both classes and source correctly.
| * | Introduced Ivy based dependency managementMikael Vappula2011-11-243-77/+150
| | |
* | | Include vaadinBootstrap.jar in the build resultsLeif Åstrand2011-11-291-0/+2
| | |
* | | Include tests on the classpath again now that they can be compiledLeif Åstrand2011-11-181-2/+2
| | |
* | | Merge remote branch 'origin/master' into windowingLeif Åstrand2011-11-101-3/+2
|\| |
| * | #7912 Remove support for IE6Leif Åstrand2011-11-091-3/+2
| | |
* | | Merge branch 'master' into windowingLeif Åstrand2011-11-087-1/+2
|\| |
| * | Merge remote-tracking branch 'origin/6.8' into masterLeif Åstrand2011-11-087-1/+2
| |\|
| | * Removed svn:executable property to avoid problems with Git on WindowsArtur Signell2011-11-086-0/+0
| | | | | | | | | | | | svn changeset:21944/svn branch:6.7
| | * Include c.v.terminal.gwt.server in the test coverage dataLeif Åstrand2011-11-031-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 Åstrand2011-10-272-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 RootLeif Åstrand2011-11-031-2/+2
|/ /
* | Removed extra c from build numberArtur Signell2011-11-011-1/+1
| |
* | Do not use special -noservlet versions of GWT JARs.Henri Sara2011-11-011-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 APIHenri Sara2011-10-311-2/+0
| | | | | | 2.4
* | Updated version to 7.0.0Artur Signell2011-10-311-1/+1
| |
* | Updated GWT version to 2.4.0Henri Sara2011-10-311-1/+1
| |