vmassol     01/11/16 11:47:55

  Modified:    conf/sample/build/share build-share.xml
  Log:
  added aspectj and httpunit jars for building the sample application - HttpUnit is 
not packaged in the final sample distribution but aspectj is (it is mandatory for 
running the project)
  
  Revision  Changes    Path
  1.10      +4 -0      jakarta-cactus/conf/sample/build/share/build-share.xml
  
  Index: build-share.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-cactus/conf/sample/build/share/build-share.xml,v
  retrieving revision 1.9
  retrieving revision 1.10
  diff -u -r1.9 -r1.10
  --- build-share.xml   2001/09/15 12:40:42     1.9
  +++ build-share.xml   2001/11/16 19:47:55     1.10
  @@ -202,6 +202,7 @@
                   <pathelement location="${servlet.jar}"/>
                   <pathelement location="${cactus.jar}"/>
                   <pathelement location="${junit.jar}"/>
  +                <pathelement location="${httpunit.jar}"/>
                   <pathelement path="${java.class.path}"/>
               </classpath>
   
  @@ -384,6 +385,8 @@
                   <pathelement location="${cactus.jar}"/>
                   <pathelement location="${junit.jar}"/>
                   <pathelement location="${httpclient.jar}"/>
  +                <pathelement location="${httpunit.jar}"/>
  +                <pathelement location="${aspectjrt.jar}"/>
                   <pathelement location="${out.classes.dir}"/>
                   <pathelement path="${java.class.path}"/>
               </classpath>
  @@ -418,6 +421,7 @@
           <copy tofile="${out.lib.dir}/junit.jar" file="${junit.jar}"/>
           <copy tofile="${out.lib.dir}/httpclient.jar" file="${httpclient.jar}"/>
           <copy tofile="${out.lib.dir}/cactus.jar" file="${cactus.jar}"/>
  +        <copy tofile="${out.lib.dir}/aspectjrt.jar" file="${aspectjrt.jar}"/>
   
           <!-- Make sure the directory for the war exist -->
           <mkdir dir="${out.test.dir}"/>
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to