Mercurial > public > develkit
annotate ivy-ant.xml @ 18:e4c45fd105ea
TL-32: Modify iivy-ant to retrieve 'runtime' conf for web libraries.
author | smith@nwoca.org |
---|---|
date | Tue, 11 Jan 2011 19:02:58 -0500 |
parents | 26a4d8410fdf |
children | 2632897c8a2b |
rev | line source |
---|---|
4 | 1 <?xml version="1.0" encoding="UTF-8"?> |
8
26a4d8410fdf
TL-32: Refactor ivy include for non-ivy based projects.
smith@nwoca.org
parents:
4
diff
changeset
|
2 <project name="ivy-ant" basedir="." |
26a4d8410fdf
TL-32: Refactor ivy include for non-ivy based projects.
smith@nwoca.org
parents:
4
diff
changeset
|
3 xmlns:ivy="antlib:fr.jayasoft.ivy.ant" |
26a4d8410fdf
TL-32: Refactor ivy include for non-ivy based projects.
smith@nwoca.org
parents:
4
diff
changeset
|
4 xmlns:ssdt="http://www.ssdt-ohio.org/ant/common"> |
18
e4c45fd105ea
TL-32: Modify iivy-ant to retrieve 'runtime' conf for web libraries.
smith@nwoca.org
parents:
8
diff
changeset
|
5 |
e4c45fd105ea
TL-32: Modify iivy-ant to retrieve 'runtime' conf for web libraries.
smith@nwoca.org
parents:
8
diff
changeset
|
6 <property name="ssdt.ivy.jar.src" value="http://ivy.ssdt.nwoca.org/repository/ivy/ivy.jar"/> |
e4c45fd105ea
TL-32: Modify iivy-ant to retrieve 'runtime' conf for web libraries.
smith@nwoca.org
parents:
8
diff
changeset
|
7 <property name="ssdt.ivy.settings.src" value="${ssdt.devel.kit.src}/ssdt.default.ivy.settings.xml"/> |
8
26a4d8410fdf
TL-32: Refactor ivy include for non-ivy based projects.
smith@nwoca.org
parents:
4
diff
changeset
|
8 |
26a4d8410fdf
TL-32: Refactor ivy include for non-ivy based projects.
smith@nwoca.org
parents:
4
diff
changeset
|
9 <ssdt:fetch dest="${user.home.ant.lib}/ivy.jar" |
26a4d8410fdf
TL-32: Refactor ivy include for non-ivy based projects.
smith@nwoca.org
parents:
4
diff
changeset
|
10 src="${ssdt.ivy.jar.src}"/> |
4 | 11 |
12 <dirname property="ivy.home" file="${ant.file.ivy-ant}"/> | |
13 <property name="ivy-ant.location" location="${ant.file.ivy-ant}"/> | |
14 <dirname property="ivy-ant.base" file="${ivy-ant.location}"/> | |
15 | |
16 <property name="ivy.default.cache.dir" | |
17 value="${user.home}/.ivy2/cache"/> | |
18 <property name="ivy.default.ivy.user.dir" | |
19 value="${user.home}/.ivy2"/> | |
20 <property name="ivy.local.default.root" | |
21 value="${user.home}/.ivy2/local"/> | |
22 | |
8
26a4d8410fdf
TL-32: Refactor ivy include for non-ivy based projects.
smith@nwoca.org
parents:
4
diff
changeset
|
23 <ssdt:fetch dest="${ssdt.devel.kit}/ssdt.default.ivy.settings.xml" |
26a4d8410fdf
TL-32: Refactor ivy include for non-ivy based projects.
smith@nwoca.org
parents:
4
diff
changeset
|
24 src="${ssdt.ivy.settings.src}"/> |
26a4d8410fdf
TL-32: Refactor ivy include for non-ivy based projects.
smith@nwoca.org
parents:
4
diff
changeset
|
25 |
4 | 26 <target name="ivy-report" depends="init"> |
27 <mkdir dir="${build.dir}/ivy"/> | |
28 <ivy:resolve log="quiet" file="ivy.xml"/> | |
29 <ivy:report todir="${build.dir}/ivy" conf="*"/> | |
30 </target> | |
31 | |
32 <target name="ivy-info" depends="init"> | |
33 <ivy:info file="ivy.xml" property="ivy.project"/> | |
34 <echoproperties prefix="ivy.project"/> | |
35 </target> | |
36 | |
37 <target name="ivy-clean" description="cleans ssdt caches and local builds" depends="init"> | |
38 <delete failonerror="false" includeemptydirs="true"> | |
39 <fileset dir="${user.home}/.ivy2/cache"> | |
40 <include name="org.ssdt_ohio/**"/> | |
41 <include name="org.nwoca.ssdt/**"/> | |
42 <include name="*org*.ssdt*.*"/> | |
43 </fileset> | |
44 </delete> | |
45 <delete dir="${user.home}/.ivy2/ssdt-cache" failonerror="false"/> | |
46 <delete dir="${user.home}/.ivy2/local" failonerror="false"/> | |
47 </target> | |
48 | |
49 <target name="-ivy-retrieve-custom" depends="-ivy-define-classpaths,-ivy-retrieve-web-jars"> | |
50 </target> | |
51 | |
52 <target name="-ivy-copy-webjars" if="build.web.dir"> | |
53 <ivy:resolve log="quiet" file="ivy.xml"/> | |
18
e4c45fd105ea
TL-32: Modify iivy-ant to retrieve 'runtime' conf for web libraries.
smith@nwoca.org
parents:
8
diff
changeset
|
54 <ivy:retrieve pattern="${basedir}/${build.web.dir}/WEB-INF/lib/[artifact]-[revision].[ext]" type="jar" conf="runtime"/> |
4 | 55 </target> |
56 | |
57 <target name="-ivy-retrieve-web-jars" if="build.web.dir"> | |
18
e4c45fd105ea
TL-32: Modify iivy-ant to retrieve 'runtime' conf for web libraries.
smith@nwoca.org
parents:
8
diff
changeset
|
58 <ivy:retrieve pattern="${basedir}/${build.web.dir}/WEB-INF/lib/[artifact]-[revision].[ext]" type="jar" conf="runtime"/> |
4 | 59 </target> |
60 | |
61 <target name="-ivy-define-classpaths"> | |
62 <!-- Custom SSDT retrieve target to replaced IvyBean's default -ivy-retrieve. | |
63 Builds a separate classpath for javac, javac.test, run, run.test, etc based | |
64 on the ivy configurations similer to how NetBeans would build them. | |
65 Uses "ivy:cachepath" instead of "ivy:retrieve". Although is is contrary | |
66 to "best practice" it avoids transfering all jars to build directory and | |
67 avoids problem with 'clean'. NetBeans and ant don't care where the files | |
68 are on disk and the builds are dependent on Ivy anyway. But the "runtime" jars | |
69 are still placed in dist/libs based on the correct run.classpath built by this | |
70 target. | |
71 --> | |
72 <ivy:settings file="ivysettings.xml"/> | |
73 <ivy:resolve log="download-only" file="ivy.xml"/> | |
74 | |
75 <ivy:cachepath pathid="ivy.javac.classpath.id" conf="compile" type="jar"/> | |
76 <pathconvert dirsep="/" pathsep="${path.separator}" property="ivy.javac.classpath"> | |
77 <path refid="ivy.javac.classpath.id"/> | |
78 <!--map from="${basedir}${file.separator}" to=""/--> | |
79 </pathconvert> | |
80 <property name="old.javac.classpath" value="${javac.classpath}"/> | |
81 <var name="javac.classpath" unset="true"/> | |
82 <if> | |
83 <equals arg1="${old.javac.classpath}" arg2=""/> | |
84 <then> | |
85 <property name="javac.classpath" value="${ivy.javac.classpath}"/> | |
86 </then> | |
87 <else> | |
88 <property name="javac.classpath" value="${old.javac.classpath}${path.separator}${ivy.javac.classpath}"/> | |
89 </else> | |
90 </if> | |
91 <echo level="debug" message="$${javac.classpath} : ${javac.classpath}"/> | |
92 | |
93 <ivy:cachepath pathid="ivy.javac.test.classpath.id" conf="compile,compile-test" type="jar"/> | |
94 <pathconvert dirsep="/" pathsep="${path.separator}" property="ivy.javac.test.classpath"> | |
95 <path refid="ivy.javac.test.classpath.id"/> | |
96 <!--map from="${basedir}${file.separator}" to=""/--> | |
97 </pathconvert> | |
98 <property name="old.javac.test.classpath" value="${javac.test.classpath}"/> | |
99 <var name="javac.test.classpath" unset="true"/> | |
100 <if> | |
101 <equals arg1="${old.javac.test.classpath}" arg2=""/> | |
102 <then> | |
103 <property name="javac.test.classpath" value="${ivy.javac.test.classpath}"/> | |
104 </then> | |
105 <else> | |
106 <property name="javac.test.classpath" value="${old.javac.test.classpath}${path.separator}${ivy.javac.test.classpath}"/> | |
107 </else> | |
108 </if> | |
109 <echo level="debug" message="$${javac.test.classpath} : ${javac.test.classpath}"/> | |
110 | |
111 <ivy:cachepath pathid="ivy.run.classpath.id" conf="compile,runtime" type="jar"/> | |
112 <pathconvert dirsep="/" pathsep="${path.separator}" property="ivy.run.classpath"> | |
113 <path refid="ivy.run.classpath.id"/> | |
114 <!--map from="${basedir}${file.separator}" to=""/--> | |
115 </pathconvert> | |
116 <property name="old.run.classpath" value="${run.classpath}"/> | |
117 <var name="run.classpath" unset="true"/> | |
118 <if> | |
119 <equals arg1="${old.run.classpath}" arg2="$${run.classpath}"/> | |
120 <then> | |
121 <property name="run.classpath" value="${ivy.run.classpath}"/> | |
122 </then> | |
123 <else> | |
124 <property name="run.classpath" value="${old.run.classpath}${path.separator}${ivy.run.classpath}"/> | |
125 </else> | |
126 </if> | |
127 <echo level="debug" message="$${run.classpath} : ${run.classpath}"/> | |
128 | |
129 | |
130 <ivy:cachepath pathid="ivy.run.test.classpath.id" conf="compile,compile-test,runtime,runtime-test" type="jar"/> | |
131 <pathconvert dirsep="/" pathsep="${path.separator}" property="ivy.run.test.classpath"> | |
132 <path refid="ivy.run.test.classpath.id"/> | |
133 <!--map from="${basedir}${file.separator}" to=""/--> | |
134 </pathconvert> | |
135 | |
136 <property name="old.run.test.classpath" value="${run.test.classpath}"/> | |
137 <var name="run.test.classpath" unset="true"/> | |
138 <if> | |
139 <equals arg1="${old.run.test.classpath}" arg2="$${run.test.classpath}"/> | |
140 <then> | |
141 <property name="run.test.classpath" value="${ivy.run.test.classpath}"/> | |
142 </then> | |
143 <else> | |
144 <property name="run.test.classpath" value="${old.run.test.classpath}${path.separator}${ivy.run.test.classpath}"/> | |
145 </else> | |
146 </if> | |
147 <echo level="debug" message="$${run.test.classpath} : ${run.test.classpath}"/> | |
148 | |
149 <ivy:cachepath pathid="ivy.debug.classpath.id" conf="compile,runtime" type="jar"/> | |
150 <pathconvert dirsep="/" pathsep="${path.separator}" property="ivy.debug.classpath"> | |
151 <path refid="ivy.debug.classpath.id"/> | |
152 <!--map from="${basedir}${file.separator}" to=""/--> | |
153 </pathconvert> | |
154 <property name="old.debug.classpath" value="${debug.classpath}"/> | |
155 <var name="debug.classpath" unset="true"/> | |
156 <if> | |
157 <equals arg1="${old.debug.classpath}" arg2="$${debug.classpath}"/> | |
158 <then> | |
159 <property name="debug.classpath" value="${ivy.debug.classpath}"/> | |
160 </then> | |
161 <else> | |
162 <property name="debug.classpath" value="${old.debug.classpath}${path.separator}${ivy.debug.classpath}"/> | |
163 </else> | |
164 </if> | |
165 <echo level="debug" message="$${debug.classpath} : ${debug.classpath}"/> | |
166 | |
167 <ivy:cachepath pathid="ivy.debug.test.classpath.id" conf="compile,compile-test,runtime,runtime-test" type="jar"/> | |
168 <pathconvert dirsep="/" pathsep="${path.separator}" property="ivy.debug.test.classpath"> | |
169 <path refid="ivy.debug.test.classpath.id"/> | |
170 <!--map from="${basedir}${file.separator}" to=""/--> | |
171 </pathconvert> | |
172 <property name="old.debug.test.classpath" value="${debug.test.classpath}"/> | |
173 <var name="debug.test.classpath" unset="true"/> | |
174 <if> | |
175 <equals arg1="${old.debug.test.classpath}" arg2="$${debug.test.classpath}"/> | |
176 <then> | |
177 <property name="debug.test.classpath" value="${ivy.debug.test.classpath}"/> | |
178 </then> | |
179 <else> | |
180 <property name="debug.test.classpath" value="${old.debug.test.classpath}${path.separator}${ivy.debug.test.classpath}"/> | |
181 </else> | |
182 </if> | |
183 <echo level="debug" message="$${debug.test.classpath} : ${debug.test.classpath}"/> | |
184 </target> | |
185 | |
186 | |
187 <target name="-ivy-javaagent" description="Retrieves load time weaver java agent"> | |
188 <property name="java.agent.org" value="org.springframework"/> | |
189 <property name="java.agent.module" value="org.springframework.instrument"/> | |
190 <property name="java.agent.revision" value="3.0.1.RELEASE-A"/> | |
191 <ivy:resolve resolveId="javaagentid" | |
192 organisation="${java.agent.org}" | |
193 module="${java.agent.module}" | |
194 revision="${java.agent.revision}" | |
195 type="jar" | |
196 inline="true" | |
197 keep="true" | |
198 log="quiet"/> | |
199 <ivy:retrieve | |
200 resolveid="javaagentid" | |
201 pattern="${basedir}/${build.dir}/${lib.dir}/java-agent.[ext]" | |
202 type="jar" | |
203 log="quiet"/> | |
204 <property name="java.agent.jar" | |
205 value="build/jar/java-agent.jar"/> | |
206 </target> | |
207 | |
208 | |
209 </project> |