File: README.build

package info (click to toggle)
glassfish 1%3A2.1.1-b31g%2Bdfsg1-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 126,652 kB
  • ctags: 163,798
  • sloc: java: 1,035,921; xml: 48,060; jsp: 4,922; ansic: 1,442; perl: 1,200; sh: 562; makefile: 352; cpp: 336; sql: 78; haskell: 76; awk: 69; sed: 21; lisp: 5
file content (32 lines) | stat: -rw-r--r-- 1,029 bytes parent folder | download | duplicates (5)
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
Sridatta, your prototype has been expanded into two sub-modules here:

    admin: com.sun.enterprise.admin and com.sun.enterprise.admin. There 
    were some circular dependencies in these packages, so I could not 
    separate them.

    config-api: com.sun.enterprise.config. The config beans and the 
    generator.


To build all submodules when run from the admin-core directory:
    "gmake build" OR
    "ant build"

To build a particular submodule (i.e. admin, config-api) when run from the submodule directory:

    "gamke build" OR
    "ant build"

The publish directory can be found in ../publish/JDK1.4_DBG.OBJ/admin-core/<sub-module>

To clean all submodules and dependent source modules when run from the admin-core directory:
    "gmake clean"

To clean all submodules when run from the admin-core directory:
    "ant clean"

To clean a submodule when run from the the submodule directory:
    "ant clean"

To clean the submodule and all dependent source modules run from the submodule directory:
    "gmake clean"