Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

1234567891011121314
  1. How to build Vaadin Framework
  2. =============================
  3. Building the distribution packages is as easy as running ant without
  4. parameters in this directory. While as official packages will be built
  5. with Java 1.5, you can force build with 1.6 by adding the option
  6. -Dignoreversion=1
  7. Some of the most common targets to build:
  8. - Distribution ZIP-file will be built with target package-zip
  9. - Distribution JAR-file will be built with target package-jar
  10. - Demo package will be built with target package-war
  11. For more detailed info, see build.xml