geirm       01/02/22 20:10:44

  Modified:    xdocs    developer-guide.xml
  Log:
  Added notes for the jar-j2ee target.
  
  Revision  Changes    Path
  1.14      +2 -0      jakarta-velocity/xdocs/developer-guide.xml
  
  Index: developer-guide.xml
  ===================================================================
  RCS file: /home/cvs/jakarta-velocity/xdocs/developer-guide.xml,v
  retrieving revision 1.13
  retrieving revision 1.14
  diff -u -r1.13 -r1.14
  --- developer-guide.xml       2001/02/16 14:39:03     1.13
  +++ developer-guide.xml       2001/02/23 04:10:44     1.14
  @@ -45,6 +45,8 @@
   jar contains utility code, specifically Anakia, Texen, and the WebMacro template 
conversion utility.</li>
   <li> <code>jar-servlet</code> builds a utility Velocity jar in the <code>bin</code> 
directory, called 'velocity-servlet-X.jar'. This
   jar contains utility code for servlet programmers.</li>
  +<li> <code>jar-j2ee</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>bin</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>examples</code> builds the example code in the example programs found in 
the <code>examples</code> directory. 
   This build target will also build the forumdemo example project.</li>
   <li> <code>forumdemo</code> builds the example webapplication in the 
<code>examples/forumdemo</code> directory.</li>
  
  
  

Reply via email to