File: BUILDING.txt

package info (click to toggle)
libbsf-java 1%3A2.4.0-4
  • links: PTS, VCS
  • area: main
  • in suites: squeeze
  • size: 2,924 kB
  • ctags: 2,470
  • sloc: java: 5,373; xml: 224; ansic: 182; python: 57; makefile: 16
file content (39 lines) | stat: -rw-r--r-- 1,411 bytes parent folder | download | duplicates (4)
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
From the ant "build.xml" file:

   Master Build file for BSF

Notes:

   This is the build file for use with the Jakarta Ant build tool.

Optional additions:

    BeanShell   -> http://www.beanshell.org/ (3rd party BSF engine)
    JRuby       -> http://www.jruby.org/ (3rd party BSF engine)
    Jacl        -> http://www.scriptics.com/java/
    JavaScript  -> http://www.mozilla.org/rhino/
    JudoScript  -> http://www.judoscript.com/ (3rd party BSF engine)
    Jython      -> http://www.jython.org/
    NetRexx     -> http://www2.hursley.ibm.com/netrexx/
    Xalan       -> http://xml.apache.org/xalan-j

Build Instructions:

   To build, run

     java org.apache.tools.ant.Main <target>

   on the directory where this file is located with the target you want.

Most useful targets:

 - all        -> creates the binary and src distributions, and builds the site
 - bindist    -> creates the complete binary distribution in "./dist/"
 - build-site -> creates the website in "./docs"
 - clean      -> removes all the generated files and directories
 - compile    -> creates the "bsf.jar" package in "./build/lib" (default target)
 - dist       -> creates both the binary and the src distributions in "./dist/"
 - javadocs   -> creates the javadocs in "./build/javadocs"
 - samples    -> creates/compiles the samples into "./build/samples"
 - srcdist    -> creates the complete src distribution in "./dist/"