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 ch...@apache.org on 2005/02/22 10:04:58 UTC

svn commit: r154821 - in webservices/axis/trunk/java: maven.xml modules/core/project.xml modules/deployment/project.xml modules/om/project.xml modules/samples/project.xml modules/tool/project.xml modules/wsdl/project.xml project.properties xdocs/navigation.xml

Author: chinthaka
Date: Tue Feb 22 01:04:50 2005
New Revision: 154821

URL: http://svn.apache.org/viewcvs?view=rev&rev=154821
Log:
Changin project.xml file to include information about specific module

Modified:
    webservices/axis/trunk/java/maven.xml
    webservices/axis/trunk/java/modules/core/project.xml
    webservices/axis/trunk/java/modules/deployment/project.xml
    webservices/axis/trunk/java/modules/om/project.xml
    webservices/axis/trunk/java/modules/samples/project.xml
    webservices/axis/trunk/java/modules/tool/project.xml
    webservices/axis/trunk/java/modules/wsdl/project.xml
    webservices/axis/trunk/java/project.properties
    webservices/axis/trunk/java/xdocs/navigation.xml

Modified: webservices/axis/trunk/java/maven.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/maven.xml?view=diff&r1=154820&r2=154821
==============================================================================
--- webservices/axis/trunk/java/maven.xml (original)
+++ webservices/axis/trunk/java/maven.xml Tue Feb 22 01:04:50 2005
@@ -16,7 +16,7 @@
  * limitations under the License.
  */
  -->
-<project default="multiproject:install" xmlns:m="jelly:maven">
+<project default="multiproject:install" xmlns:m="jelly:maven" xmlns:ant="jelly:ant">
 		 <goal name="clean">
 			 	<attainGoal name="multiproject:clean"/>
 		</goal>
@@ -106,19 +106,20 @@
     <attainGoal name="html2xdoc"/>
   </preGoal>
   
-  <goal
-    name="multiproject-javadoc"
-    description="Generate the javadoc the entire project">
-
-    <!-- Generate the javadoc for each of the components. -->
-
-    
-      <m:reactor basedir="${basedir}/modules"
-               includes="*/project.xml"
-               goals="javadoc"
-               banner="Building"
-               ignoreFailures="false"/>
-
+  <goal name="dist-bin">
+	<mkdir dir="target/dist-bin"/>
+	<mkdir dir="target/dist-bin/docs"/>
+	<mkdir dir="target/dist-bin/bin"/>
+	<mkdir dir="target/dist-bin/lib"/>
+	<mkdir dir="target/dist-bin/samples"/>
+	<mkdir dir="target/dist-bin/webapps"/> 
+		<copy todir="target/dist-bin/docs">
+			<fileset dir="modules">
+				<include name="**/target/docs/apidocs/*"/>
+			</fileset> 
+		</copy> 
+		
   </goal>
+
 
 </project>

Modified: webservices/axis/trunk/java/modules/core/project.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/core/project.xml?view=diff&r1=154820&r2=154821
==============================================================================
--- webservices/axis/trunk/java/modules/core/project.xml (original)
+++ webservices/axis/trunk/java/modules/core/project.xml Tue Feb 22 01:04:50 2005
@@ -20,8 +20,9 @@
     <pomVersion>3</pomVersion>
     <extend>../../etc/project.xml</extend>
 
-    <id>axis2-core</id>
+    <id>axis2-Core</id>
     <name>core</name>
+    <description>Core Parts of Axis 2.0.</description>
 
     <dependencies>
         <dependency>

Modified: webservices/axis/trunk/java/modules/deployment/project.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/deployment/project.xml?view=diff&r1=154820&r2=154821
==============================================================================
--- webservices/axis/trunk/java/modules/deployment/project.xml (original)
+++ webservices/axis/trunk/java/modules/deployment/project.xml Tue Feb 22 01:04:50 2005
@@ -20,8 +20,10 @@
     <pomVersion>3</pomVersion>
     <extend>../../etc/project.xml</extend>
 
-    <id>axis2-deployment</id>
+    <id>axis2-Deployment</id>
     <name>deployment</name>
+    <description>Deployment module of Axis 2.0.</description>
+
 
     <dependencies>
         <dependency>

Modified: webservices/axis/trunk/java/modules/om/project.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/om/project.xml?view=diff&r1=154820&r2=154821
==============================================================================
--- webservices/axis/trunk/java/modules/om/project.xml (original)
+++ webservices/axis/trunk/java/modules/om/project.xml Tue Feb 22 01:04:50 2005
@@ -20,8 +20,10 @@
     <pomVersion>3</pomVersion>
     <extend>../../etc/project.xml</extend>
 
