You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by hu...@apache.org on 2003/08/12 21:33:56 UTC

cvs commit: jakarta-commons-sandbox/chain PROPOSAL.html build.xml

husted      2003/08/12 12:33:56

  Modified:    chain    PROPOSAL.html build.xml
  Log:
  Fix typographical errors.
  
  Revision  Changes    Path
  1.2       +2 -2      jakarta-commons-sandbox/chain/PROPOSAL.html
  
  Index: PROPOSAL.html
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/chain/PROPOSAL.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- PROPOSAL.html	11 Aug 2003 04:44:16 -0000	1.1
  +++ PROPOSAL.html	12 Aug 2003 19:33:56 -0000	1.2
  @@ -72,7 +72,7 @@
   <li><strong>Filter</strong> - A specialized <code>Command</code> that requires
       any <code>Chain</code> that executes it to promise a later call to the
       <code>postprocess()</code> method if its <code>execute()</code> method
  -    was ever called, even in the face of exceptions being thrown by subseuqently
  +    was ever called, even in the face of exceptions being thrown by subsequently
       called commands.</li>
   <li><strong>Context</strong> - A container for attributes and properties that
       represent the dynamic state of the computation being performed by a
  @@ -101,7 +101,7 @@
       Optional, compiled only if commons-digester.jar is available.</li>
   <li><strong>org.apache.commons.web</strong> - Abstract implementation
       of <code>Context</code> that represents the fundamental characteristics
  -    of request, session, and application scope objects in a web appication
  +    of request, session, and application scope objects in a web application
       environment, without being tied specificaly to the Servlet or Portlet
       APIs.  These characteristics are exposed under property names that are
       identical to the "implicit variables" of the expression language that is
  
  
  
  1.2       +4 -4      jakarta-commons-sandbox/chain/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/chain/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml	11 Aug 2003 04:44:16 -0000	1.1
  +++ build.xml	12 Aug 2003 19:33:56 -0000	1.2
  @@ -180,9 +180,9 @@
         <classpath refid="compile.classpath"/>
         <exclude    name="org/apache/commons/chain/web/faces/*.java"
                   unless="faces.present"/>
  -      <exclude    name="org/apache/commons/chain/web/portet/*.java"
  +      <exclude    name="org/apache/commons/chain/web/portlet/*.java"
                   unless="portlet.present"/>
  -      <exclude    name="org/apache/commons/chain/web/Servlet*.java"
  +      <exclude    name="org/apache/commons/chain/web/servlet/*.java"
                   unless="servlet.present"/>
         <exclude    name="org/apache.commons/chain/config/*.java"
                   unless="digester.present"/>
  @@ -289,7 +289,7 @@
     <target name="test"  depends="compile.tests"
      description="Run all unit test cases">
   
  -    <junit printsummary="yes" fork="yes"
  +    <junit printsummary="yes" fork="no"
             haltonfailure="yes" haltonerror="yes">
   
         <classpath refid="test.classpath"/>
  
  
  

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