-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathant_targets
More file actions
128 lines (108 loc) · 5.34 KB
/
ant_targets
File metadata and controls
128 lines (108 loc) · 5.34 KB
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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
###############################################################
# aggregation-build.xml
#
# status: ACTIVE
#
# Builds the aggregation service as a WAR file which can be deployed (in
# Tomcat) alongside a BES deployment.
Buildfile: /Users/ndp/OPeNDAP/hyrax/olfs/aggregation-build.xml
Main targets:
PreProcessSourceCode Moves selected source code from the development tree into
the build/src directory. The code text is filtered to update
version numbers.
all Builds lots of stuff.
check Run Unit Tests
clean Clean up ALL build products.
compile Compiles the OLFS.
init Prepare all build directories.
noop Do Nothing Target
server Performs a clean build of the core software and assembles the WAR file.
server-fast Performs a build (but no clean) of the core software and assembles the WAR file.
Default target: all
###############################################################
# build.xml
#
# status: ACTIVE
# The build.xml files contains the primary production rules for building
# - The OLFS/Hyrax service as a WAR file
# - The NGAP/Hyrax service as a WAR file
#
Buildfile: /Users/ndp/OPeNDAP/hyrax/olfs/build.xml
Main targets:
BESclient Build and package the back end client.
DISTRO Builds complete distribution
GatewayDispatchHandler Builds jar file for the Gateway Dispatch Handler
IsJavaDocUpToDate Checks to see if the JavaDoc is out of date.
NcmlDispatchHandler Builds jar file for the NcML Dispatch Handler
PreProcessSourceCode Moves selected source code from the development tree into
the build/src directory. The code text is filtered to update
version numbers.
XSLTransformer Builds executable jar file of a simple XSL Transformer application
all Builds lots of stuff.
check Run Unit Tests
clean Clean up ALL build products.
clients Compiles the clients.
compile Compiles the OLFS.
hexEncoderApp Builds executable jar file of the hex encoder
hyrax-robots Builds the war files for the robots/sitemap and Hyrax's OLFS.
hyrax-robots-dist Packages the war files for the robots/sitemap and Hyrax's OLFS into
a tar file with a release related name.
init Prepare all build directories.
ngap Performs a clean build of the core software and assembles the WAR file.
ngap-dist Packages the NGAP war file (${NGAP_DEPLOYMENT_CONTEXT}.war) into a
gzipped tar file with a release related name.
noop Do Nothing Target
olfs-experiments Compiles the experimental code.
robots Performs a clean build of the robots/sitemap service and assembles the WAR file.
server Performs a clean build of the core software and assembles the WAR file.
server-dist Packages the war file into tar file with a release related name.
show Show build settings.
src-dist Builds source distribution
validatorApp Builds executable jar file of the hex encoder
Default target: all
###############################################################
# pdpservice-build.xml
#
# status: ACTIVE
#
# This build file assembles a WAR file for the PDP (Policy Decision Point)
# Service.
#
Buildfile: /Users/ndp/OPeNDAP/hyrax/olfs/pdpservice-build.xml
Main targets:
PreProcessSourceCode Moves selected source code from the development tree into
the build/src directory. The code text is filtered to update
version numbers.
all Builds lots of stuff.
clean Clean up ALL build products.
compile Compiles the OLFS.
init Prepare all build directories.
noop Do Nothing Target
osx-package Builds OSX package installer for the OLFS
server Performs a clean build of the PdP Service software and assembles the WAR file.
show Show build settings.
Default target: all
###############################################################
# robots.xml
#
# status: ACTIVE
#
# Builds the special robots.txt service as WAR file so that it may be
# deployed in the "ROOT" context of a Tomcat instance. This service
# make the http://server:port/robots.xml file a dynamic service that reports
# the site map file(s) for the associated BES.
#
Buildfile: /Users/ndp/OPeNDAP/hyrax/olfs/robots.xml
Main targets:
IsJavaDocUpToDate Checks to see if the JavaDoc is out of date.
PreProcessSourceCode Moves selected source code from the development tree into
the build/src directory. The code text is filtered to update version numbers.
all Builds lots of stuff.
check Run Unit Tests
clean Clean up ALL build products.
compile Compiles the OLFS.
init Prepare all build directories.
noop Do Nothing Target
robots Performs a clean build of the robots/sitemap service and assembles the WAR file.
show Show build settings.
Default target: all