dmkarr 2002/10/13 20:15:22 Modified: contrib/struts-el build.xml Log: Fixed build.home setting, to make both unit tests and webapp build work. Revision Changes Path 1.5 +3 -2 jakarta-struts/contrib/struts-el/build.xml Index: build.xml =================================================================== RCS file: /home/cvs/jakarta-struts/contrib/struts-el/build.xml,v retrieving revision 1.4 retrieving revision 1.5 diff -u -r1.4 -r1.5 --- build.xml 2 Oct 2002 14:01:13 -0000 1.4 +++ build.xml 14 Oct 2002 03:15:22 -0000 1.5 @@ -54,7 +54,7 @@ <property name="servlet.jar" value="../jakarta-servletapi/lib/servlet.jar"/> <property name="struts.jar" value="../jakarta-struts/dist/lib/struts.jar"/> <property name="struts-el.jar" - value="../jakarta-struts/dist/lib/struts-el.jar"/> + value="dist/lib/struts-el.jar"/> <property name="jstl.home" value="../jakarta-taglibs/dist"/> <property name="jstl.jar" value="../jakarta-taglibs/dist/lib/jstl.jar"/> <property name="jstl-standard.jar" @@ -72,7 +72,8 @@ --> <!-- Output directory name for all files generated by the build process --> - <property name="build.home" value="target"/> +<!-- <property name="build.home" value="${basedir}/contrib/struts-el/target"/> --> + <property name="build.home" value="${basedir}/target"/> <!-- Should Java compilations set the debug compiler option? --> <property name="compile.debug" value="true" />
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>