cvs commit: ant/docs/manual/OptionalTasks ejb.html

2005-03-09 Thread jkf
jkf 2005/03/09 10:59:46

  Modified:docs/manual/OptionalTasks Tag: ANT_16_BRANCH ejb.html
  Log:
  correcting minor html error
  
  Revision  ChangesPath
  No   revision
  No   revision
  1.36.2.8  +0 -1  ant/docs/manual/OptionalTasks/ejb.html
  
  Index: ejb.html
  ===
  RCS file: /home/cvs/ant/docs/manual/OptionalTasks/ejb.html,v
  retrieving revision 1.36.2.7
  retrieving revision 1.36.2.8
  diff -u -r1.36.2.7 -r1.36.2.8
  --- ejb.html  9 Mar 2005 18:56:28 -   1.36.2.7
  +++ ejb.html  9 Mar 2005 18:59:45 -   1.36.2.8
  @@ -23,7 +23,6 @@
 liRob van Oostrum(a href=mailto:[EMAIL PROTECTED][EMAIL 
PROTECTED]/a)/li
   /ul
   
  -/p
   hr
   h2Table of Contents/h2
   ul
  
  
  

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



cvs commit: ant/docs/manual/OptionalTasks ejb.html

2004-01-05 Thread peterreilly
peterreilly2004/01/05 03:45:07

  Modified:src/main/org/apache/tools/ant/taskdefs/optional/ejb
JbossDeploymentTool.java
   docs/manual/OptionalTasks ejb.html
  Log:
  Use getDestDir of jboss element of ejbjar
  PR: 25826
  Obtained from: Damon Sicore
  
  Revision  ChangesPath
  1.17  +8 -1  
ant/src/main/org/apache/tools/ant/taskdefs/optional/ejb/JbossDeploymentTool.java
  
  Index: JbossDeploymentTool.java
  ===
  RCS file: 
/home/cvs/ant/src/main/org/apache/tools/ant/taskdefs/optional/ejb/JbossDeploymentTool.java,v
  retrieving revision 1.16
  retrieving revision 1.17
  diff -u -r1.16 -r1.17
  --- JbossDeploymentTool.java  19 Jul 2003 11:20:17 -  1.16
  +++ JbossDeploymentTool.java  5 Jan 2004 11:45:07 -   1.17
  @@ -120,7 +120,14 @@
* of this jar will be checked against the dependent bean classes.
*/
   File getVendorOutputJarFile(String baseName) {
  -return new File(getParent().getDestdir(), baseName + jarSuffix);
  +if (getDestDir() == null  getParent().getDestdir() == null) {
  +throw new BuildException(DestDir not specified);
  +}
  +if (getDestDir() == null) {
  +return new File(getParent().getDestdir(), baseName + jarSuffix);
  +} else {
  +return new File(getDestDir(), baseName + jarSuffix);
  +}
   }
   
   /**
  
  
  
  1.37  +3 -2  ant/docs/manual/OptionalTasks/ejb.html
  
  Index: ejb.html
  ===
  RCS file: /home/cvs/ant/docs/manual/OptionalTasks/ejb.html,v
  retrieving revision 1.36
  retrieving revision 1.37
  diff -u -r1.36 -r1.37
  --- ejb.html  17 Jul 2003 11:05:15 -  1.36
  +++ ejb.html  5 Jan 2004 11:45:07 -   1.37
  @@ -715,7 +715,8 @@
namespace. Note that this attribute is only used if the
task is generating generic jars (i.e. no vendor-specific
deployment elements have been specified)./td
  -td valign=top align=centerYes/td
  +td valign=top align=centerYes, unless vendor-specific deployment 
elements
  +have been specified./td
 /tr
 tr
   td valign=topcmpversion/td
  
  
  

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



cvs commit: ant/docs/manual/OptionalTasks ejb.html

2003-03-19 Thread conor
conor   2003/03/19 05:43:32

  Modified:docs/manual/OptionalTasks Tag: ANT_15_BRANCH ejb.html
  Log:
  Fix typo in docs
  
  PR:   18091
  
  Revision  ChangesPath
  No   revision
  
  
  No   revision
  
  
  1.23.2.17 +2 -2  ant/docs/manual/OptionalTasks/ejb.html
  
  Index: ejb.html
  ===
  RCS file: /home/cvs/ant/docs/manual/OptionalTasks/ejb.html,v
  retrieving revision 1.23.2.16
  retrieving revision 1.23.2.17
  diff -u -w -u -r1.23.2.16 -r1.23.2.17
  --- ejb.html  17 Feb 2003 10:27:03 -  1.23.2.16
  +++ ejb.html  19 Mar 2003 13:43:32 -  1.23.2.17
  @@ -1344,7 +1344,7 @@
   in the descriptor dir:/p
   
   pre
  - lt;property name=quot;webpshere.homequot; 
value=quot;${was4.home}quot;/gt;
  + lt;property name=quot;websphere.homequot; 
value=quot;${was4.home}quot;/gt;
lt;ejbjar srcdir=${build.class} descriptordir=etc/ejbgt;
 lt;include name=*-ejb-jar.xml/gt;
 lt;websphere dbvendor=DB2UDBOS390_V6
  
  
  


cvs commit: ant/docs/manual/OptionalTasks ejb.html

2003-03-19 Thread conor
conor   2003/03/19 05:49:18

  Modified:docs/manual/OptionalTasks ejb.html
  Log:
  Missing merge from 1.5 branch :-(
  
  Revision  ChangesPath
  1.33  +3 -2  ant/docs/manual/OptionalTasks/ejb.html
  
  Index: ejb.html
  ===
  RCS file: /home/cvs/ant/docs/manual/OptionalTasks/ejb.html,v
  retrieving revision 1.32
  retrieving revision 1.33
  diff -u -w -u -r1.32 -r1.33
  --- ejb.html  17 Feb 2003 09:07:33 -  1.32
  +++ ejb.html  19 Mar 2003 13:49:18 -  1.33
  @@ -1258,7 +1258,7 @@
   p
   For the websphere element to work, you have to provide a complete classpath, 
that contains all
   classes, that are required to reflect the bean classes. For ejbdeploy to 
work, you must also provide
  -the classpath of the ejbdeploy tool (look at the examples below).
  +the classpath of the ejbdeploy tool and set the iwebsphere.home/i 
property (look at the examples below).
   /p
   
   table border=1 cellpadding=2 cellspacing=0
  @@ -1344,6 +1344,7 @@
   in the descriptor dir:/p
   
   pre
  + lt;property name=quot;webpshere.homequot; 
value=quot;${was4.home}quot;/gt;
lt;ejbjar srcdir=${build.class} descriptordir=etc/ejbgt;
 lt;include name=*-ejb-jar.xml/gt;
 lt;websphere dbvendor=DB2UDBOS390_V6