You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@commons.apache.org by ni...@apache.org on 2002/08/29 09:08:09 UTC

cvs commit: jakarta-commons-sandbox/morphos build.xml status.xml

nicolaken    2002/08/29 00:08:09

  Modified:    morphos  build.xml status.xml
  Log:
  After some net problems, Sven is connected to the net again, and
  here is another patch!
  Thanks, man, keep them rolling... till I get up and call a vote for you that is ;-)
  
  <action dev="nicolaken" type="add" due-to="Sven Kuenzler" due-to-email="svenk@tzi.de" context="code">
    Added the Locator interface, to separate the getting of a resource
     from the actual processing.
  </action>
  
  Revision  Changes    Path
  1.2       +2 -1      jakarta-commons-sandbox/morphos/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/morphos/build.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- build.xml	25 Jul 2002 13:16:41 -0000	1.1
  +++ build.xml	29 Aug 2002 07:08:09 -0000	1.2
  @@ -296,6 +296,7 @@
              >
            <arg value="src/examples/hypothetical-sales.xml"/>
            <arg value="build/hypothetical-sales.xls"/>
  +         <arg value="src/examples/stylesheets/test2.xsl"/>
            <classpath>
              <pathelement location="${build.dir}/${name}.jar"/>
              <path refid="compile.classpath"/>
  
  
  
  1.3       +19 -1     jakarta-commons-sandbox/morphos/status.xml
  
  Index: status.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-commons-sandbox/morphos/status.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- status.xml	5 Aug 2002 13:35:13 -0000	1.2
  +++ status.xml	29 Aug 2002 07:08:09 -0000	1.3
  @@ -13,10 +13,28 @@
         Add Morphers using Batik, Cocoon, Jaxp, etc.
       </action>
      </actions>
  - </todo>
  +   <actions priority="low">
  +    <action context="code" dev="open">
  +     <code>
  +      Why not make a MorpherPipelineBuilder , with a
  +
  +      MorpherPipelineBuilder.addFactory(MorpherFactory x);
  +      MorpherPipelineBuilder.addPipeline(MorpherPipeline x);
  +      MorpherPipelineBuilder.addStage(morpherName1 x);
  +      MorpherPipelineBuilder.addStage(morpherName2 x);
  +      MorpherPipelineBuilder.addStage(morpherName3 x);
  +      MorpherPipeline MorpherPipelineBuilder.getMorpherPipeline();
  +     </code>
  +    </action>
  +   </actions>   
  +   
  +</todo>
   
     <changes>
      <release version="1.0-dev" date="2002">
  +    <action dev="nicolaken" type="add" due-to="Sven Kuenzler" due-to-email="svenk@tzi.de" context="code">
  +     Added the Locator interface, to separate the getting of a resource from the actual processing.
  +    </action>
       <action dev="nicolaken" type="update" context="code">
        Refactored by adding a "factories" and a "pipelines" packages under morphos, and moved
        relevant files there; moved abstract helper classes under "helpers".
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>