| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
Server is now launched using jetty-runner instead of a custom DemoLauncher
|
| |
|
| |
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
|
|
|
| |
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.
|
|
|
| |
be consistent
|
| |
|
|
|
|
| |
Targets related to Ivy configuration are now in separate common.xml file
which is imported to main build files.
|
| |
|
|
|
|
|
| |
Included first version of Ant based replacement of old vaadin-server.py
demo server launch script.
|
|
|
|
| |
Transitively resolved thru gwt-user didn't fetch both classes and
source correctly.
|
|
|