forked from betterFORM/betterFORM
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
41 lines (26 loc) · 1.18 KB
/
README.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
betterForm Project Quickstart Guide
===================================
Minimal Requirements for betterFORM limeGreen
---------------------------------------------
* JDK 1.6
* Apache Ant 1.7.0 or newer
* [Optional: Apache Maven 2.0.5 or newer]
Minimal Requirements for betterFORM lightSteelBlue
--------------------------------------------------
* JDK 1.5
* Apache Ant 1.7.0 or newer
* [Optional: Apache Maven 2.0.5 or newer]
build betterFORM Web Application Archive
----------------------------------------
* to compile betterFORM and package it as a Web Application Archive switch to the directory web and execute:
ant package
The created WAR file will be available at ./web/target/betterform-3.1.0
see web/README.txt for further information about available ant targets
For more detailed information on building see betterFORM Developer Guide.
Further Information
--------------------
For more detailed information see
* [betterFORM Blog](http://betterform.wordpress.com)
* [User Guide](web/src/main/webapp/doc/betterFormUserGuide)
* [Developer Guide](web/src/main/webapp/doc/betterFormDeveloperGuide)
* [Wiki](https://betterform.de/trac)