Author: veithen
Date: Mon Jan  9 18:58:19 2012
New Revision: 1229295

URL: http://svn.apache.org/viewvc?rev=1229295&view=rev
Log:
Recovered some ant task documentation.

Added:
    axis/axis1/java/trunk/axis-ant/src/site/
    axis/axis1/java/trunk/axis-ant/src/site/site.xml   (with props)
    axis/axis1/java/trunk/axis-ant/src/site/xdoc/
    axis/axis1/java/trunk/axis-ant/src/site/xdoc/axis-admin.xml
      - copied, changed from r1229275, 
webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/java/ant/axis-admin.xml
    axis/axis1/java/trunk/axis-ant/src/site/xdoc/axis-java2wsdl.xml
      - copied, changed from r1229280, 
webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/java/ant/axis-java2wsdl.xml
    axis/axis1/java/trunk/axis-ant/src/site/xdoc/axis-wsdl2java.xml
      - copied, changed from r1229280, 
webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/java/ant/axis-wsdl2java.xml
    axis/axis1/java/trunk/axis-ant/src/site/xdoc/index.xml
      - copied, changed from r1229272, 
webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/java/ant/ant.xml
Removed:
    axis/axis1/java/trunk/docs/ant/ant.html
    axis/axis1/java/trunk/docs/ant/axis-admin.html
    axis/axis1/java/trunk/docs/ant/axis-java2wsdl.html
    axis/axis1/java/trunk/docs/ant/axis-wsdl2java.html
Modified:
    axis/axis1/java/trunk/axis-ant/pom.xml

Modified: axis/axis1/java/trunk/axis-ant/pom.xml
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/axis-ant/pom.xml?rev=1229295&r1=1229294&r2=1229295&view=diff
==============================================================================
--- axis/axis1/java/trunk/axis-ant/pom.xml (original)
+++ axis/axis1/java/trunk/axis-ant/pom.xml Mon Jan  9 18:58:19 2012
@@ -60,4 +60,20 @@
             </plugin>
         </plugins>
     </build>
+    <reporting>
+        <plugins>
+            <plugin>
+                <artifactId>maven-project-info-reports-plugin</artifactId>
+                <version>2.4</version>
+                <reportSets>
+                    <reportSet>
+                        <reports>
+                            <report>index</report>
+                            <report>dependencies</report>
+                        </reports>
+                    </reportSet>
+                </reportSets>
+            </plugin>
+        </plugins>
+    </reporting>
 </project>

Added: axis/axis1/java/trunk/axis-ant/src/site/site.xml
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/axis-ant/src/site/site.xml?rev=1229295&view=auto
==============================================================================
--- axis/axis1/java/trunk/axis-ant/src/site/site.xml (added)
+++ axis/axis1/java/trunk/axis-ant/src/site/site.xml Mon Jan  9 18:58:19 2012
@@ -0,0 +1,28 @@
+<?xml version="1.0" encoding="ISO-8859-1"?>
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements. See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership. The ASF licenses this file
+  ~ to you under the Apache License, Version 2.0 (the
+  ~ "License"); you may not use this file except in compliance
+  ~ with the License. You may obtain a copy of the License at
+  ~
+  ~ http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing,
+  ~ software distributed under the License is distributed on an
+  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~ KIND, either express or implied. See the License for the
+  ~ specific language governing permissions and limitations
+  ~ under the License.
+  -->
+<project name="Apache Axis">
+    <body>
+        <menu name="Tasks">
+            <item name="Axis-admin" href="axis-admin.html"/>
+            <item name="Axis-java2wsdl" href="axis-java2wsdl.html"/>
+            <item name="Axis-wsdl2java" href="axis-wsdl2java.html"/>
+        </menu>
+    </body>
+</project>

Propchange: axis/axis1/java/trunk/axis-ant/src/site/site.xml
------------------------------------------------------------------------------
    svn:eol-style = native

