Author: mmerz
Date: Mon Oct 11 11:08:48 2004
New Revision: 54605

Modified:
   incubator/beehive/trunk/wsm/build.xml
   
incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/axis/DeploymentDumper.java
Log:
Fixed the javadoc step to include the axis jars in the classpathe and 
workaround a known 1.5 bug that causes the following errors:

java.util.MissingResourceException: Can't find resource for bundle 
com.sun.tools.doclets.formats.html.resources.standard, key 
doclet.malformed_html_link_tag

Contributor: Jonathan Colwell



Modified: incubator/beehive/trunk/wsm/build.xml
==============================================================================
--- incubator/beehive/trunk/wsm/build.xml       (original)
+++ incubator/beehive/trunk/wsm/build.xml       Mon Oct 11 11:08:48 2004
@@ -322,7 +322,7 @@
         use="true"
         additionalparam="-breakiterator -noqualifier all"
         useexternalfile="true"
-        classpathref="runtime.classpath">
+        classpathref="axis.classpath">
         <packageset dir="${api.dir}" defaultexcludes="yes">
         </packageset>
         <packageset dir="${runtime.dir}" defaultexcludes="yes">

Modified: 
incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/axis/DeploymentDumper.java
==============================================================================
--- 
incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/axis/DeploymentDumper.java
   (original)
+++ 
incubator/beehive/trunk/wsm/src/runtime/org/apache/beehive/wsm/axis/DeploymentDumper.java
   Mon Oct 11 11:08:48 2004
@@ -59,7 +59,7 @@
  */
 public class DeploymentDumper {
 
-    /**
+    /*
      * FIXME [EMAIL PROTECTED] 2004-Sep-08 -- come up with a better solution 
for
      * providing the args to APT as well as providing the WSDD file names
      *

Reply via email to