conor       2002/06/14 07:03:33

  Modified:    docs/manual/OptionalTasks Tag: ANT_15_BRANCH ejb.html
  Log:
  Documentation of sysproperty element on weblogic element of ejbjar
  
  PR:   5094
  Submitted by: [EMAIL PROTECTED] (Bruce Atherton)
  
  Revision  Changes    Path
  No                   revision
  
  
  No                   revision
  
  
  1.23.2.3  +26 -22    jakarta-ant/docs/manual/OptionalTasks/ejb.html
  
  Index: ejb.html
  ===================================================================
  RCS file: /home/cvs/jakarta-ant/docs/manual/OptionalTasks/ejb.html,v
  retrieving revision 1.23.2.2
  retrieving revision 1.23.2.3
  diff -u -w -u -r1.23.2.2 -r1.23.2.3
  --- ejb.html  3 May 2002 09:40:30 -0000       1.23.2.2
  +++ ejb.html  14 Jun 2002 14:03:32 -0000      1.23.2.3
  @@ -47,7 +47,7 @@
     <li><a href="http://www.jboss.org/"; target="_top">
     JBoss 2.1</a> and above EJB servers</li>
     <li><a href="http://www.bea.com"; target="_top">Weblogic</a>
  -   4.5.1, 5.1, and 6.0 EJB servers</li>
  +   4.5.1 through to 7.0 EJB servers</li>
     <li><a href="http://www.objectweb.org/jonas/"; target="_top">JOnAS</a>
      2.4 Open Source EJB server</li>
     <li><a href="http://www.ibm.com/websphere";>IBM WebSphere</a> 4.0</li>
  @@ -68,10 +68,10 @@
    <tr><td><a href="#ejbjar_iplanet">iPlanet</a></td><td>iPlanet Application 
Server 6.0</td></tr>
    <tr><td><a href="#ejbjar_jboss">jboss</a></td><td>JBoss</td></tr>
    <tr><td><a href="#ejbjar_jonas">jonas</a></td><td>JOnAS 2.4</td></tr>
  - <tr><td><a href="#ejbjar_weblogic">weblogic</a></td><td>Weblogic 5.1 &amp; 
6.0</td></tr>
  + <tr><td><a href="#ejbjar_weblogic">weblogic</a></td><td>Weblogic 5.1 to 
7.0</td></tr>
    <tr><td><a href="#ejbjar_websphere">websphere</a></td><td>IBM WebSphere 
4.0</td></tr>
  - <tr><td><a href="#wlrun">wlrun</a></td><td colspan="2">Weblogic 4.5.1, 5.1 
&amp; 6.0</td></tr>
  - <tr><td><a href="#wlstop">wlstop</a></td><td colspan="2">Weblogic 4.5.1, 
5.1 &amp; 6.0</td></tr>
  + <tr><td><a href="#wlrun">wlrun</a></td><td colspan="2">Weblogic 4.5.1 to 
7.0</td></tr>
  + <tr><td><a href="#wlstop">wlstop</a></td><td colspan="2">Weblogic 4.5.1 to 
7.0</td></tr>
   
   </table>
   
  @@ -1048,9 +1048,13 @@
     </tr>
   </table>
   
  -<p>The weblogic nested element itself supports two nested elements 
&lt;classpath&gt; and
  -&lt;wlclasspath&gt; which are used to set the respective classpaths. These 
nested elements
  -are useful when setting up class paths using reference Ids.</p>
  +<p>The weblogic nested element supports three nested elements. The
  +first two, &lt;classpath&gt; and &lt;wlclasspath&gt;, are used to set the
  +respective classpaths. These nested elements are useful when setting up
  +class paths using reference Ids. The last, &lt;sysproperty&gt;, allows
  +Java system properties to be set during the compiler run. This turns out
  +to be necessary for supporting CMP EJB compilation in all environments.
  +</p>
   
   <h3>TOPLink for Weblogic element</h3>
   
  
  
  

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

Reply via email to