geirm       02/02/10 01:46:04

  Modified:    docs     more-resources.html users-guide.html
  Log:
  updated project.xml and small mods to more-rsrc and user-guide
  
  Revision  Changes    Path
  1.2       +3 -1      jakarta-velocity-dvsl/docs/more-resources.html
  
  Index: more-resources.html
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity-dvsl/docs/more-resources.html,v
  retrieving revision 1.1
  retrieving revision 1.2
  diff -u -r1.1 -r1.2
  --- more-resources.html       18 Dec 2001 20:44:56 -0000      1.1
  +++ more-resources.html       10 Feb 2002 09:46:04 -0000      1.2
  @@ -66,6 +66,8 @@
           
               <li><a href="./users-guide.html">Users Guide</a></li>
       
  +            <li><a href="./ant_task_reference.html">Ant Task Reference</a></li>
  +    
               <li><a href="./more-resources.html">More Resources</a></li>
       
       </ul>
  @@ -97,7 +99,7 @@
   
         <tr><td><blockquote>
           <p>
  -    For a good basic tutorial on XPAth, see
  +    For a good basic tutorial on XPath, see
       <a href="http://www.zvon.org/xxl/XPathTutorial/General/examples.html";>
       this site</a> at <a href="http://www.zevon.org";>Zevon.org</a>
       </p>
  
  
  
  1.4       +6 -135    jakarta-velocity-dvsl/docs/users-guide.html
  
  Index: users-guide.html
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity-dvsl/docs/users-guide.html,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- users-guide.html  7 Feb 2002 05:39:27 -0000       1.3
  +++ users-guide.html  10 Feb 2002 09:46:04 -0000      1.4
  @@ -65,6 +65,8 @@
           
               <li><a href="./users-guide.html">Users Guide</a></li>
       
  +            <li><a href="./ant_task_reference.html">Ant Task Reference</a></li>
  +    
               <li><a href="./more-resources.html">More Resources</a></li>
       
       </ul>
  @@ -313,6 +315,10 @@
           </tr>
         </table>
       </div>
  +<p>
  +    For more information on using DVSL from Ant, please see the
  +    <a href="ant_task_reference.html">Ant Task Reference</a>.
  +    </p>
   
         </blockquote></td></tr>
   
  @@ -1593,141 +1599,6 @@
   </tr>
   
   </table>
  -
  -      </blockquote></td></tr>
  -
  -    </table>
  -
  -    <table border="0" cellspacing="0" cellpadding="2" width="100%">
  -
  -      <tr><td bgcolor="#525D76">
  -          <font color="#ffffff" face="arial,helvetica.sanserif">
  -          <a name="Using DVSL via Ant">
  -          <strong>Using DVSL via Ant</strong></a></font>
  -      </td></tr>
  -
  -      <tr><td><blockquote>
  -        <p>
  -  Here are some important notes about using DVSL with Ant.  These will be
  -  revised into a more coherant section on using with Ant:
  -  </p>
  -<strong>Configuring the Velocity Engine</strong>
  -<p>
  -  It is now possible to configure the Velocity Engine when using DVSL
  -  with Ant (and from your code, of course).  This feature enables you to
  -  set template paths, VelociMacro libraries, loggers, etc.
  -  </p>
  -<p>
  -  To use, you need to make a public class that implements
  -  <code>java.util.Map</code>.  Then place this class in the classpath, and
  -  set the property 'velocityConfigClass'
  -  to the name of your class :
  -  </p>
  -
  -    <div align="left">
  -      <table cellspacing="4" cellpadding="0" border="0">
  -        <tr>
  -          <td bgcolor="#023264" width="1" height="1">
  -            <img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" 
border="0"/>
  -          </td>
  -          <td bgcolor="#023264" height="1">
  -            <img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" 
border="0"/>
  -          </td>
  -          <td bgcolor="#023264" width="1" height="1">
  -            <img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" 
border="0"/>
  -          </td>
  -        </tr>
  -        <tr>
  -          <td bgcolor="#023264" width="1">
  -            <img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" 
border="0"/>
  -          </td>
  -          <td bgcolor="#ffffff" height="1">
  -          <pre>
  -          
  -     &lt;dvsl
  -           basedir=&quot;${docs.src}&quot;
  -           destdir=&quot;${docs.dest}/&quot;
  -           extension=&quot;.html&quot;
  -           style=&quot;${docs.src}/site.dvsl&quot;
  -           excludes=&quot;**/project.xml&quot;
  -           toolbox=&quot;toolbox.props&quot;
  -           includes=&quot;**/*.xml&quot;
  -
  -          velocityConfigClass=&quot;ConfigVel&quot;
  -
  -      /&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>
  -          <td bgcolor="#023264" width="1" height="1">
  -            <img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" 
border="0"/>
  -          </td>
  -          <td bgcolor="#023264" height="1">
  -            <img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" 
border="0"/>
  -          </td>
  -          <td bgcolor="#023264" width="1" height="1">
  -            <img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" 
border="0"/>
  -          </td>
  -        </tr>
  -      </table>
  -    </div>
  -<p>
  -  Please see <code>examples/simple</code> for an example of this
  -  technique.
  -  </p>
  -<strong>Input and Output Filename</strong>
  -<p>
  -     You can now access the name of the input file and the output file
  -     inside the stylesheet.  They can be accessed as
  -   </p>
  -
  -    <div align="left">
  -      <table cellspacing="4" cellpadding="0" border="0">
  -        <tr>
  -          <td bgcolor="#023264" width="1" height="1">
  -            <img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" 
border="0"/>
  -          </td>
  -          <td bgcolor="#023264" height="1">
  -            <img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" 
border="0"/>
  -          </td>
  -          <td bgcolor="#023264" width="1" height="1">
  -            <img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" 
border="0"/>
  -          </td>
  -        </tr>
  -        <tr>
  -          <td bgcolor="#023264" width="1">
  -            <img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" 
border="0"/>
  -          </td>
  -          <td bgcolor="#ffffff" height="1">
  -          <pre>
  -          
  -       $inputfilename
  -       $outputfilename
  -   
  -   
  -          </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>
  -          <td bgcolor="#023264" width="1" height="1">
  -            <img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" 
border="0"/>
  -          </td>
  -          <td bgcolor="#023264" height="1">
  -            <img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" 
border="0"/>
  -          </td>
  -          <td bgcolor="#023264" width="1" height="1">
  -            <img src="/images/void.gif" width="1" height="1" vspace="0" hspace="0" 
border="0"/>
  -          </td>
  -        </tr>
  -      </table>
  -    </div>
   
         </blockquote></td></tr>
   
  
  
  

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to