You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by di...@apache.org on 2006/01/09 23:05:48 UTC

svn commit: r367411 - in /webservices/axis2/trunk/java: ./ modules/core/src/org/apache/axis2/engine/ modules/core/test/org/apache/axis2/deployment/

Author: dims
Date: Mon Jan  9 14:05:43 2006
New Revision: 367411

URL: http://svn.apache.org/viewcvs?rev=367411&view=rev
Log:
- trying a patch for javadoc thru proxies.
- fix spelling (dose -> does)


Modified:
    webservices/axis2/trunk/java/maven.xml
    webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/engine/Phase.java
    webservices/axis2/trunk/java/modules/core/test/org/apache/axis2/deployment/ModifiedConfigFileTest.java
    webservices/axis2/trunk/java/modules/core/test/org/apache/axis2/deployment/SystemPhasesremovedTest.java

Modified: webservices/axis2/trunk/java/maven.xml
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/maven.xml?rev=367411&r1=367410&r2=367411&view=diff
==============================================================================
--- webservices/axis2/trunk/java/maven.xml (original)
+++ webservices/axis2/trunk/java/maven.xml Mon Jan  9 14:05:43 2006
@@ -693,6 +693,7 @@
                      version="true"
                      use="true"
                      windowtitle="Axis2 API">
+            <ant:arg line="-J-Dhttp.proxy.port=${maven.proxy.port} -J-Dhttp.proxy.host=${maven.proxy.host}"/>
             <ant:sourcepath>
                 <ant:pathelement location="modules/adb/src"/>
                 <ant:pathelement location="modules/addressing/src"/>

Modified: webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/engine/Phase.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/engine/Phase.java?rev=367411&r1=367410&r2=367411&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/engine/Phase.java (original)
+++ webservices/axis2/trunk/java/modules/core/src/org/apache/axis2/engine/Phase.java Mon Jan  9 14:05:43 2006
@@ -259,7 +259,7 @@
 
     /**
      * This method assume that both the before and after cant be a same hander
-     * that dose not check inside this , it should check befor calling this method
+     * that does not check inside this , it should check befor calling this method
      *
      * @param handler
      * @throws PhaseException

Modified: webservices/axis2/trunk/java/modules/core/test/org/apache/axis2/deployment/ModifiedConfigFileTest.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/test/org/apache/axis2/deployment/ModifiedConfigFileTest.java?rev=367411&r1=367410&r2=367411&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/test/org/apache/axis2/deployment/ModifiedConfigFileTest.java (original)
+++ webservices/axis2/trunk/java/modules/core/test/org/apache/axis2/deployment/ModifiedConfigFileTest.java Mon Jan  9 14:05:43 2006
@@ -32,7 +32,7 @@
             er = builder.createConfigurationContextFromFileSystem(filename).getAxisConfiguration();
             fail(
                     "this must failed gracefully with DeploymentException \"Invalid System predefined " +
-                    "inphases , phase order dose not\" +\n support\\n recheck axis2.xml\"");
+                    "inphases , phase order does not\" +\n support\\n recheck axis2.xml\"");
         } catch (AxisFault e) {
 
         }

Modified: webservices/axis2/trunk/java/modules/core/test/org/apache/axis2/deployment/SystemPhasesremovedTest.java
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/java/modules/core/test/org/apache/axis2/deployment/SystemPhasesremovedTest.java?rev=367411&r1=367410&r2=367411&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/core/test/org/apache/axis2/deployment/SystemPhasesremovedTest.java (original)
+++ webservices/axis2/trunk/java/modules/core/test/org/apache/axis2/deployment/SystemPhasesremovedTest.java Mon Jan  9 14:05:43 2006
@@ -37,7 +37,7 @@
                     .getAxisConfiguration();
             fail(
                     "this must failed gracefully with DeploymentException \"Invalid System predefined " +
-                    "inphases , phase order dose not\" +\n support\\n recheck axis2.xml\"");
+                    "inphases , phase order does not\" +\n support\\n recheck axis2.xml\"");
         } catch (AxisFault e) {
             log.info(e.getCause());
         }