jefft 2003/01/21 20:33:45 Modified: fortress build.xml Log: Fortress unit tests require excalibur-i18n.jar at runtime. Revision Changes Path 1.66 +2 -1 jakarta-avalon-excalibur/fortress/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-avalon-excalibur/fortress/build.xml,v retrieving revision 1.65 retrieving revision 1.66 diff -u -r1.65 -r1.66 --- build.xml 21 Jan 2003 13:30:50 -0000 1.65 +++ build.xml 22 Jan 2003 04:33:45 -0000 1.66 @@ -57,7 +57,7 @@ <pathelement location="${excalibur-monitor.jar}"/> <pathelement location="${excalibur-xmlutil.jar}"/> <pathelement location="${excalibur-scratchpad.jar}"/> -<!-- <pathelement location="${excalibur-i18n.jar}"/> --> + <pathelement location="${excalibur-i18n.jar}"/> <pathelement location="${xalan.jar}"/> <pathelement location="${jaxen-full.jar}"/> <path refid="project.class.path"/> @@ -144,6 +144,7 @@ <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkCache"/> <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkMonitor"/> <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkXMLUtil"/> + <ant antfile="${depchecker.prefix}/depchecker.xml" target="checkI18n"/> </target> <target name="path-builder" depends="path-with-meta,path-without-meta"/>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>