Vous ne pouvez pas sélectionner plus de 25 sujets Les noms de sujets doivent commencer par une lettre ou un nombre, peuvent contenir des tirets ('-') et peuvent comporter jusqu'à 35 caractères.

readme.txt 545B

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