geirm       01/02/22 20:10:58

  Modified:    docs     developer-guide.html
  Log:
  follows the xml
  
  Revision  Changes    Path
  1.19      +2 -0      jakarta-velocity/docs/developer-guide.html
  
  Index: developer-guide.html
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/docs/developer-guide.html,v
  retrieving revision 1.18
  retrieving revision 1.19
  diff -u -r1.18 -r1.19
  --- developer-guide.html      2001/02/16 14:39:36     1.18
  +++ developer-guide.html      2001/02/23 04:10:58     1.19
  @@ -57,6 +57,8 @@
   jar contains utility code, specifically Anakia, Texen, and the WebMacro template 
conversion utility.</LI>
   <LI> <CODE><FONT face="courier, monospaced">jar-servlet</FONT></CODE> builds a 
utility Velocity jar in the <CODE><FONT face="courier, monospaced">bin</FONT></CODE> 
directory, called 'velocity-servlet-X.jar'. This
   jar contains utility code for servlet programmers.</LI>
  +<LI> <CODE><FONT face="courier, monospaced">jar-j2ee</FONT></CODE> builds a 
complete jar, like the 'jar' target, that includes any components that require J2EE 
support.  Currently, this includes only 
org.apache.velocity.runtime.resouce.loader.DBResourceLoader.  As usual, it is placed 
in the  <CODE><FONT face="courier, monospaced">bin</FONT></CODE> directory, called 
'velocity-j2ee-X.jar'.  NOTE : 
  +if you wish to use this build target, you must place (or link) a copy of j2ee.jar 
into the build/lib directory.  We do not provide it as part of the distribution.  A 
good source is http://java.sun.com/</LI>
   <LI> <CODE><FONT face="courier, monospaced">examples</FONT></CODE> builds the 
example code in the example programs found in the <CODE><FONT face="courier, 
monospaced">examples</FONT></CODE> directory. 
   This build target will also build the forumdemo example project.</LI>
   <LI> <CODE><FONT face="courier, monospaced">forumdemo</FONT></CODE> builds the 
example webapplication in the <CODE><FONT face="courier, 
monospaced">examples/forumdemo</FONT></CODE> directory.</LI>
  
  
  

Reply via email to