vaadin-framework/build
Johannes Dahlström 0681a2f396 Reverted accidental commit
svn changeset:23229/svn branch:6.8
2012-03-13 09:42:58 +00:00
..
bin Merged changes from 6.7 2011-12-30 12:51:56 +00:00
buildhelpers/com/vaadin/buildhelpers Corrections to table column reordering styles. 2011-09-27 09:59:54 +00:00
cssoptimizer Removed svn:executable property to avoid problems with Git on Windows 2011-11-08 14:29:40 +00:00
javadoc Added a JavaDoc stylesheet customization that adds a 'code' style class to pre tags. 2010-03-08 13:28:41 +00:00
maven [merge from 6.7] #8311 Converted CRLF -> LF in css/html/xml files 2012-02-02 09:29:04 +00:00
package [merge from 6.7] #8311 Converted CRLF -> LF in css/html/xml files 2012-02-02 09:29:04 +00:00
build.properties Merged #8105 Compile core files and test files to separate folders 2012-01-16 07:01:28 +00:00
build.xml Reverted accidental commit 2012-03-13 09:42:58 +00:00
html-style.properties #7381 Packaging changes for Vaadin 6.7: JAR and test WAR only, no demo WAR nor ZIP; some cleanup (files that were in ZIP, build.xml) 2011-08-17 08:32:29 +00:00
readme.txt #7381 Include licensing related files and release notes in JARs, removed an obsolete readme.txt 2011-08-18 09:38:36 +00:00
VaadinApache2LicenseForJavaFiles.txt #7354 IT Mill -> Vaadin find and replace 2011-12-08 12:31:15 +00:00

How to build Vaadin Framework
=============================

Building the distribution packages is as easy as running ant without 
parameters in this directory. While as official packages will be built
with Java 1.5, you can force build with 1.6 by adding the option 
-Dignoreversion=1

Some of the most common targets to build:
- Distribution JAR-file will be built with target package-jar
- Test WAR will be built with target package-war

For more detailed info, see build.xml