You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

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