-    <id>axis2-om</id>
+    <id>axis2-OM</id>
     <name>om</name>
+    <description>AXIOM, The Object Model of Axis 2.0.</description>
+
 
     <dependencies>
         <!-- external JARs -->

Modified: webservices/axis/trunk/java/modules/samples/project.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/samples/project.xml?view=diff&r1=154820&r2=154821
==============================================================================
--- webservices/axis/trunk/java/modules/samples/project.xml (original)
+++ webservices/axis/trunk/java/modules/samples/project.xml Tue Feb 22 01:04:50 2005
@@ -20,8 +20,10 @@
     <pomVersion>3</pomVersion>
     <extend>../../etc/project.xml</extend>
 
-    <id>axis2-samples</id>
+    <id>axis2-Samples</id>
     <name>samples</name>
+    <description>Set of samples available for Axis 2.0.</description>
+
 
     <dependencies>
         <dependency>

Modified: webservices/axis/trunk/java/modules/tool/project.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/tool/project.xml?view=diff&r1=154820&r2=154821
==============================================================================
--- webservices/axis/trunk/java/modules/tool/project.xml (original)
+++ webservices/axis/trunk/java/modules/tool/project.xml Tue Feb 22 01:04:50 2005
@@ -19,8 +19,10 @@
 <project>
 	<pomVersion>3</pomVersion>
 	<extend>../../etc/project.xml</extend>
-	<id>axis2-tools</id>
+	<id>axis2-Tools</id>
 	<name>tool</name>
+	<description>Tools available for Axis 2.0.</description>
+
 	<dependencies>
 		<!-- external JARs -->
 		<dependency>

Modified: webservices/axis/trunk/java/modules/wsdl/project.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/wsdl/project.xml?view=diff&r1=154820&r2=154821
==============================================================================
--- webservices/axis/trunk/java/modules/wsdl/project.xml (original)
+++ webservices/axis/trunk/java/modules/wsdl/project.xml Tue Feb 22 01:04:50 2005
@@ -20,8 +20,10 @@
     <pomVersion>3</pomVersion>
     <extend>../../etc/project.xml</extend>
 
-    <id>axis2-wsdl</id>
+    <id>axis2-WSDL</id>
     <name>wsdl</name>
+    <description>WSDL Parts of Axis 2.0.</description>
+
 
     <dependencies>
         <!-- external JARs -->

Modified: webservices/axis/trunk/java/project.properties
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/project.properties?view=diff&r1=154820&r2=154821
==============================================================================
--- webservices/axis/trunk/java/project.properties (original)
+++ webservices/axis/trunk/java/project.properties Tue Feb 22 01:04:50 2005
@@ -12,3 +12,5 @@
 
 maven.html2xdoc.enabled=true
 maven.html2xdoc.dir=./xdocs
+
+maven.pdf.navigationFile=navigation-pdf.xml

Modified: webservices/axis/trunk/java/xdocs/navigation.xml
URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/xdocs/navigation.xml?view=diff&r1=154820&r2=154821
==============================================================================
--- webservices/axis/trunk/java/xdocs/navigation.xml (original)
+++ webservices/axis/trunk/java/xdocs/navigation.xml Tue Feb 22 01:04:50 2005
@@ -31,15 +31,17 @@
       	<item name="Interim Drops" href="interim.html" />
       	<item name="Source Code" href="cvs-usage.html" />  
       </item>
-      
       <item name="Modules">
       	<item name="Core" href="multiproject/axis2-Core/index.html" /> 
       	<item name="Deployment" href="multiproject/axis2-Deployment/index.html" />
       	<item name="OM" href="multiproject/axis2-OM/index.html" /> 
       	<item name="WSDL" href="multiproject/axis2-WSDL/index.html" />
       	<item name="Samples" href="multiproject/axis2-Samples/index.html" /> 
-      </item>  
+      </item> 
+       
     </menu>
+    
+    
     
   </body>
 </project>



Re:[Axis2] svn commit: r154821 - in webservices/axis/trunk/java: maven.xml modules/core/project.xml modules/deployment/project.xml modules/om/project.xml modules/samples/project.xml modules/tool/project.xml modules/wsdl/project.xml project.properties

Posted by Srinath Perera <he...@gmail.com>.
this commit by just reanming the ID's of the moduels  with out
updating the dependancies broke the build. I revert the names back.
let us have M1 with simple names .. I feel axis2-deployment.jar make
much sense than axis2-Deployment.jar.

