You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by do...@apache.org on 2002/09/04 13:48:02 UTC

cvs commit: jakarta-avalon-excalibur/loader/src/xdocs index.xml sample.xml

donaldp     2002/09/04 04:48:02

  Modified:    loader   build.xml
               loader/src/java/org/apache/excalibur/loader/verifier
                        Resources.properties
               loader/src/xdocs index.xml sample.xml
  Log:
  Various documentation fixes.
  
  Submitted By: Tomasz Skutnik <To...@e-point.pl>
  
  Revision  Changes    Path
  1.3       +8 -0      jakarta-avalon-excalibur/loader/build.xml
  
  Index: build.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/loader/build.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- build.xml	1 Sep 2002 06:23:09 -0000	1.2
  +++ build.xml	4 Sep 2002 11:48:02 -0000	1.3
  @@ -380,6 +380,14 @@
           <include name="**/*.js"/>
         </fileset>
       </copy>
  +
  +    <copy todir="${docs.dir}" filtering="off">
  +      <fileset dir="${java.dir}">
  +        <include name="org/apache/excalibur/loader/builder/classloader.dtd"/>
  +      </fileset>
  +      <mapper type="flatten"/>
  +    </copy>
  +
       </target>
   
       <target name="site" depends="javadocs, docs" description=" Places Docs ready for hosting on website">
  
  
  
  1.2       +1 -2      jakarta-avalon-excalibur/loader/src/java/org/apache/excalibur/loader/verifier/Resources.properties
  
  Index: Resources.properties
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/loader/src/java/org/apache/excalibur/loader/verifier/Resources.properties,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- Resources.properties	1 Sep 2002 05:54:59 -0000	1.1
  +++ Resources.properties	4 Sep 2002 11:48:02 -0000	1.2
  @@ -14,8 +14,7 @@
   bad-join-link.error="Join" ClassLoader named "{0}" specified a non-existent classloader-ref "{1}".
   empty-name.error=Invalid empty ClassLoader name.
   name-invalid-start.error=ClassLoader name "{0}" begins with invalid name. Must begin with a letter or the '_' character.
  -name-invalid-char.error=ClassLoader name "{0}" contains invalid character "{0}".
  -name-invalid-char.error=ClassLoader name "{0}" contains invalid character "{0}".
  +name-invalid-char.error=ClassLoader name "{0}" contains invalid character "{1}".
   classloader-dup-entrys.error=Duplicate entry "{1}" detected for regular ClassLoader named "{0}".
   join-dup-entrys.error=Duplicate classloader-ref "{1}" detected for "Join" ClassLoader named "{0}".
   join-dup-entrys.error=Duplicate classloader-ref "{1}" detected for "Join" ClassLoader named "{0}".
  
  
  
  1.3       +1 -1      jakarta-avalon-excalibur/loader/src/xdocs/index.xml
  
  Index: index.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/loader/src/xdocs/index.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- index.xml	1 Sep 2002 06:23:09 -0000	1.2
  +++ index.xml	4 Sep 2002 11:48:02 -0000	1.3
  @@ -22,7 +22,7 @@
               </ul>
               <p>Each ClassLoader also has a name and a parent. The parent is the
               name of the parent ClassLoader. Usually the parent ClassLoaders are
  -            one of the predefined ClassLoaders. The predefined and passed into
  +            one of the predefined ClassLoaders. The predefined are passed into
               the Loader toolkit from external application code.</p>
               <p>The predefined ClassLoaders are generally named according to
               a pattern that places the '*' at start and end of name. ie
  
  
  
  1.3       +1 -1      jakarta-avalon-excalibur/loader/src/xdocs/sample.xml
  
  Index: sample.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-avalon-excalibur/loader/src/xdocs/sample.xml,v
  retrieving revision 1.2
  retrieving revision 1.3
  diff -u -r1.2 -r1.3
  --- sample.xml	1 Sep 2002 08:47:40 -0000	1.2
  +++ sample.xml	4 Sep 2002 11:48:02 -0000	1.3
  @@ -10,7 +10,7 @@
               <p>This describes a simple example of Loader descriptor.
               Let us assume that
               <a href="http://jakarta.apache.org/avalon/phoenix">Phoenix</a>
  -            has been integrate with Loader and that the snippet defining
  +            has been integrated with Loader and that the snippet defining
               classloader is included in Phoenixes deployment format (the
               .sar file).</p>
               <p>Let us also assume that we want to host a servlet container
  
  
  

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