Copied: axis/axis1/java/trunk/axis-ant/src/site/xdoc/axis-admin.xml (from 
r1229275, 
webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/java/ant/axis-admin.xml)
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/axis-ant/src/site/xdoc/axis-admin.xml?p2=axis/axis1/java/trunk/axis-ant/src/site/xdoc/axis-admin.xml&p1=webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/java/ant/axis-admin.xml&r1=1229275&r2=1229295&rev=1229295&view=diff
==============================================================================
--- 
webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/java/ant/axis-admin.xml
 (original)
+++ axis/axis1/java/trunk/axis-ant/src/site/xdoc/axis-admin.xml Mon Jan  9 
18:58:19 2012
@@ -1,25 +1,37 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" 
"./dtd/document-v12.dtd">
-<document>
-  <header>
-    <title>WebServices - Axis</title>
-  </header>
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements. See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership. The ASF licenses this file
+  ~ to you under the Apache License, Version 2.0 (the
+  ~ "License"); you may not use this file except in compliance
+  ~ with the License. You may obtain a copy of the License at
+  ~
+  ~ http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing,
+  ~ software distributed under the License is distributed on an
+  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~ KIND, either express or implied. See the License for the
+  ~ specific language governing permissions and limitations
+  ~ under the License.
+  -->
+<document xmlns="http://maven.apache.org/XDOC/2.0";
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 
http://maven.apache.org/xsd/xdoc-2.0.xsd";>
+  <properties>
+    <title>Axis-admin Task</title>
+  </properties>
   <body>
 
-<section>
-<title>Axis-admin Task</title>
-
-<p>Task to administer a local or remote Axis server.</p>
-
-<section>
-<title>Description</title>
+<section name="Description">
 
 <p>Task to administer a local or remote Axis server. Remember, for remote 
admin, the server has to be accept remote management calls.</p>
 
 </section>
 
-<section>
-<title>Parameters</title>
+<section name="Parameters">
 
 <table>
   <tr>
@@ -40,22 +52,22 @@
   <tr>
     <td>fileprotocol</td>
     <td>specifies that a simple file protocol be used</td>
-    <td>java.lang.String</td>
+    <td>String</td>
   </tr>
   <tr>
     <td>hostname</td>
     <td>name the host to admin</td>
-    <td>java.lang.String</td>
+    <td>String</td>
   </tr>
   <tr>
     <td>newpassword</td>
     <td>set a new password; only valid if action=passwd</td>
-    <td>java.lang.String</td>
+    <td>String</td>
   </tr>
   <tr>
     <td>password</td>
     <td>the admin password</td>
-    <td>java.lang.String</td>
+    <td>String</td>
   </tr>
   <tr>
     <td>port</td>
@@ -65,38 +77,31 @@
   <tr>
     <td>servletpath</td>
     <td>the path to the AxisAdmin servlet</td>
-    <td>java.lang.String</td>
+    <td>String</td>
   </tr>
   <tr>
     <td>transportchain</td>
     <td>set the transport chain to use</td>
-    <td>java.lang.String</td>
+    <td>String</td>
   </tr>
   <tr>
     <td>url</td>
     <td>full url to the admin endpoint</td>
-    <td>java.lang.String</td>
+    <td>String</td>
   </tr>
   <tr>
     <td>username</td>
     <td>username to log in as</td>
-    <td>java.lang.String</td>
+    <td>String</td>
   </tr>
   <tr>
     <td>xmlfile</td>
     <td>the name of the XML file containing deployment information</td>
-    <td>java.io.File</td>
+    <td>File</td>
   </tr>
 </table>
 
 </section>
 
-<section>
-<title>Parameters as nested elements</title>
-
-</section>
-
-</section>
-
   </body>
 </document>

