| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| | |
| | |
| | |
| | | |
Change-Id: I3b8990ea31603a8b8aa278ac5ae1495fdd603dbc
|
| | |
| | |
| | |
| | | |
Change-Id: I722a3311326160afed9ff23822d78b31115a9386
|
| | |
| | |
| | |
| | | |
Change-Id: I0b0666e22e93ed1b36796365b1811eca863c9cb1
|
| | |
| | |
| | |
| | | |
Change-Id: I94888fd19e2bf01f34ef57230bd3e9df7fb3d8eb
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Now the following can be used instead:
- run the class DevelopmentServerLauncher with -ea in uitest
- mvn install vaadin:run-codeserver in uitest (for TestingWidgetSet)
Once client-compiled is updated to use Maven for the widgetset build,
a similar command can be used for DefaultWidgetSet.
Use workspace artifact resolution when appropriate.
Change-Id: Iad1a8484ef3e9df1772f422217a8a08c05421bbc
|
| | |
| | |
| | |
| | | |
Change-Id: I6f1c2c3dc55b76c66f3d231f37d6b0709126d801
|
| | |
| | |
| | |
| | | |
Change-Id: Ie10504af2a8e06540e6b6e527a7f8d730bae8d4e
|
| | |
| | |
| | |
| | | |
Change-Id: I344e7f10caac0cc38947a0de194cead533df32c1
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
As a replacement, run Maven targets in sub-modules:
- "mvn install" in client-compiled for DefaultWidgetSet
- "mvn install" in uitest for TestingWidgetSet and test themes
- "mvn install" in themes for main themes
- "mvn install" in push for vaadinPush.js
More specific targets can also be used when using workspace artifact
resolution in an IDE.
Change-Id: I6de2d4fbe0d61f08ccd3a63a356635876f588ddd
|
| | |
| | |
| | |
| | | |
Change-Id: I8b0c369df2b9b20048e65489572c0bf3e9f271a3
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
Makes it possible to run DSL in the uitest project using the same
configuration as before.
Note that this change might not fix all issues with DSL.
Change-Id: Ie69a97e79247d6c211eb0762c4d4def3499b88ae
|
| | |
| | |
| | |
| | |
| | |
| | | |
This allows CI builds to override the repository for Vaadin artifacts.
Change-Id: I0a85c16f1630ec8a3d29bd0ff42d7855f360ff88
|
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This change removes the top-level build.xml and some other Ivy/Ant
configuration entries.
Change-Id: I56fb1621a66ef190a72cfe1f9eb277bb878db4b5
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This moves ide.xml dependencies from uitest to build/ivy.xml so that
each side can be refactored and cleaned up independently of the other.
Note that ide.xml has several problems introduced by earlier changes.
This change adds some comments and updates some paths, but does not
fix all the related issues.
Change-Id: I0794decf785c41657f87e1ff120f5f017344a2b6
|
| | |
| | |
| | |
| | |
| | |
| | |
| | |
| | | |
This change removes publishing related Ivy files and Ant targets etc.
Further cleanup will be done in later changesets.
Change-Id: Ibe430495e85a1b0f3538072a4823c627ddac2924
|
| | |
| | |
| | |
| | | |
Change-Id: I4becdfd4a2d8dc2b3677bcfc937d8cc5b0b2bbe7
|
| | |
| | |
| | |
| | | |
Change-Id: I32625901ca27a282253df44c6e776cf9632bacda
|
| | |
| | |
| | |
| | | |
Change-Id: I6393204fc9d2e02c77ff2969fb6502dfb71019e9
|
| | |
| | |
| | |
| | | |
Change-Id: I05d546b763651ad6856fb86adc068058a35be429
|
| | |
| | |
| | |
| | | |
Change-Id: I4b1015dd27422500aed698bfa3dc87fc7b13a58a
|
| | |
| | |
| | |
| | | |
Change-Id: If0b02ed2830032bbed9fec8473bd429c74d76383
|
| | |
| | |
| | |
| | | |
Change-Id: I2882a5b4df627f440d17733b57fa173d85ea8c6e
|
| |\ \
| | | |
| | | |
| | | | |
Change-Id: Id7db526d07a14ac259cbb50415bbafd2a7c2ab94
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: I9ffcfdf2ee91e5ebcf056c7c14b59adffc57cc39
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: I5b6cfc2b3b0f1026811e8020e76c2f01e3801474
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: Icef310bb14eaf9d1b3c0c8571e88274ae6e8e37b
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
The type of the module is JAR but it does not actually produce a JAR,
so GPG signing needs to be explicitly skipped.
Change-Id: If8d0577a0a75e2a86077451efdc79b72f06fbf38
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This change also cleans up some redundant POM metaadata.
Even though Maven documentation does not list it, also the organization
section is inherited to the effective POM.
pom-template.xml is still in the project for a longer description and a
repositories section until publishing to staging is cleaned up.
Change-Id: I76b71aec1d2812e2f9ef321c3b4131c613a29cb7
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: I8e3ef8cd027def174e6f697597c77ba6c5870f2a
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: Ice7fa5ff485188dff905d14862e1a78842c7482f
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: Ie01ced69a0b07afc336817d2c5c1e69e2b7e118f
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
This patch refactors how unpacking of dependencies is handled.
It now uses a more generic configuration on top level as well as
updates the phase where the extraction happens. This way the source
plugin configuration remains small
Change-Id: I952ec84e05eac255f8b44044baceba37e07737c5
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Ignore exec plugin for m2e in themes and client-compiled.
Change-Id: I1c500a4cf204e3bd09aa0e9ae75e922b463e72fa
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Remove the build file gwt-files.xml and related cleanup.
Change-Id: I7cd09fc587cf017edab2fa74e89959dccae6c056
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Depend on the artifacts built with Maven to get transitive
dependencies.
To handle local changes, the local paths are first on the classpath.
However, a single run of "mvn install" is needed before the Ivy
project and ide.xml are usable.
Change-Id: I6c413a02af0304cea0d489f67f15dfd47c767a79
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
Consolidate Ivy dependencies for Eclipse and ide.xml in one location
and remove redundant ivy.xml files.
This also fixes some theme and resource paths in ide.xml but does not
fully fix test theme compilation.
Change-Id: If44c73d7f85d02ebef379aa306e6e284fe7446c1
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: Id6cfe6c8e971e4a203844fe29ca743fa7246d01f
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: Ia7ba1cb6b1c8c4e70b6e834d86feb6c161ab5a29
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: Id8573d82b2a9b2be15694d7aecd95ce2eee814ff
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: I06bb2e41297140f082ecaa1f8c091a4b45d05da0
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: I020ddda7a11390c9a15e755abf0fc2528fe1cc3a
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: Ib3af43a1b6945db00194775fbb2a91b4b495ee9b
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: Ia0cabe96616d5357928810ae2473606d7e7cf00b
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: I87aef5ee0b35ff8746a182192706f236afaef32d
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: Id7fcb8e84ba0bf0f8863216f961845b9cefeb9f2
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: I58b7ea71d3f8590159a27651e8879668dfab8237
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: I8f95dc9636c450125cf7401bee1824b2ef186454
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: Icc1e1a0c8482117f38d5e1110a65580fb26d49ba
|
| | | |
| | | |
| | | |
| | | | |
Change-Id: Id876c89b1f1a6498997ef22c0c99d45f11e60c13
|
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
GWT compiler is launched as a separate java process,
and it's better to implicitly start headless execution
Change-Id: Ied4e8da5e0c2edc436e4b25602bf8e5aefd15f23
|