You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ant.apache.org by ad...@apache.org on 2002/03/02 04:00:56 UTC

cvs commit: jakarta-ant/proposal/myrmidon/src/xdocs vfs.xml todo.xml

adammurdoch    02/03/01 19:00:56

  Modified:    proposal/myrmidon/docs vfs.html todo.html
               proposal/myrmidon/src/xdocs vfs.xml todo.xml
  Log:
  * Add more stuff to todo list.
  * Fix format of an example on the VFS page.
  
  Revision  Changes    Path
  1.2       +5 -5      jakarta-ant/proposal/myrmidon/docs/vfs.html
  
  Index: vfs.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/proposal/myrmidon/docs/vfs.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- vfs.html	2 Mar 2002 01:53:59 -0000	1.1
  +++ vfs.html	2 Mar 2002 03:00:56 -0000	1.2
  @@ -282,11 +282,11 @@
           <td bgcolor="#023264" width="1"><img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td>
           <td bgcolor="#ffffff"><pre>
   
  -                &lt;v-fileset dir=&quot;src&quot;&gt;
  -                    &lt;name pattern=&quot;org/apache/tools/ant/**&quot;/&gt;
  -                    &lt;is-file/&gt;
  -                &lt;/v-fileset&gt;
  -                </pre></td>
  +&lt;v-fileset dir=&quot;src&quot;&gt;
  +    &lt;name pattern=&quot;org/apache/tools/ant/**&quot;/&gt;
  +    &lt;is-file/&gt;
  +&lt;/v-fileset&gt;
  +</pre></td>
           <td bgcolor="#023264" width="1"><img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" border="0"/></td>
         </tr>
         <tr>
  
  
  
  1.4       +4 -3      jakarta-ant/proposal/myrmidon/docs/todo.html
  
  Index: todo.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/proposal/myrmidon/docs/todo.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- todo.html	2 Mar 2002 01:53:59 -0000	1.3
  +++ todo.html	2 Mar 2002 03:00:56 -0000	1.4
  @@ -285,8 +285,6 @@
                           <p>A completely unordered list of items, big and small:</p>
                                   <ul>
                       <li>Search through the code for 'TODO' items and fix them.</li>
  -                    <li>Add a custom task to the build to generate antlib descriptors from source.
  -                    It would wrap XDoclet, and replace <code>antlib.xml</code>.</li>
                       <li>Tidy-up CLIMain so that it calls System.exit() with a non-zero exit code,
                       if the build fails.</li>
                       <li>Tidy-up the 'build failed' message, so that the stack trace is only
  @@ -304,7 +302,10 @@
                       <li>Convert PropertyUtil to a non-static PropertyResolver service.</li>
                       <li>Validate project and target names in DefaultProjectBuilder - reject dodgy
                       names like "," or "", or "  ".  Probably want to exclude names that start or
  -                    end with white-space (though internal whitespace is probably fine).</li>
  +                    end with white-space (though internal whitespace is probably fine).  We also
  +                    want to reserve certain punctuation characters like . , : ? [ ] { }, etc for
  +                    future use.</li>
  +                    <li>Similarly, validate property names, using the same rules.</li>
                       <li>Detect duplicate type names.</li>
                       <li>Add fully qualified type names, based on antlib name and type shorthand name.
                       Allow these to be used in build files in addition to the shorthand names.</li>
  
  
  
  1.2       +5 -5      jakarta-ant/proposal/myrmidon/src/xdocs/vfs.xml
  
  Index: vfs.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/proposal/myrmidon/src/xdocs/vfs.xml,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- vfs.xml	2 Mar 2002 01:32:11 -0000	1.1
  +++ vfs.xml	2 Mar 2002 03:00:56 -0000	1.2
  @@ -103,11 +103,11 @@
   
                   <source><![CDATA[
   
  -                <v-fileset dir="src">
  -                    <name pattern="org/apache/tools/ant/**"/>
  -                    <is-file/>
  -                </v-fileset>
  -                ]]></source>
  +<v-fileset dir="src">
  +    <name pattern="org/apache/tools/ant/**"/>
  +    <is-file/>
  +</v-fileset>
  +]]></source>
   
                   <h3><code>&lt;flat-fileset&gt;</code></h3>
   
  
  
  
  1.4       +4 -3      jakarta-ant/proposal/myrmidon/src/xdocs/todo.xml
  
  Index: todo.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/proposal/myrmidon/src/xdocs/todo.xml,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- todo.xml	2 Mar 2002 01:52:56 -0000	1.3
  +++ todo.xml	2 Mar 2002 03:00:56 -0000	1.4
  @@ -185,8 +185,6 @@
   
                   <ul>
                       <li>Search through the code for 'TODO' items and fix them.</li>
  -                    <li>Add a custom task to the build to generate antlib descriptors from source.
  -                    It would wrap XDoclet, and replace <code>antlib.xml</code>.</li>
                       <li>Tidy-up CLIMain so that it calls System.exit() with a non-zero exit code,
                       if the build fails.</li>
                       <li>Tidy-up the 'build failed' message, so that the stack trace is only
  @@ -204,7 +202,10 @@
                       <li>Convert PropertyUtil to a non-static PropertyResolver service.</li>
                       <li>Validate project and target names in DefaultProjectBuilder - reject dodgy
                       names like "," or "", or "  ".  Probably want to exclude names that start or
  -                    end with white-space (though internal whitespace is probably fine).</li>
  +                    end with white-space (though internal whitespace is probably fine).  We also
  +                    want to reserve certain punctuation characters like . , : ? [ ] { }, etc for
  +                    future use.</li>
  +                    <li>Similarly, validate property names, using the same rules.</li>
                       <li>Detect duplicate type names.</li>
                       <li>Add fully qualified type names, based on antlib name and type shorthand name.
                       Allow these to be used in build files in addition to the shorthand names.</li>
  
  
  

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