You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@tuscany.apache.org by lr...@apache.org on 2007/01/10 03:55:52 UTC

svn commit: r494693 - in /incubator/tuscany/site: site-author/java_das_overview.xml site-publish/java_das_overview.html

Author: lresende
Date: Tue Jan  9 18:55:51 2007
New Revision: 494693

URL: http://svn.apache.org/viewvc?view=rev&rev=494693
Log:
Documentation regarding how to build DAS javadocs. Part of TUSCANY-1041

Modified:
    incubator/tuscany/site/site-author/java_das_overview.xml
    incubator/tuscany/site/site-publish/java_das_overview.html

Modified: incubator/tuscany/site/site-author/java_das_overview.xml
URL: http://svn.apache.org/viewvc/incubator/tuscany/site/site-author/java_das_overview.xml?view=diff&rev=494693&r1=494692&r2=494693
==============================================================================
--- incubator/tuscany/site/site-author/java_das_overview.xml (original)
+++ incubator/tuscany/site/site-author/java_das_overview.xml Tue Jan  9 18:55:51 2007
@@ -101,8 +101,6 @@
 		<p>md &lt;local tuscany dir&gt; <br/>
 		cd &lt;local tuscany dir&gt; <br/>
 		svn co <a rel="nofollow" href="https://svn.apache.org/repos/asf/incubator/tuscany/java">https://svn.apache.org/repos/asf/incubator/tuscany/java</a> <br/>
-		cd java <br/>
-		svn up das <br/>
 		</p>
 		</li>
 	</ul>
@@ -117,10 +115,8 @@
 		<p>Commands:</p>
 		<ul>
 			<li style="list-style-type: none;">
-			<p>cd &lt;local tuscany dir&gt;/java <br/>
-			mvn -N <br/>
-			cd das <br/>
-			mvn -N (alternatively, run without the -N option - see Note below) <br/>
+			<p>cd &lt;local tuscany dir&gt;/java/das <br/>
+			mvn<br/>
 			</p>
 			</li>
 		</ul>
@@ -144,6 +140,24 @@
 		</li>
 	</ul>
 	
+	<H3>Building Javadoc for DAS</H3>
+
+    <p> In order to build DAS Javadocs, you will need to build the a specific maven profile called "javadoc" </p>
+
+	<ul>
+		<li style="list-style-type: none;">
+		<p>Commands:</p>
+		<ul>
+			<li style="list-style-type: none;">
+			<p>cd &lt;local tuscany dir&gt;/java/das <br/>
+			mvn -P javadoc<br/>
+			</p>
+			</li>
+		</ul>
+		<p>Note: Javadoc will be available at &lt;local tuscany dir&gt;/java/das/rdb/target/apidocs/index.html.</p>
+		</li>
+	</ul>
+
 	
 	<H3 >Dependency Jars</H3>
 	

Modified: incubator/tuscany/site/site-publish/java_das_overview.html
URL: http://svn.apache.org/viewvc/incubator/tuscany/site/site-publish/java_das_overview.html?view=diff&rev=494693&r1=494692&r2=494693
==============================================================================
--- incubator/tuscany/site/site-publish/java_das_overview.html (original)
+++ incubator/tuscany/site/site-publish/java_das_overview.html Tue Jan  9 18:55:51 2007
@@ -672,8 +672,6 @@
 		<p>md &lt;local tuscany dir&gt; <br />
 		cd &lt;local tuscany dir&gt; <br />
 		svn co <a rel="nofollow" href="https://svn.apache.org/repos/asf/incubator/tuscany/java">https://svn.apache.org/repos/asf/incubator/tuscany/java</a> <br />
-		cd java <br />
-		svn up das <br />
 		</p>
 		</li>
 	</ul>
@@ -687,10 +685,8 @@
 		<p>Commands:</p>
 		<ul>
 			<li style="list-style-type: none;">
-			<p>cd &lt;local tuscany dir&gt;/java <br />
-			mvn -N <br />
-			cd das <br />
-			mvn -N (alternatively, run without the -N option - see Note below) <br />
+			<p>cd &lt;local tuscany dir&gt;/java/das <br />
+			mvn<br />
 			</p>
 			</li>
 		</ul>
@@ -710,6 +706,21 @@
 			<li><p>If you are taking time to reply to firewall prompts, this can cause
 			some requests to time out. Set up the firewall to permit the action without prompting.</p></li>
 		</ol>
+		</li>
+	</ul> 
+                                                         <H3>Building Javadoc for DAS</H3> 
+                                                         <p> In order to build DAS Javadocs, you will need to build the a specific maven profile called "javadoc" </p> 
+                                                         <ul>
+		<li style="list-style-type: none;">
+		<p>Commands:</p>
+		<ul>
+			<li style="list-style-type: none;">
+			<p>cd &lt;local tuscany dir&gt;/java/das <br />
+			mvn -P javadoc<br />
+			</p>
+			</li>
+		</ul>
+		<p>Note: Javadoc will be available at &lt;local tuscany dir&gt;/java/das/rdb/target/apidocs/index.html.</p>
 		</li>
 	</ul> 
                                                          <H3>Dependency Jars</H3> 



---------------------------------------------------------------------
To unsubscribe, e-mail: tuscany-commits-unsubscribe@ws.apache.org
For additional commands, e-mail: tuscany-commits-help@ws.apache.org