Hey, we work with ANT, not with maven, and we’re now at the process of migrating to Vaadin 12,
can anyone help us understand what jars do we actually need?
Hello Roi. Using Ant will cause you some extra head ache, but I suppose you know what you’re doing and you’ve determined that it will be easier than switching to Maven or Gradle.
Here is the list of dependencies managed by the latest vaadin-bom https://mvnrepository.com/artifact/com.vaadin/vaadin-bom/12.0.5
Here is the list of the dependencies for the vaadin-core (open source parts) package: https://mvnrepository.com/artifact/com.vaadin/vaadin-core/12.0.5
You may of course include only the components you need.
Hello,
To get all jars needed for Vaadin 12, you can download the last vaadin starter pack, build it with maven.
Here the topic: https://vaadin.com/forum/thread/17141554/vaadin-10-flow-framework-download-jar
But I don’t know how you can build vaadin 10+ app in production mode without maven or gradle. (and I also don’t know how you can build it in production mode with maven/gradle but without internet)