For the future if the ID of a module is changed all the dependacies
should updated
Thanks
Srinath


On Tue, 22 Feb 2005 09:04:58 -0000, chinthaka@apache.org
<ch...@apache.org> wrote:
> Author: chinthaka
> Date: Tue Feb 22 01:04:50 2005
> New Revision: 154821
> 
> URL: http://svn.apache.org/viewcvs?view=rev&rev=154821
> Log:
> Changin project.xml file to include information about specific module
> 
> Modified:
>     webservices/axis/trunk/java/maven.xml
>     webservices/axis/trunk/java/modules/core/project.xml
>     webservices/axis/trunk/java/modules/deployment/project.xml
>     webservices/axis/trunk/java/modules/om/project.xml
>     webservices/axis/trunk/java/modules/samples/project.xml
>     webservices/axis/trunk/java/modules/tool/project.xml
>     webservices/axis/trunk/java/modules/wsdl/project.xml
>     webservices/axis/trunk/java/project.properties
>     webservices/axis/trunk/java/xdocs/navigation.xml
> 
> Modified: webservices/axis/trunk/java/maven.xml
> URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/maven.xml?view=diff&r1=154820&r2=154821
> ==============================================================================
> --- webservices/axis/trunk/java/maven.xml (original)
> +++ webservices/axis/trunk/java/maven.xml Tue Feb 22 01:04:50 2005
> @@ -16,7 +16,7 @@
>   * limitations under the License.
>   */
>   -->
> -<project default="multiproject:install" xmlns:m="jelly:maven">
> +<project default="multiproject:install" xmlns:m="jelly:maven" xmlns:ant="jelly:ant">
>                  <goal name="clean">
>                                 <attainGoal name="multiproject:clean"/>
>                 </goal>
> @@ -106,19 +106,20 @@
>      <attainGoal name="html2xdoc"/>
>    </preGoal>
> 
> -  <goal
> -    name="multiproject-javadoc"
> -    description="Generate the javadoc the entire project">
> -
> -    <!-- Generate the javadoc for each of the components. -->
> -
> -
> -      <m:reactor basedir="${basedir}/modules"
> -               includes="*/project.xml"
> -               goals="javadoc"
> -               banner="Building"
> -               ignoreFailures="false"/>
> -
> +  <goal name="dist-bin">
> +       <mkdir dir="target/dist-bin"/>
> +       <mkdir dir="target/dist-bin/docs"/>
> +       <mkdir dir="target/dist-bin/bin"/>
> +       <mkdir dir="target/dist-bin/lib"/>
> +       <mkdir dir="target/dist-bin/samples"/>
> +       <mkdir dir="target/dist-bin/webapps"/>
> +               <copy todir="target/dist-bin/docs">
> +                       <fileset dir="modules">
> +                               <include name="**/target/docs/apidocs/*"/>
> +                       </fileset>
> +               </copy>
> +
>    </goal>
> +
> 
>  </project>
> 
> Modified: webservices/axis/trunk/java/modules/core/project.xml
> URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/core/project.xml?view=diff&r1=154820&r2=154821
> ==============================================================================
> --- webservices/axis/trunk/java/modules/core/project.xml (original)
> +++ webservices/axis/trunk/java/modules/core/project.xml Tue Feb 22 01:04:50 2005
> @@ -20,8 +20,9 @@
>      <pomVersion>3</pomVersion>
>      <extend>../../etc/project.xml</extend>
> 
> -    <id>axis2-core</id>
> +    <id>axis2-Core</id>
>      <name>core</name>
> +    <description>Core Parts of Axis 2.0.</description>
> 
>      <dependencies>
>          <dependency>
> 
> Modified: webservices/axis/trunk/java/modules/deployment/project.xml
> URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/deployment/project.xml?view=diff&r1=154820&r2=154821
> ==============================================================================
> --- webservices/axis/trunk/java/modules/deployment/project.xml (original)
> +++ webservices/axis/trunk/java/modules/deployment/project.xml Tue Feb 22 01:04:50 2005
> @@ -20,8 +20,10 @@
>      <pomVersion>3</pomVersion>
>      <extend>../../etc/project.xml</extend>
> 
> -    <id>axis2-deployment</id>
> +    <id>axis2-Deployment</id>
>      <name>deployment</name>
> +    <description>Deployment module of Axis 2.0.</description>
> +
> 
>      <dependencies>
>          <dependency>
> 
> Modified: webservices/axis/trunk/java/modules/om/project.xml
> URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/om/project.xml?view=diff&r1=154820&r2=154821
> ==============================================================================
> --- webservices/axis/trunk/java/modules/om/project.xml (original)
> +++ webservices/axis/trunk/java/modules/om/project.xml Tue Feb 22 01:04:50 2005
> @@ -20,8 +20,10 @@
>      <pomVersion>3</pomVersion>
>      <extend>../../etc/project.xml</extend>
> 
> -    <id>axis2-om</id>
> +    <id>axis2-OM</id>
>      <name>om</name>
> +    <description>AXIOM, The Object Model of Axis 2.0.</description>
> +
> 
>      <dependencies>
>          <!-- external JARs -->
> 
> Modified: webservices/axis/trunk/java/modules/samples/project.xml
> URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/samples/project.xml?view=diff&r1=154820&r2=154821
> ==============================================================================
> --- webservices/axis/trunk/java/modules/samples/project.xml (original)
> +++ webservices/axis/trunk/java/modules/samples/project.xml Tue Feb 22 01:04:50 2005
> @@ -20,8 +20,10 @@
>      <pomVersion>3</pomVersion>
>      <extend>../../etc/project.xml</extend>
> 
> -    <id>axis2-samples</id>
> +    <id>axis2-Samples</id>
>      <name>samples</name>
> +    <description>Set of samples available for Axis 2.0.</description>
> +
> 
>      <dependencies>
>          <dependency>
> 
> Modified: webservices/axis/trunk/java/modules/tool/project.xml
> URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/tool/project.xml?view=diff&r1=154820&r2=154821
> ==============================================================================
> --- webservices/axis/trunk/java/modules/tool/project.xml (original)
> +++ webservices/axis/trunk/java/modules/tool/project.xml Tue Feb 22 01:04:50 2005
> @@ -19,8 +19,10 @@
>  <project>
>         <pomVersion>3</pomVersion>
>         <extend>../../etc/project.xml</extend>
> -       <id>axis2-tools</id>
> +       <id>axis2-Tools</id>
>         <name>tool</name>
> +       <description>Tools available for Axis 2.0.</description>
> +
>         <dependencies>
>                 <!-- external JARs -->
>                 <dependency>
> 
> Modified: webservices/axis/trunk/java/modules/wsdl/project.xml
> URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/modules/wsdl/project.xml?view=diff&r1=154820&r2=154821
> ==============================================================================
> --- webservices/axis/trunk/java/modules/wsdl/project.xml (original)
> +++ webservices/axis/trunk/java/modules/wsdl/project.xml Tue Feb 22 01:04:50 2005
> @@ -20,8 +20,10 @@
>      <pomVersion>3</pomVersion>
>      <extend>../../etc/project.xml</extend>
> 
> -    <id>axis2-wsdl</id>
> +    <id>axis2-WSDL</id>
>      <name>wsdl</name>
> +    <description>WSDL Parts of Axis 2.0.</description>
> +
> 
>      <dependencies>
>          <!-- external JARs -->
> 
> Modified: webservices/axis/trunk/java/project.properties
> URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/project.properties?view=diff&r1=154820&r2=154821
> ==============================================================================
> --- webservices/axis/trunk/java/project.properties (original)
> +++ webservices/axis/trunk/java/project.properties Tue Feb 22 01:04:50 2005
> @@ -12,3 +12,5 @@
> 
>  maven.html2xdoc.enabled=true
>  maven.html2xdoc.dir=./xdocs
> +
> +maven.pdf.navigationFile=navigation-pdf.xml
> 
> Modified: webservices/axis/trunk/java/xdocs/navigation.xml
> URL: http://svn.apache.org/viewcvs/webservices/axis/trunk/java/xdocs/navigation.xml?view=diff&r1=154820&r2=154821
> ==============================================================================
> --- webservices/axis/trunk/java/xdocs/navigation.xml (original)
> +++ webservices/axis/trunk/java/xdocs/navigation.xml Tue Feb 22 01:04:50 2005
> @@ -31,15 +31,17 @@
>         <item name="Interim Drops" href="interim.html" />
>         <item name="Source Code" href="cvs-usage.html" />
>        </item>
> -
>        <item name="Modules">
>         <item name="Core" href="multiproject/axis2-Core/index.html" />
>         <item name="Deployment" href="multiproject/axis2-Deployment/index.html" />
>         <item name="OM" href="multiproject/axis2-OM/index.html" />
>         <item name="WSDL" href="multiproject/axis2-WSDL/index.html" />
>         <item name="Samples" href="multiproject/axis2-Samples/index.html" />
> -      </item>
> +      </item>
> +
>      </menu>
> +
> +
> 
>    </body>
>  </project>
> 
>