Revision 1470
Added by Jing Tao almost 22 years ago
build.xml | ||
---|---|---|
92 | 92 |
value="${morphosourcedir}/lib/httpclient.jar" /> |
93 | 93 |
<property name="itis" |
94 | 94 |
value="${morphosourcedir}/lib/itislib.jar" /> |
95 |
<property name="emlparser" |
|
96 |
value="lib/eml.jar" /> |
|
97 |
<property name="configxml" |
|
98 |
value="lib/configxml.jar" /> |
|
95 | 99 |
|
96 | 100 |
</target> |
97 | 101 |
|
... | ... | |
118 | 122 |
value=":ext:tao@cvs.ecoinformatics.org:/cvs" /> |
119 | 123 |
|
120 | 124 |
<property name="cpath" |
121 |
value="${xmlp}:${xalan}:${apis}:${jdbc}:${jsdk}:${srb}:${cos}:${morpho}"/> |
|
125 |
value="${xmlp}:${xalan}:${apis}:${jdbc}:${jsdk}:${srb}:${cos}:${morpho}:${emlparser}"/>
|
|
122 | 126 |
|
123 | 127 |
<filter token="docrooturl" value="./" /> |
124 | 128 |
<filter token="jdbc-connect" value="${jdbc-connect}"/> |
... | ... | |
275 | 279 |
<copy file="${cos}" |
276 | 280 |
tofile="${installdir}/WEB-INF/lib/cos.jar" /> |
277 | 281 |
<copy file="${morpho}" |
278 |
tofile="${installdir}/WEB-INF/lib/morpho.jar" /> |
|
282 |
tofile="${installdir}/WEB-INF/lib/morpho.jar" /> |
|
283 |
<copy file="${emlparser}" |
|
284 |
tofile="${installdir}/WEB-INF/lib/eml.jar" /> |
|
285 |
<copy file="${configxml}" |
|
286 |
tofile="${installdir}/WEB-INF/lib/configxml.jar" /> |
|
279 | 287 |
<copy file="lib/web.xml" |
280 | 288 |
tofile="${installdir}/WEB-INF/web.xml" /> |
281 | 289 |
<copy todir="${build.img}" filtering="no"> |
Also available in: Unified diff
Add eml.jar into class path and copy eml.jar and configxml.jar into web-info/lib