summaryrefslogtreecommitdiffstats
path: root/build/ivy
Commit message (Collapse)AuthorAgeFilesLines
* Made tests compile again (#9299)Artur Signell2012-08-151-18/+20
|
* Compile and unit test SASS during build (#9223)Henri Sara2012-08-081-1/+7
|
* Update Ivy configuration and build script for integrated GWT.Henri Sara2012-07-031-1/+11
| | | | | | | | | 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.
* Integrate GWT build with Vaadin - first step.Henri Sara2012-06-141-4/+1
| | | | | | | | 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.
* Fixed compilation classpath for tests and renamed classpath variables toArtur Signell2012-01-271-8/+8
| | | be consistent
* #8093 Support JSR-303 Bean ValidationHenri Sara2011-12-161-0/+3
|
* Cleaned up Ivy configurationMikael Vappula2011-12-021-21/+16
| | | | 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-011-18/+2
| | | | | Included first version of Ant based replacement of old vaadin-server.py demo server launch script.
* #7997 Ivyfied custom SmartSprites libraryMikael Vappula2011-12-013-3/+64
| | | | | | | | | | 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 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-242-0/+79