Copied: axis/axis1/java/trunk/axis-ant/src/site/xdoc/axis-java2wsdl.xml (from 
r1229280, 
webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/java/ant/axis-java2wsdl.xml)
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/axis-ant/src/site/xdoc/axis-java2wsdl.xml?p2=axis/axis1/java/trunk/axis-ant/src/site/xdoc/axis-java2wsdl.xml&p1=webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/java/ant/axis-java2wsdl.xml&r1=1229280&r2=1229295&rev=1229295&view=diff
==============================================================================
--- 
webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/java/ant/axis-java2wsdl.xml
 (original)
+++ axis/axis1/java/trunk/axis-ant/src/site/xdoc/axis-java2wsdl.xml Mon Jan  9 
18:58:19 2012
@@ -1,25 +1,37 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" 
"./dtd/document-v12.dtd">
-<document>
-  <header>
-    <title>WebServices - Axis</title>
-  </header>
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements. See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership. The ASF licenses this file
+  ~ to you under the Apache License, Version 2.0 (the
+  ~ "License"); you may not use this file except in compliance
+  ~ with the License. You may obtain a copy of the License at
+  ~
+  ~ http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing,
+  ~ software distributed under the License is distributed on an
+  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~ KIND, either express or implied. See the License for the
+  ~ specific language governing permissions and limitations
+  ~ under the License.
+  -->
+<document xmlns="http://maven.apache.org/XDOC/2.0";
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 
http://maven.apache.org/xsd/xdoc-2.0.xsd";>
+  <properties>
+    <title>Axis-java2wsdl Task</title>
+  </properties>
   <body>
 
-<section>
-<title>Axis-java2wsdl Task</title>
-
-<p>Generates a WSDL description from a Java class.</p>
-
-<section>
-<title>Description</title>
+<section name="Description">
 
 <p>Generates a WSDL description from a Java class.</p>
 
 </section>
 
-<section>
-<title>Parameters</title>
+<section name="Parameters">
 
 <table>
   <tr>
@@ -30,57 +42,62 @@
   <tr>
     <td>bindingname</td>
     <td>The name to use use for the binding element. If not specified, the 
value of the <code>servicePortName</code> + "SoapBinding" is used.</td>
-    <td>java.lang.String</td>
+    <td>String</td>
   </tr>
   <tr>
     <td>classname</td>
     <td>the class name to import, eg. org.example.Foo. Required. The class 
must be on the classpath.</td>
-    <td>java.lang.String</td>
+    <td>String</td>
   </tr>
   <tr>
     <td>exclude</td>
     <td>Comma separated list of methods to exclude from the wsdl file.</td>
-    <td>java.lang.String</td>
+    <td>String</td>
   </tr>
   <tr>
     <td>extraclasses</td>
     <td>The setter for the "extraClasses" attribute</td>
-    <td>java.lang.String</td>
+    <td>String</td>
   </tr>
   <tr>
     <td>implclass</td>
     <td>Sometimes extra information is available in the implementation class 
file. Use this option to specify the implementation class.</td>
-    <td>java.lang.String</td>
+    <td>String</td>
+  </tr>
+  <tr>
+    <td>importschema</td>
+    <td>Option attribute that indicates the name of an XML Schema file that 
should be physically imported into the generated WSDL.</td>
+    <td>File</td>
   </tr>
   <tr>
     <td>input</td>
     <td>Optional attribute that indicates the name of the input wsdl file. The 
output wsdl file will contain everything from the input wsdl file plus the new 
constructs. If a new construct is already present in the input wsdl file, it is 
not added. This option is useful for constructing a wsdl file with multiple 
ports, bindings, or portTypes.</td>
-    <td>java.io.File</td>
+    <td>File</td>
   </tr>
   <tr>
     <td>location</td>
     <td>The url of the location of the service. The name after the last slash 
or backslash is the name of the service port (unless overridden by the -s 
option). The service port address location attribute is assigned the specified 
value.</td>
-    <td>java.lang.String</td>
+    <td>String</td>
   </tr>
   <tr>
     <td>locationimport</td>
     <td>the location of the interface WSDL when generating an implementation 
