You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@avalon.apache.org by tb...@apache.org on 2004/04/30 00:10:15 UTC

cvs commit: avalon-site/site/merlin/reference/containment/directives/classloader/classpath/fileset exclude.html include.html index.html

tbennett    2004/04/29 15:10:15

  Modified:    site/merlin/reference/containment/directives/classloader/classpath/fileset
                        include.html index.html
  Added:       site/merlin/reference/containment/directives/classloader/classpath/fileset
                        exclude.html
  Log:
  fileset docs update
  
  Revision  Changes    Path
  1.2       +30 -4     avalon-site/site/merlin/reference/containment/directives/classloader/classpath/fileset/include.html
  
  Index: include.html
  ===================================================================
  RCS file: /home/cvs/avalon-site/site/merlin/reference/containment/directives/classloader/classpath/fileset/include.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- include.html	8 Apr 2004 15:18:52 -0000	1.1
  +++ include.html	29 Apr 2004 22:10:15 -0000	1.2
  @@ -458,6 +458,23 @@
         
       </div>
     
  +    
  +    
  +    
  +    
  +
  +    <div>
  +      <small>
  +      	
  +      	
  +      		<a href="../../../../../../reference/containment/directives/classloader/classpath/fileset/exclude.html">fileset</a>
  +      	
  +      </small>
  +	  
  +        
  +      
  +    </div>
  +  
         
       </div>
     
  @@ -747,6 +764,15 @@
                         
                         
                       
  +                      
  +                      
  +                    
  +                      
  +                      
  +                    
  +                      
  +                      
  +                    
                       
                       
                       
  @@ -789,7 +815,7 @@
         
         
       <p>
  -      Declaration of a jar files to include within the scope of a fileset.
  +      Declaration of jar files to include within the scope of a fileset.
       </p>
      
       </div>
  @@ -846,7 +872,8 @@
      
       <td>
         
  -            The name of the file file include.
  +            The name of the file to include. Ant-like wildcard patterns are
  +            supported.
               
       </td>
      </tr>
  @@ -866,8 +893,7 @@
       <div id="source">
         <pre>
   &lt;fileset dir="lib"&gt;
  -  &lt;include name="avalon-framework-impl-4.1.5.jar"/&gt;
  -  &lt;include name="logkit-2.0.jar"/&gt;
  +  &lt;include name="**/*.jar"/&gt;
   &lt;/fileset&gt;
   </pre>
       </div>
  
  
  
  1.2       +64 -5     avalon-site/site/merlin/reference/containment/directives/classloader/classpath/fileset/index.html
  
  Index: index.html
  ===================================================================
  RCS file: /home/cvs/avalon-site/site/merlin/reference/containment/directives/classloader/classpath/fileset/index.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- index.html	8 Apr 2004 15:19:01 -0000	1.1
  +++ index.html	29 Apr 2004 22:10:15 -0000	1.2
  @@ -458,6 +458,23 @@
         
       </div>
     
  +    
  +    
  +    
  +    
  +
  +    <div>
  +      <small>
  +      	
  +      	
  +      		<a href="../../../../../../reference/containment/directives/classloader/classpath/fileset/exclude.html">fileset</a>
  +      	
  +      </small>
  +	  
  +        
  +      
  +    </div>
  +  
         
       </div>
     
  @@ -747,6 +764,15 @@
                         
                         
                       
  +                      
  +                      
  +                    
  +                      
  +                      
  +                    
  +                      
  +                      
  +                    
                       
                       
                       
  @@ -852,7 +878,10 @@
               relative to the 
       <a href="../../../../../system/properties.html">
               merlin.anchor</a>
  -   system parameter.
  +   system parameter. If no include directives are
  +            contained in the fileset specification, then the fileset behavior
  +            defaults to adding the directory specified by the dir attribute
  +            to the classpath.
               
       </td>
      </tr>
  @@ -915,8 +944,37 @@
      
       <td>
         
  -             Declaration of a jar file withing the filset directory to be
  -             included within the classloader.
  +             Declaration of jar file(s) within the fileset directory to be
  +             included in the classloader.  Ant-like wildcard patterns are
  +             supported.
  +            
  +    </td>
  +   </tr>
  +  
  +    
  +      
  +        
  +      
  +      
  +    
  +
  +    
  +    <tr class="b">
  +    <td>
  +      
  +    <a href="exclude.html">exclude</a>
  +  
  +    </td>
  +   
  +    <td>
  +      0..n
  +    </td>
  +   
  +    <td>
  +      
  +             Declaration of jar file(s) within the fileset directory to be
  +             excluded from the classloader. Ant-like wildcard patterns are
  +             supported.
               
       </td>
      </tr>
  @@ -936,8 +994,9 @@
       <div id="source">
         <pre>
   &lt;fileset dir="lib"&gt;
  -  &lt;include name="avalon-framework.jar"/&gt;
  -  &lt;include name="logkit.jar"/&gt;
  +  &lt;include name="**/*.jar"/&gt;
  +  &lt;include name="my-class.class"/&gt;
  +  &lt;exclude name="*-dev*"/&gt;
   &lt;/fileset&gt;
   </pre>
       </div>
  
  
  
  1.1                  avalon-site/site/merlin/reference/containment/directives/classloader/classpath/fileset/exclude.html
  
  Index: exclude.html
  ===================================================================
  
    
  
    
    
  
    
    
  
    
  
    
    
  
    
    
  
    
    
  
    
  
    
  
    
  
    
  
    
  
    
    
    
    
        
    
  
        
        
        
        
        
        
          
           
        
        
  
        
        
        
        
  
        
        
        
  
        
  
    
    
  
    
    
  
     
     
  
  
      
  	
  	
  
      
      
        
  	
  	
  	<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  
      <html>
        <head>
          
          
            <title>
              Merlin - 
            
          
            </title>
          
          
          
          <style type="text/css">
            @import url("../../../../../../style/tigris.css");
            @import url("../../../../../../style/maven.css");
          </style>
          
          
          
          
          
          <link rel="stylesheet" href="../../../../../../style/print.css" type="text/css" media="print"></link>
          <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1"></meta>
          
          
          
          
        </head>
  
        <body class="composite">
  
          <div id="banner">
            <table height="103" border="0" width="100%" cellpadding="8" cellspacing="0">
              <tr>
                
                <td>
                  
                  
                    
                    
                    
                      
                    
                    
                    
                    
                    
                    <a href="http://avalon.apache.org/">
                      <img border="0" alt="The Apache Software Foundation" src="http://avalon.apache.org/images/apache-avalon-logo.png" align="left"></img>
                    </a>
                  
                </td>
  
                <td></td>
                
  
              </tr>
            </table>
          </div>
          <div id="breadcrumbs">
            <table border="0" width="100%" cellpadding="4" cellspacing="0">
              <tr>
                
                <td>
                  <div align="right">
                    
                    
                    
                      
      
      
        
        
        
        <a href="http://apache.org/">Apache</a>
        
      
        |
        
        
        <a href="http://avalon.apache.org/">Avalon</a>
        
      
        |
        
        
        <a href="http://avalon.apache.org/product/framework/">Framework</a>
        
      
        |
        
        
        <a href="http://avalon.apache.org/product/containers/">Merlin</a>
        
      
        |
        
        
        <a href="http://avalon.apache.org/product/components/">Planet</a>
        
      
    
                    
                    
                  </div>
                </td>
              </tr>
            </table>
          </div>
          
          <table border="0" width="100%" cellpadding="8" cellspacing="0"> 
            <tr valign="top">
              <td width="20%" id="leftcol">
                <div id="navcolumn">
                  
  
                  
                    
      <div>
        <strong>About Merlin</strong>
        
      
      
      
      
  
      <div>
        <small>
        	
        	
        		<a href="../../../../../../about/index.html">Overview</a>
        	
        </small>
  	  
          
        
      </div>
    
      
      
      
      
  
      <div>
        <small>
        	
        	
        		<a href="../../../../../../starting/index.html">Getting Started</a>
        	
        </small>
  	  
          
        
      </div>
    
      
      
      
      
  
      <div>
        <small>
        	
        	
        		<a href="../../../../../../merlin/index.html">Merlin System</a>
        	
        </small>
  	  
          
        
      </div>
    
      
      
      
      
  
      <div>
        <small>
        	
        	
        		<a href="../../../../../../extensions/index.html">Extensions</a>
        	
        </small>
  	  
          
        
      </div>
    
      
      
      
      
  
      <div>
        <small>
        	
        	
        		<a href="../../../../../../tools/index.html">Tools</a>
        	
        </small>
  	  
          
        
      </div>
    
      </div>
    
      <div>
        <strong>Resources</strong>
        
      
      
      
      
  
      <div>
        <small>
        	
        	
        		<a href="../../../../../../api/index.html">Javadoc</a>
        	
        </small>
  	  
          
        
      </div>
    
      
      
      
      
  
      <div>
        <small>
        	
        	
        		<a href="../../../../../../reference/index.html">Specification</a>
        	
        </small>
  	  
          
      
      
      
      
  
      <div>
        <small>
        	
        	
        		<a href="../../../../../../reference/component/index.html">Component Specification</a>
        	
        </small>
  	  
          
        
      </div>
    
      
      
      
      
  
      <div>
        <small>
        	
        	
        		<a href="../../../../../../reference/containment/index.html">Container Specification</a>
        	
        </small>
  	  
          
      
      
      
      
  
      <div>
        <small>
        	
        	
        		<a href="../../../../../../reference/containment/directives/index.html">container</a>
        	
        </small>
  	  
          
      
      
      
      
  
      <div>
        <small>
        	
        	
        		<a href="../../../../../../reference/containment/directives/services/index.html">services</a>
        	
        </small>
  	  
          
        
      </div>
    
      
      
      
      
  
      <div>
        <small>
        	
        	
        		<a href="../../../../../../reference/containment/directives/classloader/index.html">classloader</a>
        	
        </small>
  	  
          
      
      
      
      
  
      <div>
        <small>
        	
        	
        		<a href="../../../../../../reference/containment/directives/classloader/classpath/index.html">classpath</a>
        	
        </small>
  	  
          
      
      
      
      
  
      <div>
        <small>
        	
        	
        		<a href="../../../../../../reference/containment/directives/classloader/classpath/repository/index.html">repository</a>
        	
        </small>
  	  
          
        
      </div>
    
      
      
      
      
  
      <div>
        <small>
        	
        	
        		<a href="../../../../../../reference/containment/directives/classloader/classpath/fileset/index.html">fileset</a>
        	
        </small>
  	  
          
      
      
      
      
  
      <div>
        <small>
        	
        	
        		<a href="../../../../../../reference/containment/directives/classloader/classpath/fileset/include.html">fileset</a>
        	
        </small>
  	  
          
        
      </div>
    
      
      
      
      
  
      <div>
        <small>
        	
        		<b><a href="../../../../../../reference/containment/directives/classloader/classpath/fileset/exclude.html">fileset</a></b>
        	
        	
        </small>
  	  
          
        
      </div>
    
        
      </div>
    
        
      </div>
    
      
      
      
      
  
      <div>
        <small>
        	
        	
        		<a href="../../../../../../reference/containment/directives/classloader/extensions.html">library</a>
        	
        </small>
  	  
          
        
      </div>
    
        
      </div>
    
      
      
      
      
  
      <div>
        <small>
        	
        	
        		<a href="../../../../../../reference/containment/directives/components/index.html">component</a>
        	
        </small>
  	  
          
        
      </div>
    
      
      
      
      
  
      <div>
        <small>
        	
        	
        		<a href="../../../../../../reference/containment/directives/index.html">container</a>
        	
        </small>
  	  
          
        
      </div>
    
      
      
      
      
  
      <div>
        <small>
        	
        	
        		<a href="../../../../../../reference/containment/directives/include/index.html">include</a>
        	
        </small>
  	  
          
        
      </div>
    
        
      </div>
    
      
      
      
      
  
      <div>
        <small>
        	
        	
        		<a href="../../../../../../reference/containment/overrides/index.html">targets</a>
        	
        </small>
  	  
          
        
      </div>
    
        
      </div>
    
      
      
      
      
  
      <div>
        <small>
        	
        	
        		<a href="../../../../../../reference/deployment/index.html">Deployment Specification</a>
        	
        </small>
  	  
          
        
      </div>
    
      
      
      
      
  
      <div>
        <small>
        	
        	
        		<a href="../../../../../../reference/system/index.html">System Specification</a>
        	
        </small>
  	  
          
        
      </div>
    
        
      </div>
    
      
      
      
      
  
      <div>
        <small>
        	
        	
        		<a href="../../../../../../resources/download.html">Download</a>
        	
        </small>
  	  
          
        
      </div>
    
      
      
      
      
  
      <div>
        <small>
        	
        	
        		<a href="../../../../../../resources/roadmap/index.html">Roadmap</a>
        	
        </small>
  	  
          
        
      </div>
    
      
      
      
      
  
      <div>
        <small>
        	
        	
        		<a href="../../../../../../dpml/index.html">DPML</a>
        	
        </small>
  	  
          
        
      </div>
    
      </div>
    
      <div>
        <strong>Related Projects</strong>
        
      
      
      
      
  
      <div>
        <small>
        	
        	
        		<a href="http://avalon.apache.org/meta">Meta</a>
        	
        </small>
  	  
          
        
      </div>
    
      
      
      
      
  
      <div>
        <small>
        	
        	
        		<a href="http://avalon.apache.org/util">Utilities</a>
        	
        </small>
  	  
          
        
      </div>
    
      
      
      
      
  
      <div>
        <small>
        	
        	
        		<a href="http://avalon.apache.org/repository">Repository</a>
        	
        </small>
  	  
          
        
      </div>
    
      </div>
    
                  
                  
                  
                  
  
                  
                  
                  <div>
                    <strong>Project Documentation</strong>
                    
                    <div>
                      <small>
                        <a href="../../../../../../project-info.html">Project Info</a>
                      </small>
                      
                      
                        
                      
                        
                      
                        
                      
                        
                      
                        
                      
                        
                      
                    </div>
                    <div>
                      <small>
                        <a href="../../../../../../maven-reports.html">Project Reports</a>
                      </small>
                      
  					
                      
                      
                        
                        
                      
                        
                        
                      
                        
                        
                      
                        
                        
                      
                        
                        
                      
                      
                      
                      
                    </div>
                    
                      
                    
                    
                  </div>
                
                
                  
                  
                  
                  
                
                  
                </div>
              </td>
              <td rowspan="2">
                <div id="bodycol">
                  
                  <div class="app">
                    
                    
      <div class="h3">
        
        
          <h3>
            <a name="Exclude Declarations">Exclude Declarations</a>
          </h3>
        
        
      <div class="h4">
        
        
          <h4>
            <a name="Description">Description</a>
          </h4>
        
        
      <p>
        Declaration of jar files to exclude from the scope of a fileset.
      </p>
     
      </div>
    
      <div class="h4">
        
        
          <h4>
            <a name="Attributes">Attributes</a>
          </h4>
        
        
      
      <table border="1" width="100%" cellspacing="2" cellpadding="3">
        
      
        
          
        
        
      
  
      
      <tr class="b">
      <th>
        Attribute
      </th>
     
      <th>
        Required
      </th>
     
      <th>
        Description
      </th>
     </tr>
    
      
        
        
          
        
      
  
      
      <tr class="a">
      <td>
        name
      </td>
     
      <td>
        yes
      </td>
     
      <td>
        
              The name of the file to exclude.  Ant-like wildcard patterns are
              supported.
              
      </td>
     </tr>
    
      </table>
    
      </div>
    
      <div class="h4">
        
        
          <h4>
            <a name="Sample XML">Sample XML</a>
          </h4>
        
        
      <div id="source">
        <pre>
  &lt;fileset dir="lib"&gt;
    &lt;include name="**/*.jar"/&gt;
    &lt;exclude name="*-dev*"/&gt;
  &lt;/fileset&gt;
  </pre>
      </div>
    
      </div>
    
      </div>
    
                    
                    
                    
                    
                    
                  </div>
                </div>
              </td>
            </tr>
          </table>
          <div id="footer">
            <table border="0" style="width:100%" cellpadding="4" cellspacing="0">
              
              <tr>
                <td>
                  
                    
                      
                      
                        � 1997-2004, The Apache Software Foundation
                      
                    
                    
                  
  
                  
                </td>
                
              </tr>
            </table>
          </div>
        </body>
      </html>
    
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: cvs-unsubscribe@avalon.apache.org
For additional commands, e-mail: cvs-help@avalon.apache.org