Changeset 2482
- Timestamp:
- 09/30/08 17:32:25 (3 months ago)
- Location:
- trunk/otis
- Files:
-
- 2 modified
-
build.xml (modified) (4 diffs)
-
otis.war.targets.xml (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/otis/build.xml
r2481 r2482 28 28 <property name="war.config.dir" value="${out.config.root.dir}/war"/> 29 29 <property name="sdk.config.dir" value="${out.config.root.dir}/sdk"/> 30 <property name="dep.lib.dir" value="${build.dir}/deplibs" /> 30 31 31 32 <property name="war.demo.file" value="otisDemo.war" /> … … 38 39 <property name="war.test.file" value="${test.name.prefix}-${project.version}.war"/> 39 40 41 42 40 43 <import file="otis.war.targets.xml"/> 41 44 <import file="other.targets.xml" optional="true"/> 42 45 43 46 <target name="clean"> 44 <delete dir="${build.dir}" />47 <delete dir="${build.dir}" /> 45 48 <delete dir="${junit.output.dir}" /> 46 49 <delete dir="${test.name.prefix}" /> … … 231 234 232 235 <target name="-warbuilder" depends="jar.nosrc,compile.srv"> 236 <delete dir="${dep.lib.dir}" /> 237 238 <mkdir dir="${dep.lib.dir}"/> 239 240 <copy toDir="${dep.lib.dir}" overwrite="true" flatten="true"> 241 <fileset refid="${war.cp.fileset.id}" /> 242 </copy> 243 233 244 <war 234 245 destfile="${build.dir}/${war.file.name}" … … 251 262 <lib dir="${lib.dir}/srv/config" includes="*.jar" /> 252 263 <!-- cp and dependencies (set by caller) --> 253 <lib refid="${war.cp.fileset.id}" />264 <lib dir="${dep.lib.dir}" /> 254 265 255 266 </war> -
trunk/otis/otis.war.targets.xml
r2481 r2482 55 55 GET_RoleResponse.fmt 56 56 "/> 57 <fileset id="war.wag.cp.fileset" dir="${lib.dir} /cp-jndi" includes="*.jar" />57 <fileset id="war.wag.cp.fileset" dir="${lib.dir}" includes="cp-jndi/*.jar cp-xmlfile/*.jar cp-inmem/*.jar" /> 58 58 <target name="war.wag"> 59 59 <concat destfile="${out.config.root.dir}/filter.properties">