WSDL Required when <code>outputImpl</code> is set</td>
-    <td>java.lang.String</td>
+    <td>String</td>
   </tr>
   <tr>
     <td>methods</td>
     <td>If this option is specified, only the indicated methods in your 
interface class will be exported into the WSDL file. The methods list must be 
comma separated. If not specified, all methods declared in the interface class 
will be exported into the WSDL file</td>
-    <td>java.lang.String</td>
+    <td>String</td>
   </tr>
   <tr>
     <td>namespace</td>
     <td>the target namespace. Required.</td>
-    <td>java.lang.String</td>
+    <td>String</td>
   </tr>
   <tr>
     <td>namespaceimpl</td>
     <td>Namespace of the implementation WSDL.</td>
-    <td>java.lang.String</td>
+    <td>String</td>
   </tr>
   <tr>
     <td>output</td>
@@ -90,42 +107,47 @@
   <tr>
     <td>outputimpl</td>
     <td>Use this option to indicate the name of the output implementation WSDL 
file. If specified, Java2WSDL will produce separate interface and 
implementation WSDL files. If not, a single WSDL file is generated</td>
-    <td>java.io.File</td>
+    <td>File</td>
   </tr>
   <tr>
     <td>porttypename</td>
     <td>Indicates the name to use use for the portType element. If not 
specified, the class-of-portType name is used.</td>
-    <td>java.lang.String</td>
+    <td>String</td>
   </tr>
   <tr>
     <td>serviceelementname</td>
     <td>the name of the service element. If not specified, the service element 
is the <code>portTypeName</code>Service.</td>
-    <td>java.lang.String</td>
+    <td>String</td>
   </tr>
   <tr>
     <td>serviceportname</td>
     <td>service port name (obtained from location if not specified)</td>
-    <td>java.lang.String</td>
+    <td>String</td>
+  </tr>
+  <tr>
+    <td>soapaction</td>
+    <td>The setter for the "soapAction" attribute</td>
+    <td>String</td>
   </tr>
   <tr>
     <td>stopclasses</td>
     <td>Comma separated list of classes which stop the Java2WSDL inheritance 
search.</td>
-    <td>java.lang.String</td>
+    <td>String</td>
   </tr>
   <tr>
     <td>style</td>
     <td>The style of the WSDL document: RPC, DOCUMENT or WRAPPED. If RPC, a 
rpc/encoded wsdl is generated. If DOCUMENT, a document/literal wsdl is 
generated. If WRAPPED, a document/literal wsdl is generated using the wrapped 
approach.</td>
-    <td>java.lang.String</td>
+    <td>String</td>
   </tr>
   <tr>
     <td>typemappingversion</td>
     <td>the default type mapping registry to use. Either 1.1 or 1.2. Default 
is 1.1</td>
-    <td>org.apache.axis.tools.ant.wsdl.TypeMappingVersionEnum</td>
+    <td>"1.1", "1.2"</td>
   </tr>
   <tr>
     <td>use</td>
     <td>Set the use option</td>
-    <td>java.lang.String</td>
+    <td>String</td>
   </tr>
   <tr>
     <td>useinheritedmethods</td>
@@ -136,13 +158,21 @@
 
 </section>
 
-<section>
-<title>Parameters as nested elements</title>
+<section name="Parameters as nested elements">
 
-<p>mapping (org.apache.axis.tools.ant.wsdl.NamespaceMapping)<br/>add a mapping 
of namespaces to packages</p>
-<p>mappingset (org.apache.axis.tools.ant.wsdl.MappingSet)<br/>add a mapping of 
namespaces to packages</p>
+<dl>
+<dt>complextype (org.apache.axis.tools.ant.wsdl.ComplexType)</dt>
+<dd>Nested element for Complex Types. Each Complex Type uses the following 
fields:</dd>
 
