source: ccr/trunk/nhin-vista/projects/NHINC/Current/Product/Production/Gateway/NhincDocQueryEJB/build.xml@ 507

Last change on this file since 507 was 507, checked in by George Lilly, 15 years ago

NHIN gateway and adaptor for use on linux with VistA EHR and RPMS

File size: 8.4 KB
Line 
1<?xml version="1.0" encoding="UTF-8"?>
2<!-- You may freely edit this file. See commented blocks below for -->
3<!-- some examples of how to customize the build. -->
4<!-- (If you delete it and reopen the project it will be recreated.) -->
5<project name="NhincDocQueryEJB" default="default" basedir="." xmlns:ejbjarproject="http://www.netbeans.org/ns/j2ee-ejbjarproject/3">
6 <description>Builds, tests, and runs the project NhincDocQueryEJB.</description>
7 <import file="nbproject/build-impl.xml"/>
8 <import file="../../../build.lib.xml" />
9
10 <target name="build">
11 <property name="target-to-call" value="dist" />
12 <antcall target="call-target-in-isolation-if-out-of-date" />
13 </target>
14 <target name="clean-build" depends="clean,dist" />
15 <target name="clean-test" depends="clean,dist" />
16 <target name="build-test" depends="dist" />
17
18 <!--
19
20 There exist several targets which are by default empty and which can be
21 used for execution of your tasks. These targets are usually executed
22 before and after some main targets. They are:
23
24 -pre-init: called before initialization of project properties
25 -post-init: called after initialization of project properties
26 -pre-compile: called before javac compilation
27 -post-compile: called after javac compilation
28 -pre-compile-single: called before javac compilation of single file
29 -post-compile-single: called after javac compilation of single file
30 -pre-dist: called before archive building
31 -post-dist: called after archive building
32 -post-clean: called after cleaning build products
33 -pre-run-deploy: called before deploying
34 -post-run-deploy: called after deploying
35
36 (Targets beginning with '-' are not intended to be called on their own.)
37
38 Example of pluging an obfuscator after the compilation could look like
39
40 <target name="-post-compile">
41 <obfuscate>
42 <fileset dir="${build.classes.dir}"/>
43 </obfuscate>
44 </target>
45
46 For list of available properties check the imported
47 nbproject/build-impl.xml file.
48
49
50 Other way how to customize the build is by overriding existing main targets.
51 The target of interest are:
52
53 init-macrodef-javac: defines macro for javac compilation
54 init-macrodef-debug: defines macro for class debugging
55 do-dist: archive building
56 run: execution of project
57 javadoc-build: javadoc generation
58
59 Example of overriding the target for project execution could look like
60
61 <target name="run" depends="<PROJNAME>-impl.jar">
62 <exec dir="bin" executable="launcher.exe">
63 <arg file="${dist.jar}"/>
64 </exec>
65 </target>
66
67 Notice that overridden target depends on jar target and not only on
68 compile target as regular run target does. Again, for list of available
69 properties which you can use check the target you are overriding in
70 nbproject/build-impl.xml file.
71
72 -->
73 <!-- Had to pull this out of jaxws-build.xml because it copied the wsdl, but for some reason it
74 did not copy the schemas. We have to copy the schemas ourselves or it will not deploy. -->
75 <target name="wsimport-service-DocQuery" depends="wsimport-init,wsimport-service-check-DocQuery" unless="wsimport-service-DocQuery.notRequired">
76 <wsimport xendorsed="true" sourcedestdir="${build.generated.dir}/wsimport/service" extension="true" verbose="true" destdir="${build.generated.dir}/wsimport/binaries" wsdl="${basedir}/${meta.inf}/xml-resources/web-services/DocQuery/wsdl/NhinDocQuery.wsdl" catalog="catalog.xml"/>
77 <echo message="copy wsdl's" />
78 <copy todir="${basedir}/${meta.inf}/wsdl/DocQuery">
79 <fileset dir="${basedir}/${meta.inf}/xml-resources/web-services/DocQuery/wsdl/"/>
80 </copy>
81
82 <echo message="copy schemas" />
83 <copy todir="${basedir}/${meta.inf}/wsdl/schemas/">
84 <fileset dir="${basedir}/${meta.inf}/xml-resources/web-services/DocQuery/schemas/" />
85 </copy>
86 </target>
87
88 <target name="wsimport-client-NhincDocQuery" depends="wsimport-init,wsimport-client-check-NhincDocQuery" unless="wsimport-client-NhincDocQuery.notRequired">
89 <wsimport xendorsed="true" sourcedestdir="${build.generated.dir}/wsimport/client" extension="true" destdir="${build.generated.dir}/wsimport/binaries" wsdl="${basedir}/${meta.inf}/xml-resources/web-service-references/NhincDocQuery/wsdl/NhincDocQuery.wsdl" wsdlLocation="file:/C:/projects/nhinc/Current/Product/Production/Common/Interfaces/src/wsdl/NhincDocQuery.wsdl" catalog="catalog.xml"/>
90 <echo message="generating binaries for referenced wsdl"/>
91 <copy todir="${classes.dir}">
92 <fileset dir="${build.generated.dir}/wsimport/binaries" includes="**/*.xml"/>
93 </copy>
94
95 <echo message="copy wsdl's" />
96 <copy todir="${basedir}/${meta.inf}/wsdl/client/NhincDocQuery">
97 <fileset dir="${basedir}/${meta.inf}/xml-resources/web-service-references/NhincDocQuery/wsdl/"/>
98 </copy>
99
100 <echo message="copy schemas" />
101 <copy todir="${basedir}/${meta.inf}/wsdl/client/schemas/">
102 <fileset dir="${basedir}/${meta.inf}/xml-resources/web-service-references/NhincDocQuery/schemas/" />
103 </copy>
104 </target>
105
106
107 <target depends="init" if="no.dist.ear.dir" name="-deps-module-jar" unless="no.deps">
108 <property name="project.NhincLib.Absolute" location="${project.NhincLib}"/>
109 <property name="project.NhincSamlTokenExtractionLib.Absolute" location="${project.NhincSamlTokenExtractionLib}"/>
110
111 <ant dir="${project.NhincLib.Absolute}" antfile="${project.NhincLib.Absolute}/build.xml" inheritall="false" target="jar"/>
112 <ant dir="${project.NhincSamlTokenExtractionLib.Absolute}" antfile="${project.NhincSamlTokenExtractionLib.Absolute}/build.xml" inheritall="false" target="jar"/>
113 </target>
114 <target depends="init" if="dist.ear.dir" name="-deps-ear-jar" unless="no.deps">
115
116 <property name="project.NhincLib.Absolute" location="${project.NhincLib}"/>
117 <property name="project.NhincSamlTokenExtractionLib.Absolute" location="${project.NhincSamlTokenExtractionLib}"/>
118
119 <ant dir="${project.NhincLib.Absolute}" antfile="${project.NhincLib.Absolute}/build.xml" inheritall="false" target="jar"/>
120 <ant dir="${project.NhincSamlTokenExtractionLib.Absolute}" antfile="${project.NhincSamlTokenExtractionLib.Absolute}/build.xml" inheritall="false" target="jar"/>
121 </target>
122
123 <target depends="init" if="no.dist.ear.dir" name="deps-clean" unless="no.deps">
124 <property name="project.NhincLib.Absolute" location="${project.NhincLib}"/>
125 <property name="project.NhincSamlTokenExtractionLib.Absolute" location="${project.NhincSamlTokenExtractionLib}"/>
126
127 <ant dir="${project.NhincLib.Absolute}" antfile="${project.NhincLib.Absolute}/build.xml" inheritall="false" target="clean"/>
128 <ant dir="${project.NhincSamlTokenExtractionLib.Absolute}" antfile="${project.NhincSamlTokenExtractionLib.Absolute}/build.xml" inheritall="false" target="clean"/>
129 </target>
130
131
132 <target depends="compile" name="library-inclusion-in-archive">
133 <copy file="${reference.NhincSamlTokenExtractionLib.jar}" todir="${build.classes.dir}"/>
134 <copy file="${reference.NhincLib.jar}" todir="${build.classes.dir}"/>
135 </target>
136 <target depends="compile" name="library-inclusion-in-manifest">
137 <basename file="${reference.NhincSamlTokenExtractionLib.jar}" property="included.lib.reference.NhincSamlTokenExtractionLib.jar"/>
138 <copy file="${reference.NhincSamlTokenExtractionLib.jar}" todir="${dist.ear.dir}"/>
139 <basename file="${reference.NhincLib.jar}" property="included.lib.reference.NhincLib.jar"/>
140 <copy file="${reference.NhincLib.jar}" todir="${dist.ear.dir}"/>
141 <manifest file="${build.ear.classes.dir}/META-INF/MANIFEST.MF" mode="update">
142 <attribute name="Class-Path" value="${included.lib.reference.NhincSamlTokenExtractionLib.jar} ${included.lib.reference.NhincLib.jar} "/>
143 </manifest>
144 </target>
145
146</project>
Note: See TracBrowser for help on using the repository browser.