summaryrefslogtreecommitdiffstats
path: root/build
Commit message (Collapse)AuthorAgeFilesLines
* Make clean-all purge gwt-unitCacheLeif Åstrand2012-08-061-0/+1
|
* Upgrade build.xml for Java 1.6Leif Åstrand2012-07-313-9/+47
|
* Ensure GWT is compiled before compiling a single widgetsetLeif Åstrand2012-07-311-3/+3
|
* Support using pre-compiled GWT JARs in build with use.precompiled.gwt .Henri Sara2012-07-251-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 Åstrand2012-07-251-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.
* Add gwt.lib.dir for using prebuilt gwt jar files not in lib dirLeif Åstrand2012-07-031-4/+5
|
* Update Ivy configuration and build script for integrated GWT.Henri Sara2012-07-032-1/+14
| | | | | | | | | For ease of development, GWT "trunk" and "tools" are assumed to be checked out in a directory parallel to the project directory. Otherwise, the variable gwt.root can be used to give the location of trunk. Add Ivy dependencies for servlet API and libraries needed to compile tests (Jetty, Apache Commons) - these were previously used from GWT JARs.
* Include GWT Elemental library in Vaadin JAR.Henri Sara2012-06-291-2/+8
| | | Also uses a better build target for CodeServer.
* Merge branch 'master' into gwtHenri Sara2012-06-281-4/+0
|\
| * Removed unnecessary build step that modifies CRLF/LFArtur Signell2012-06-281-4/+0
| | | | | | The linefeed test ensures that all source files contain only LF
* | Include rebased streamhtmlparser library in Vaadin JAR.Henri Sara2012-06-271-0/+1
| | | | | | | | | | The library was previously in gwt-dev.jar and was included automatically, moved to gwt-user.jar in GWT 2.5 release branch and thus needs to be included explicitly.
* | Do not explicitly include JSON library, take it from gwt-dev (now there)Henri Sara2012-06-261-3/+0
| |
* | Remove GWT-Version from manifest.Henri Sara2012-06-211-1/+2
| |
* | Include JSON library in JAR, required by SuperDevMode.Henri Sara2012-06-211-1/+5
| |
* | Merge branch 'master' into gwtHenri Sara2012-06-201-12/+4
|\|
| * Merge commit '9fc49'Johannes Dahlström2012-06-111-12/+4
| |\
| | * [merge from 6.7] Removed book tagging.Automerge2012-05-221-12/+4
| | | | | | | | | | | | svn changeset:23803/svn branch:6.8
* | | Generate package exports for the JAR only for com.vaadin and com.googleHenri Sara2012-06-201-28/+40
| | | | | | | | | | | | Other (unrebased) packages are not included in the exported packages list of the manifest.
* | | Build JAR with most GWT dependency packages rebased using jarjar.Henri Sara2012-06-201-9/+74
| | | | | | | | | | | | Precompiled versions of GWT modules (.gwtar files) are not included in the JAR in this version to reduce its size.
* | | GWT integration: leave out javax.servlet, build INDEX.LIST for the JARHenri Sara2012-06-151-6/+6
| | |
* | | GWT integration: only include DefaultWidgetSet.gwtar in Vaadin JAR.Henri Sara2012-06-151-2/+4
| | |
* | | GWT integration: precompile Vaadin widgetsets to .gwtar filesHenri Sara2012-06-151-2/+22
| | |
* | | Integrate GWT build with Vaadin - first step.Henri Sara2012-06-143-9/+72
|/ / | | | | | | | | | | | | | | Build vaadin.jar that contains the contents of gwt-user.jar, gwt-dev.jar and gwt-codeserver.jar in addition to Vaadin itself. The property gwt.root must be defined and point to a GWT trunk branch check-out. The tools branch should be checked out in a directory next to it.
* | Support for additional build time non-Ivy JARs in build.xml .Henri Sara2012-05-301-3/+20
| |
* | Reduce number of local workers to avoid synchronization problemsLeif Åstrand2012-05-301-1/+1
| |
* | 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
* | 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
* | Merge commit '7c200d4e869139ff72e848e973cd5ce5932908d8'Artur Signell2012-02-032-142/+142
|\| | | | | | | | | | | | | | | | | | | Conflicts: tests/testbench/com/vaadin/tests/components/datefield/InlineDateFieldResolutionMsec.html tests/testbench/com/vaadin/tests/components/datefield/PopupDateFieldResolutions.html tests/testbench/com/vaadin/tests/components/splitpanel/HorizontalSplitPanelBasicStates.html tests/testbench/com/vaadin/tests/components/splitpanel/VerticalSplitPanelBasicStates.html tests/testbench/com/vaadin/tests/components/textfield/TextFieldSecret.html tests/testbench/com/vaadin/tests/components/window/WindowClickEvents.html
| * [merge from 6.7] #8311 Converted CRLF -> LF in css/html/xml filesAutomerge2012-02-022-142/+142
| | | | | | | | svn changeset:22853/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 all server side test classes in the test WARArtur Signell2012-01-311-2/+1
| |