root/trunk/README-Build.txt

Revision 1150, 1.6 KB (checked in by kohlhaas, 6 years ago)

Removed webapp distribution. Made rapla http connector more stable. added Archiver Plugin

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
Line 
1This README is for building rapla from source. You will find more information on our
2documentation pages on
3
4http://rapla.sourceforge.net/documentation.html
5
61. Get the source:
7
8To get the Source-Distribution download it from
9rapla.sourceforge.net/download
10
11If you want to checkout the latest developmant version read the
12faq-entry on rapla.sourceforge.net.
13
14
152. Build Rapla:
16
17We use the ant tool for our build process. Ant is the java-equivalent to make
18Look at jakarta.apache.org/ant for more information. If you don't want
19to use Ant read the FAQS on rapla.sourceforge.net for alternative building.
20
21
22Use the following batch files to start the ant.jar included with
23the rapla source distribution.
24
25build.sh (Linux/Unix)
26build.bat  (Win)
27call build  (win NT/2000)
28
29
30Calling build with no arguments will create a Binary-Distribution
31in the sub-folder dist. There you will find the scripts to start rapla. (SEE INSTALL.txt)
32
33
34You can call build with different arguments, e.g.:
35
36 choose-target Executes the target specified in build.properties.
37   (default)   Default target is dist-bin.
38
39 dist-bin      Creates a new Binary-Distribution in the folder dist.
40 build         Builds a new rapla.jar in the build sub-folder
41 run           Creates a new Binary-Distribution and runs it.
42 clean         Deletes the build sub-folder
43 clean-dist    Deletes the dist sub-folder
44 javadocs      create the Javadoc in the build sub-folder
45 webapp        Build a special distribution for Applet or Webstart deployment (see 3)
46 
47Pass the target as a parameter to ant
48e.g. build.sh dist-bin
49                                   
50For a complete list of all targets use the -projecthelp option
Note: See TracBrowser for help on using the browser.