-</section>
+<dt>mapping (org.apache.axis.tools.ant.wsdl.NamespaceMapping)</dt>
+<dd>add a mapping of namespaces to packages</dd>
+
+<dt>mappingset (org.apache.axis.tools.ant.wsdl.MappingSet)</dt>
+<dd>add a mapping of namespaces to packages</dd>
+
+<dt>classpath (org.apache.tools.ant.types.Path)</dt>
+<dd>add a classpath containing the java classes.</dd>
+</dl>
 
 </section>
 

Copied: axis/axis1/java/trunk/axis-ant/src/site/xdoc/axis-wsdl2java.xml (from 
r1229280, 
webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/java/ant/axis-wsdl2java.xml)
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/axis-ant/src/site/xdoc/axis-wsdl2java.xml?p2=axis/axis1/java/trunk/axis-ant/src/site/xdoc/axis-wsdl2java.xml&p1=webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/java/ant/axis-wsdl2java.xml&r1=1229280&r2=1229295&rev=1229295&view=diff
==============================================================================
--- 
webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/java/ant/axis-wsdl2java.xml
 (original)
+++ axis/axis1/java/trunk/axis-ant/src/site/xdoc/axis-wsdl2java.xml Mon Jan  9 
18:58:19 2012
@@ -1,18 +1,31 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" 
"./dtd/document-v12.dtd">
-<document>
-  <header>
-    <title>WebServices - Axis</title>
-  </header>
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements. See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership. The ASF licenses this file
+  ~ to you under the Apache License, Version 2.0 (the
+  ~ "License"); you may not use this file except in compliance
+  ~ with the License. You may obtain a copy of the License at
+  ~
+  ~ http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing,
+  ~ software distributed under the License is distributed on an
+  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~ KIND, either express or implied. See the License for the
+  ~ specific language governing permissions and limitations
+  ~ under the License.
+  -->
+<document xmlns="http://maven.apache.org/XDOC/2.0";
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 
http://maven.apache.org/xsd/xdoc-2.0.xsd";>
+  <properties>
+    <title>Axis-wsdl2java Task</title>
+  </properties>
   <body>
 
-<section>
-<title>Axis-wsdl2java Task</title>
-
-<p>Create Java classes from local or remote WSDL.</p>
-
-<section>
-<title>Description</title>
+<section name="Description">
 
 <p>Create Java classes from local or remote WSDL. Mappings from namespaces to 
packages can be provided as nested &lt;mapping&gt; elements.</p>
 
@@ -27,8 +40,7 @@ overwritten if it exists. This is a safe
 
 </section>
 
-<section>
-<title>Parameters</title>
+<section name="Parameters">
 
 <table>
   <tr>
@@ -49,12 +61,17 @@ overwritten if it exists. This is a safe
   <tr>
     <td>deployscope</td>
     <td>add scope to deploy.xml: "Application", "Request", "Session" 
optional;</td>
-    <td>java.lang.String</td>
+    <td>String</td>
   </tr>
   <tr>
     <td>factory</td>
     <td>name of the Java2WSDLFactory class for extending WSDL generation 
functions</td>
-    <td>java.lang.String</td>
+    <td>String</td>
+  </tr>
+  <tr>
+    <td>failonnetworkerrors</td>
+    <td>should the task fail the build if there is a network error? optional: 
defaults to false</td>
+    <td>boolean</td>
   </tr>
   <tr>
     <td>helpergen</td>
@@ -63,8 +80,8 @@ overwritten if it exists. This is a safe
   </tr>
   <tr>
     <td>namespacemappingfile</td>
-    <td>set the mapping file. This is a properties file of package=namespace 
order. Optional, default is to look for a file called NStoPkg.properties in the 
project directory.</td>
-    <td>java.io.File</td>
+    <td>set the mapping file. This is a properties file of namespace=package 
order. Optional, default is to look for a file called NStoPkg.properties in the 
project directory.</td>
+    <td>File</td>
   </tr>
   <tr>
     <td>noimports</td>
@@ -72,9 +89,29 @@ overwritten if it exists. This is a safe
     <td>boolean</td>
   </tr>
   <tr>
