You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by ma...@apache.org on 2004/11/14 04:55:15 UTC

svn commit: rev 65586 - struts/el/trunk

Author: martinc
Date: Sat Nov 13 19:55:15 2004
New Revision: 65586

Modified:
   struts/el/trunk/build.xml
Log:
Add a default value for struts.core.home. I'm not completely convinced that this is a good idea, because it is based on two assumptions:

1) The checked out path matches the repo path.
2) The trunk is being built.

The second of these could potentially cause problems for someone trying to build a branch or tag, forgetting to set this property to also specify the branch or tag.

However, I figured that overall, having the default might cause fewer breakages for people - at least people who retain the repo structure on their local disk (even if I'm not one of that group ;).

Modified: struts/el/trunk/build.xml
==============================================================================
--- struts/el/trunk/build.xml	(original)
+++ struts/el/trunk/build.xml	Sat Nov 13 19:55:15 2004
@@ -64,6 +64,14 @@
  <property name="commons-beanutils.jar"
            value="../jakarta-commons/beanutils/dist/lib/beanutils.jar"/>
 
+ <!--
+     Location of other Struts subprojects
+
+     These default values assume that the checked out locations are the same
+     as the full repository paths, and that you are building the trunk.
+ -->
+ <property name="struts.core.home" value="../../core/trunk"/>
+
  <!-- ========== Initialization Properties ================================= -->
 
  <!--

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@struts.apache.org
For additional commands, e-mail: dev-help@struts.apache.org