You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@struts.apache.org by cr...@apache.org on 2003/05/03 19:05:20 UTC

cvs commit: jakarta-struts/contrib/struts-el build.xml

craigmcc    2003/05/03 10:05:20

  Modified:    contrib/struts-el build.xml
  Log:
  Document the required "struts.home" property, and fix the reference that
  was causing an "ant dist" from the top-level build.xml file to fail.  This
  will also fix the problem with the nightly builds ommitting the struts-el
  package.
  
  Revision  Changes    Path
  1.14      +6 -1      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.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- build.xml	25 Apr 2003 03:11:24 -0000	1.13
  +++ build.xml	3 May 2003 17:05:20 -0000	1.14
  @@ -29,7 +29,12 @@
                                         classes to compile against (currently,
                                         either version 2.2 or 2.3 supported).
   
  +        struts.home                   Base directory of your Struts binary
  +                                      distribution (or of the "dist" directory
  +                                      of a build environment)
  +
           struts.jar                    The path to the base Struts jar file.
  +
           struts-el.jar                 The path to the base Struts-EL jar file.
   
           jstl.home                     The path to the root of the JSTL
  @@ -220,7 +225,7 @@
   -->
     <copy todir="${build.home}/library">
      <fileset dir="${jstl.home}/tld" includes="*.tld"/>
  -   <fileset dir="${struts.home}/dist/lib" includes="*.tld"/>
  +   <fileset dir="${struts.home}/lib" includes="*.tld"/>
     </copy>
    </target>
   
  
  
  

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