+    <td>nowrapped</td>
+    <td>Set the noWrapped flag.</td>
+    <td>boolean</td>
+  </tr>
+  <tr>
     <td>output</td>
     <td>output directory for emitted files</td>
-    <td>java.io.File</td>
+    <td>File</td>
+  </tr>
+  <tr>
+    <td>password</td>
+    <td>set any password required for BASIC authenticated access to the WSDL; 
optional; only used if username is set</td>
+    <td>String</td>
+  </tr>
+  <tr>
+    <td>printstacktraceonfailure</td>
+    <td>should we print a stack trace on failure? Optional, default=true.</td>
+    <td>boolean</td>
+  </tr>
+  <tr>
+    <td>protocolhandlerpkgs</td>
+    <td>append any protocol handler pkgs specified with the task</td>
+    <td>String</td>
   </tr>
   <tr>
     <td>serverside</td>
@@ -99,29 +136,58 @@ overwritten if it exists. This is a safe
   <tr>
     <td>typemappingversion</td>
     <td>the default type mapping registry to use. Either 1.1 or 1.2. Default 
is 1.1</td>
-    <td>org.apache.axis.tools.ant.wsdl.TypeMappingVersionEnum</td>
+    <td>"1.1", "1.2"</td>
   </tr>
   <tr>
     <td>url</td>
     <td>URL to fetch and generate WSDL for. Can be remote or a local file.</td>
-    <td>java.lang.String</td>
+    <td>String</td>
+  </tr>
+  <tr>
+    <td>username</td>
+    <td>set any username required for BASIC authenticated access to the WSDL; 
optional.</td>
+    <td>String</td>
   </tr>
   <tr>
     <td>verbose</td>
     <td>flag for verbose output; default=false</td>
     <td>boolean</td>
   </tr>
+  <tr>
+    <td>allowInvalidURL</td>
+    <td>flag used to allow Stub generation even if WSDL endpoint URL is not a 
valid URL. It's the responsibility of the user to update the endpoint value 
before using generated classes; default=false</td>
+    <td>boolean</td>
+  </tr>
+  <tr>
+    <td>implementationClassName</td>
+    <td>Set the name of the implementation class. Especially useful when 
exporting an existing class as a web service using java2wsdl followed by 
wsdl2java.</td>
+    <td>String</td>
+  </tr>
 </table>
 
 </section>
 
-<section>
-<title>Parameters as nested elements</title>
+<section name="Parameters as nested elements">
 
-<p>mapping (org.apache.axis.tools.ant.wsdl.NamespaceMapping)<br/>add a mapping 
of namespaces to packages</p>
-<p>mappingset (org.apache.axis.tools.ant.wsdl.MappingSet)<br/>add a mapping of 
namespaces to packages</p>
+<dl>
+<dt>mapping (org.apache.axis.tools.ant.wsdl.NamespaceMapping)</dt>
+<dd>add a mapping of namespaces to packages</dd>
 
-</section>
+<dt>mappingset (org.apache.axis.tools.ant.wsdl.MappingSet)</dt>
+<dd>add a mapping of namespaces to packages</dd>
+
+<dt>classpath (org.apache.tools.ant.types.Path)</dt>
+<dd>set the classpath</dd>
+
+<dt>nsexclude (org.apache.axis.wsdl.toJava.NamespaceSelector)</dt>
+<dd>Adds an additional namespace to the list to be excluded from source code 
generation.</dd>
+
+<dt>nsinclude (org.apache.axis.wsdl.toJava.NamespaceSelector)</dt>
+<dd>Adds an additional namespace to the list to be included in source code 
generation.</dd>
+
+<dt>property (org.apache.axis.wsdl.toJava.FactoryProperty)</dt>
+<dd>Adds a property name/value pair for specialized 
JavaGeneratorFactories.</dd>
+</dl>
 
 </section>
 

