> > > > Any thoughts on going maven in 1.2? > > > > It's definitely on the list of things I want to look at. I'd sure like to > see them get to a 1.0 final first, though. >
Ya, I heard they are waiting for Struts 1.1 Final Release (DOH!! Just kidding) > > The quickest solution for me (temporary solution, since my refresh > > overwrites everything) was to change the struts-el from: > > <property file="${user.home}/build.properties"/> > > > > to: > > <property file="../../build.properties"/> > > > > Why not just add this as a third source of properties? +1 (for what its worth) .... but wouldn't the following just overwrite what you specify? /jakarta-struts/contrib/struts-el/build.xml:52 <!-- Default values for unspecified properties --> <property name="jdbc20ext.jar" value="../jdbc2_0-stdext.jar"/> <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="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" value="../jakarta-taglibs/dist/lib/standard.jar"/> <property name="commons-beanutils.jar" value="../jakarta-commons/beanutils/dist/lib/beanutils.jar"/> James Mitchell Software Engineer/Struts Evangelist http://www.open-tools.org -- To unsubscribe, e-mail: <mailto:struts-dev-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:struts-dev-help@;jakarta.apache.org>