aboutsummaryrefslogtreecommitdiffstats
path: root/build/build.xml
Commit message (Collapse)AuthorAgeFilesLines
...
* | Make clean-all remove screenshot errorsLeif Åstrand2012-05-301-0/+5
| |
* | Move dependency to the target that is not run in parallelLeif Åstrand2012-05-301-3/+3
| |
* | Add support for building TestingWidgetSet (#8469)Leif Åstrand2012-05-291-9/+25
| |
* | Merge remote branch 'origin/6.8'Leif Åstrand2012-04-251-1/+1
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: src/com/vaadin/terminal/gwt/client/ApplicationConnection.java src/com/vaadin/terminal/gwt/client/HistoryImplIEVaadin.java src/com/vaadin/terminal/gwt/client/Util.java src/com/vaadin/terminal/gwt/client/ui/FocusableScrollPanel.java src/com/vaadin/terminal/gwt/client/ui/UploadIFrameOnloadStrategy.java src/com/vaadin/terminal/gwt/client/ui/UploadIFrameOnloadStrategyIE.java src/com/vaadin/terminal/gwt/client/ui/VCustomLayout.java src/com/vaadin/terminal/gwt/client/ui/VDragAndDropWrapper.java src/com/vaadin/terminal/gwt/client/ui/VDragAndDropWrapperIE.java src/com/vaadin/terminal/gwt/client/ui/VScrollTable.java src/com/vaadin/terminal/gwt/client/ui/VTabsheet.java src/com/vaadin/terminal/gwt/client/ui/VTextField.java src/com/vaadin/terminal/gwt/client/ui/VVideo.java src/com/vaadin/terminal/gwt/server/AbstractApplicationPortlet.java src/com/vaadin/terminal/gwt/server/AbstractApplicationServlet.java src/com/vaadin/terminal/gwt/server/AbstractCommunicationManager.java tests/testbench/com/vaadin/tests/components/table/TestCurrentPageFirstItem.java
| * Fail build if Maven deployment fails (#8638)Artur Signell2012-04-241-1/+1
| | | | | | | | svn changeset:23620/svn branch:6.8
| * Reverted accidental commitJohannes Dahlström2012-03-131-1/+1
| | | | | | | | svn changeset:23229/svn branch:6.8
| * [merge from 6.7] fixes #8505Johannes Dahlström2012-03-131-1/+1
| | | | | | | | svn changeset:23227/svn branch:6.8
| * Reverted bad commit [23048]Johannes Dahlström2012-02-161-1/+1
| | | | | | | | svn changeset:23050/svn branch:6.8
| * #5100 test caseJohannes Dahlström2012-02-161-1/+1
| | | | | | | | svn changeset:23048/svn branch:6.8
| * #8105 Cleaned up and fixed Emma targetsArtur Signell2012-01-121-3/+3
| | | | | | | | svn changeset:22599/svn branch:6.7
| * #8105 Cleaned up and fixed Emma targetsArtur Signell2012-01-121-4/+5
| | | | | | | | svn changeset:22597/svn branch:6.7
| * #8105 Include also VaadinClasses anon classes in war. Should really be in ↵Artur Signell2012-01-121-1/+1
| | | | | | | | | | | | some kind of "common" test folder svn changeset:22596/svn branch:6.7
| * #8105 Fixed typoArtur Signell2012-01-101-1/+1
| | | | | | | | svn changeset:22587/svn branch:6.7
| * #8105 Include VaadinClasses in war. Should really be in some kind of ↵Artur Signell2012-01-101-0/+4
| | | | | | | | | | | | "common" test folder svn changeset:22585/svn branch:6.7
| * #8105 Ensure tests are built by the "server-side-tests" target and included ↵Artur Signell2012-01-101-3/+3
| | | | | | | | | | | | in the junit classpath svn changeset:22580/svn branch:6.7
| * #8105 toolkit-package -> vaadin-package for clarityArtur Signell2012-01-101-5/+3
| | | | | | | | svn changeset:22574/svn branch:6.7
| * #8105 Ensure build.properties is read before result-path is usedArtur Signell2012-01-101-17/+6
| | | | | | | | svn changeset:22573/svn branch:6.7
| * #8105 Compile core files and test files to separate foldersArtur Signell2012-01-101-17/+25
| | | | | | | | svn changeset:22572/svn branch:6.7
* | Include static test files in warArtur Signell2012-04-191-0/+7
| |
* | Exclude gwt-unitCache which is too large for GAEArtur Signell2012-04-161-0/+1
| |
* | Abort widgetset compilation if there are errorsArtur Signell2012-04-051-0/+1
| |
* | Removed description from target that should not be run separately and added ↵Artur Signell2012-04-051-3/+4
| | | | | | | | description to targets for compiling default widget set and default themes
* | Include all server side test classes in the test WARArtur Signell2012-01-311-2/+1
| |
* | Fixed widgetset compilation problemArtur Signell2012-01-271-2/+2
| |
* | Fixed compilation classpath for tests and renamed classpath variables toArtur Signell2012-01-271-12/+12
| | | | | | 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-271-105/+108
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-161-99/+108
| | | | | | | | svn changeset:22636/svn branch:6.8
* | Include vaadinBootstrap.js in Liferay zipArtur Signell2011-12-231-1/+5
| |
* | 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-091-9/+14
|\| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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-081-2/+2
| | | | | | | | 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-081-0/+1
| |
* | Merge remote branch 'origin/master' into windowingLeif Åstrand2011-12-081-91/+53
|\ \
| * | Pass deps.initialized to called test targets in different build files.Mikael Vappula2011-12-051-0/+4
| | |
| * | Cleaned up Ivy configurationMikael Vappula2011-12-021-52/+14
| | | | | | | | | | | | Targets related to Ivy configuration are now in separate common.xml file which is imported to main build files.
| * | Ivy configuration and TestBench test build script updates.Mikael Vappula2011-12-011-13/+6
| | | | | | | | | | | | | | | Included first version of Ant based replacement of old vaadin-server.py demo server launch script.
| * | #7997 Ivyfied custom SmartSprites libraryMikael Vappula2011-12-011-9/+13
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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
| | |