Copied: axis/axis1/java/trunk/axis-ant/src/site/xdoc/index.xml (from r1229272, 
webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/java/ant/ant.xml)
URL: 
http://svn.apache.org/viewvc/axis/axis1/java/trunk/axis-ant/src/site/xdoc/index.xml?p2=axis/axis1/java/trunk/axis-ant/src/site/xdoc/index.xml&p1=webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/java/ant/ant.xml&r1=1229272&r2=1229295&rev=1229295&view=diff
==============================================================================
--- 
webservices/axis/trunk/site/src/java/src/documentation/content/xdocs/java/ant/ant.xml
 (original)
+++ axis/axis1/java/trunk/axis-ant/src/site/xdoc/index.xml Mon Jan  9 18:58:19 
2012
@@ -1,14 +1,31 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V1.2//EN" 
"./dtd/document-v12.dtd">
-<document>
-  <header>
-    <title>WebServices - Axis</title>
-  </header>
+<!--
+  ~ Licensed to the Apache Software Foundation (ASF) under one
+  ~ or more contributor license agreements. See the NOTICE file
+  ~ distributed with this work for additional information
+  ~ regarding copyright ownership. The ASF licenses this file
+  ~ to you under the Apache License, Version 2.0 (the
+  ~ "License"); you may not use this file except in compliance
+  ~ with the License. You may obtain a copy of the License at
+  ~
+  ~ http://www.apache.org/licenses/LICENSE-2.0
+  ~
+  ~ Unless required by applicable law or agreed to in writing,
+  ~ software distributed under the License is distributed on an
+  ~ "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
+  ~ KIND, either express or implied. See the License for the
+  ~ specific language governing permissions and limitations
+  ~ under the License.
+  -->
+<document xmlns="http://maven.apache.org/XDOC/2.0";
+  xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance";
+  xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 
http://maven.apache.org/xsd/xdoc-2.0.xsd";>
+  <properties>
+    <title>About</title>
+  </properties>
   <body>
 
-<a name="AxisAntTasks"/>
-<section>
-<title>Axis Ant Tasks</title>
+<section name="Introduction">
 
 <p>Axis comes with Ant tasks to automate aspects of the build process inside 
ant. To use these tasks, you need</p>
 
@@ -18,8 +35,9 @@
   <li>All the main Axis libraries</li>
 </ol>
 
-<section>
-<title>Declaring the Tasks</title>
+</section>
+
+<section name="Declaring the Tasks">
 
 <p>To declare the tasks, set up a classpath to include the axis task JAR and 
all the dependent libraries. Including everything in the axis lib directory 
should suffice</p>
 
@@ -35,8 +53,7 @@
 
 </section>
 
-<section>
-<title>Creating Java files from WSDL</title>
+<section name="Creating Java files from WSDL">
 
 <p>This uses the <a href="axis-wsdl2java.html">&lt;axis-wsdl2java&gt;</a> 
task.</p>
 <source>&lt;axis-wsdl2java
@@ -53,15 +70,13 @@
 
 </section>
 
-<section>
-<title>Creating WSDL files from Java</title>
+<section name="Creating WSDL files from Java">
 
 <p>This uses the <a href="axis-java2wsdl.html">&lt;axis-java2wsdl&gt;</a> 
task.</p>
 
 </section>
 
-<section>
-<title>Talking to the admin service</title>
+<section name="Talking to the admin service">
 
 <p>This can be done with the <a href="axis-admin.html">&lt;axis-admin&gt;</a> 
task.</p>
 <source>&lt;axis-admin
@@ -77,21 +92,5 @@
 
 </section>
 
-<section>
-<title>Foreach Task</title>
-
-<p><a href="foreach.html">&lt;axis-admin&gt;</a></p>
-
-</section>
-
-<section>
-<title>Runaxisfunctionaltests Task</title>
-
-<p><a href="runaxisfunctionaltests.html">&lt;axis-admin&gt;</a></p>
-
-</section>
-
-</section>
-
   </body>
 </document>


Reply via email to