[weld-commits] Weld SVN: r5082 - doc/trunk/reference/en-US.

weld-commits at lists.jboss.org weld-commits at lists.jboss.org
Mon Nov 16 23:33:19 EST 2009


Author: gavin.king at jboss.com
Date: 2009-11-16 23:33:19 -0500 (Mon, 16 Nov 2009)
New Revision: 5082

Modified:
   doc/trunk/reference/en-US/dependencies.xml
   doc/trunk/reference/en-US/ee.xml
   doc/trunk/reference/en-US/gettingstarted.xml
   doc/trunk/reference/en-US/injection.xml
   doc/trunk/reference/en-US/next.xml
   doc/trunk/reference/en-US/part1.xml
   doc/trunk/reference/en-US/weldexamples.xml
Log:
fix broken links

Modified: doc/trunk/reference/en-US/dependencies.xml
===================================================================
--- doc/trunk/reference/en-US/dependencies.xml	2009-11-17 00:24:06 UTC (rev 5081)
+++ doc/trunk/reference/en-US/dependencies.xml	2009-11-17 04:33:19 UTC (rev 5082)
@@ -6,7 +6,7 @@
 
    <para>
       This section lists compile-time and runtime dependencies for Weld. This list is currently maintained in the <ulink
-      src="https://jira.jboss.org/jira/browse/WELD-222">WELD-222</ulink> issue report as well as here in this appendix.
+      url="https://jira.jboss.org/jira/browse/WELD-222">WELD-222</ulink> issue report as well as here in this appendix.
    </para>
 
    <table>
@@ -128,7 +128,7 @@
                 <para>compile</para>
               </entry>
               <entry>
-                <para><ulink src="http://opensource.atlassian.com/projects/hibernate/browse/BVAL-193">BVAL-193</ulink></para>
+                <para><ulink url="http://opensource.atlassian.com/projects/hibernate/browse/BVAL-193">BVAL-193</ulink></para>
               </entry>
             </row>
 

Modified: doc/trunk/reference/en-US/ee.xml
===================================================================
--- doc/trunk/reference/en-US/ee.xml	2009-11-17 00:24:06 UTC (rev 5081)
+++ doc/trunk/reference/en-US/ee.xml	2009-11-17 04:33:19 UTC (rev 5082)
@@ -30,7 +30,7 @@
             </listitem>
             <listitem>
                <para>
-                  the default <ulink src="http://jcp.org/en/jsr/detail?id=303">Bean Validation</ulink> 
+                  the default <ulink url="http://jcp.org/en/jsr/detail?id=303">Bean Validation</ulink> 
                   <literal>ValidationFactory</literal>, and
                </para>
             </listitem>

Modified: doc/trunk/reference/en-US/gettingstarted.xml
===================================================================
--- doc/trunk/reference/en-US/gettingstarted.xml	2009-11-17 00:24:06 UTC (rev 5081)
+++ doc/trunk/reference/en-US/gettingstarted.xml	2009-11-17 04:33:19 UTC (rev 5082)
@@ -81,9 +81,9 @@
       <title>Deploying to JBoss AS</title>
 
       <para>
-         To deploy the examples to JBoss AS, you'll need <ulink src="http://jboss.org/jbossas/">JBoss AS
+         To deploy the examples to JBoss AS, you'll need <ulink url="http://jboss.org/jbossas/">JBoss AS
          5.2.0.Beta1</ulink> or above. If a release of the JBoss AS 5.2 line isn't yet available, you can download a
-         <ulink src="http://hudson.jboss.org/hudson/view/JBoss%20AS/job/JBoss-AS-5.x-sun16/">nightly snapshot</ulink>.
+         <ulink url="http://hudson.jboss.org/hudson/view/JBoss%20AS/job/JBoss-AS-5.x-sun16/">nightly snapshot</ulink>.
          The reason JBoss AS 5.2.0.Beta1 or above is required is because it's the first release that has both CDI and
          Bean Validation support built-in, making it close enough to Java EE 6 to run the examples. The good news is
          that there are no additional modifications you have to make to the server. It's ready to go!
@@ -141,7 +141,7 @@
       <note>
          <para>
             If you are using Eclipse, you should seriously consider installing the <ulink
-            src="http://www.jboss.org/tools">JBoss Tools</ulink> add-ons, which include a wide variety of tooling for
+            url="http://www.jboss.org/tools">JBoss Tools</ulink> add-ons, which include a wide variety of tooling for
             JSR-299 and Java EE development, as well as an enhanced JBoss AS server view.
          </para>
       </note>
@@ -149,7 +149,7 @@
       <para>
          Wait a few seconds for the application to deploy (or the application server to start) and see if you can
          determine the most efficient approach to pinpoint the random number at the local URL <ulink
-         src="http://localhost:8080/weld-numberguess">http://localhost:8080/weld-numberguess</ulink>.
+         url="http://localhost:8080/weld-numberguess">http://localhost:8080/weld-numberguess</ulink>.
       </para>
 
       <tip>
@@ -204,7 +204,7 @@
 
       <para>
          Again, wait a few seconds for the application to deploy (if you're really bored, read the log messages), and 
-         visit <ulink src="http://localhost:8080/weld-translator">http://localhost:8080/weld-translator</ulink> to begin
+         visit <ulink url="http://localhost:8080/weld-translator">http://localhost:8080/weld-translator</ulink> to begin
          pseudo-translating.
       </para>
 
@@ -225,9 +225,9 @@
 
       <para>
          To deploy the examples to GlassFish, you'll need the final <ulink
-         src="https://glassfish.dev.java.net/">GlassFish V3</ulink> release (the preview release won't do). If the final
+         url="https://glassfish.dev.java.net/">GlassFish V3</ulink> release (the preview release won't do). If the final
          release isn't yet available, you can download a <ulink
-         src="http://download.java.net/glassfish/v3/promoted/">promoted build</ulink> in the meantime. Select the b69
+         url="http://download.java.net/glassfish/v3/promoted/">promoted build</ulink> in the meantime. Select the b69
          preview release or above that ends in either <literal>-unix.sh</literal> or <literal>-windows.exe</literal> 
          depending on your platform. After the download is complete, execute the installer. On Linux/Unix, you'll need 
          to first make the script executable.
@@ -260,7 +260,7 @@
       </para>
 
       <para>
-         You deploy applications to GlassFish using the <ulink src="http://localhost:4848">GlassFish Admin
+         You deploy applications to GlassFish using the <ulink url="http://localhost:4848">GlassFish Admin
          Console</ulink>. To get the Admin Console running, you need to start a GlassFish domain, in our case
          <literal>domain1</literal>. Switch to the <literal>bin</literal> folder in the directory where you 
          installed GlassFish and execute the following command:
@@ -270,13 +270,13 @@
 
       <para>
          After a few seconds you can visit the Admin Console in the browser at the URL <ulink
-         src="http://localhost:4848">http://localhost:4848</ulink>. In the tree on the left-hand
+         url="http://localhost:4848">http://localhost:4848</ulink>. In the tree on the left-hand
          side of the page, click on "Applications", then click on the "Deploy..." button under
          the heading "Applications" and select the deployable artifact for either of the two examples.
          The deployer should recognize that you have selected a Java EE artifact and allow you to
          start it. You can see the examples running at either <ulink
-         src="http://localhost:7070/weld-numberguess">http://localhost:7070/weld-numberguess</ulink> or <ulink
-         src="http://localhost:7070/weld-translator">http://localhost:7070/weld-translator</ulink>,
+         url="http://localhost:7070/weld-numberguess">http://localhost:7070/weld-numberguess</ulink> or <ulink
+         url="http://localhost:7070/weld-translator">http://localhost:7070/weld-translator</ulink>,
          depending on which example you deployed.
       </para>
 
@@ -303,7 +303,7 @@
 
       <para>
          Let's give the Weld servlet extension a spin on Apache Tomcat. First, you'll need to download Tomcat 6.0.18 or 
-         later from <ulink src="http://tomcat.apache.org/download-60.cgi">tomcat.apache.org</ulink> and extract it.
+         later from <ulink url="http://tomcat.apache.org/download-60.cgi">tomcat.apache.org</ulink> and extract it.
       </para>
 
       <programlisting><![CDATA[$> unzip apache-tomcat-6.0.18.zip]]></programlisting> 
@@ -389,7 +389,7 @@
          <para>
             Wait a few seconds for the application to deploy (or the application server to start) and see if you can figure
             out the most efficient approach to pinpoint the random number at the local URL
-            <ulink src="http://localhost:8080/weld-numberguess">http://localhost:8080/weld-numberguess</ulink>!
+            <ulink url="http://localhost:8080/weld-numberguess">http://localhost:8080/weld-numberguess</ulink>!
          </para>
 
       </section>
@@ -498,7 +498,7 @@
       <para>
          The log output of Jetty will be shown in the console. Once Jetty reports that the application has deployed, you
          can access it at the following local URL: <ulink
-         src="http://localhost:9090/weld-numberguess">http://localhost:9090/weld-numberguess</ulink>. The port is
+         url="http://localhost:9090/weld-numberguess">http://localhost:9090/weld-numberguess</ulink>. The port is
          defined in the Maven Jetty plugin configuration within the <literal>jetty</literal> profile.
       </para>
 
@@ -540,7 +540,7 @@
          Now, you are ready to run the server in Eclipse. Import the project into your Eclipse workspace using "Import
          Existing Project into Workspace. Then, find the start class in <literal>src/jetty/java</literal> and run its 
          main method as a Java Application. Jetty will launch. You can view the application at the following local URL: <ulink
-         src="http://localhost:8080">http://localhost:8080</ulink>.  Pay particular attention to the port in the URL and
+         url="http://localhost:8080">http://localhost:8080</ulink>.  Pay particular attention to the port in the URL and
          the lack of a trailing context path.
       </para>
 

Modified: doc/trunk/reference/en-US/injection.xml
===================================================================
--- doc/trunk/reference/en-US/injection.xml	2009-11-17 00:24:06 UTC (rev 5081)
+++ doc/trunk/reference/en-US/injection.xml	2009-11-17 04:33:19 UTC (rev 5082)
@@ -447,7 +447,7 @@
 
       <para>
          See <ulink
-         src="http://sfwk.org/Documentation/HowDoAResolveAnAmbiguousResolutionExceptionBetweenAProducerMethodAndARawType">this
+         url="http://sfwk.org/Documentation/HowDoAResolveAnAmbiguousResolutionExceptionBetweenAProducerMethodAndARawType">this
          FAQ</ulink> for step-by-step instructions for how to resolve an ambigous resolution exception between a raw
          bean type and a producer method that returns the same bean type.
       </para>

Modified: doc/trunk/reference/en-US/next.xml
===================================================================
--- doc/trunk/reference/en-US/next.xml	2009-11-17 00:24:06 UTC (rev 5081)
+++ doc/trunk/reference/en-US/next.xml	2009-11-17 04:33:19 UTC (rev 5082)
@@ -8,20 +8,20 @@
       Regardless, the CDI specification remains the authority for information on CDI. The spec is less than 100 pages and 
       is quite readable (don't worry, it's not like your Blu-ray player manual). Of course, it covers many details we've 
       skipped over here. The spec is available on the
-      <ulink src="http://jcp.org/en/jsr/detail?id=299">JSR-299 page</ulink> at the JCP website.
+      <ulink url="http://jcp.org/en/jsr/detail?id=299">JSR-299 page</ulink> at the JCP website.
    </para>
   
    <para>
-      The CDI reference implementation, Weld, is being developed at the <ulink src="http://seamframework.org/Weld">Seam
+      The CDI reference implementation, Weld, is being developed at the <ulink url="http://seamframework.org/Weld">Seam
       project</ulink>. The RI development team and the CDI spec lead blog at <ulink
-      src="http://in.relation.to">in.relation.to</ulink>. This guide was originally based on a series of blog entries
+      url="http://in.relation.to">in.relation.to</ulink>. This guide was originally based on a series of blog entries
       published there while the specification was being developed. It's probably the best source of information about
       the future of CDI, Weld and Seam.
    </para>
 
    <para>
-      We encourage you to follow the <ulink src="https://lists.jboss.org/mailman/listinfo/weld-dev">weld-dev</ulink>
-      mailing list and to get involved in <ulink src="http://seamframework.org/Weld/Development">development</ulink>. If
+      We encourage you to follow the <ulink url="https://lists.jboss.org/mailman/listinfo/weld-dev">weld-dev</ulink>
+      mailing list and to get involved in <ulink url="http://seamframework.org/Weld/Development">development</ulink>. If
       you are reading this guide, you likely have something to offer.
    </para>
 
@@ -34,7 +34,7 @@
       <listitem>
          <para>
             Checkout source from <ulink
-            src="http://anonsvn.jboss.org/repos/weld/doc/trunk/reference">http://anonsvn.jboss.org/repos/weld/doc/trunk/reference</ulink>
+            url="http://anonsvn.jboss.org/repos/weld/doc/trunk/reference">http://anonsvn.jboss.org/repos/weld/doc/trunk/reference</ulink>
             using SVN
          </para>
          <programlisting><![CDATA[$> svn co http://anonsvn.jboss.org/repos/weld/doc/trunk/reference weld-reference]]></programlisting> 

Modified: doc/trunk/reference/en-US/part1.xml
===================================================================
--- doc/trunk/reference/en-US/part1.xml	2009-11-17 00:24:06 UTC (rev 5081)
+++ doc/trunk/reference/en-US/part1.xml	2009-11-17 04:33:19 UTC (rev 5082)
@@ -12,7 +12,7 @@
 
    <!-- NOTE synchronize this intro with the intro on http://seamframework.org/Weld -->
    <para>
-      The <ulink src="http://jcp.org/en/jsr/detail?id=299">JSR-299</ulink> specification (CDI) defines a set of 
+      The <ulink url="http://jcp.org/en/jsr/detail?id=299">JSR-299</ulink> specification (CDI) defines a set of 
       complementary services that help improve the structure of application code. CDI layers an enhanced lifecycle 
       and interaction model over existing Java component types, including managed beans and Enterprise Java Beans. 
       The CDI services provide:
@@ -195,7 +195,7 @@
    </para>
   
    <para>
-      Finally, CDI is a <ulink src="http://jcp.org">Java Community Process</ulink> (JCP) standard. Java EE 6 requires 
+      Finally, CDI is a <ulink url="http://jcp.org">Java Community Process</ulink> (JCP) standard. Java EE 6 requires 
       that all compliant application servers provide support for JSR-299 (even in the web profile).
    </para>
   

Modified: doc/trunk/reference/en-US/weldexamples.xml
===================================================================
--- doc/trunk/reference/en-US/weldexamples.xml	2009-11-17 00:24:06 UTC (rev 5081)
+++ doc/trunk/reference/en-US/weldexamples.xml	2009-11-17 04:33:19 UTC (rev 5082)
@@ -439,7 +439,7 @@
             <para>
                To use the Wicket example in Eclipse, you have one of two choices. You can either use a Maven plugin to
                generate a regular Eclipse Web project, or you can open the example natively using the <ulink
-               src="http://m2eclipse.sonatype.org/">m2eclipse plugin</ulink>.  Since the Weld source code relies so
+               url="http://m2eclipse.sonatype.org/">m2eclipse plugin</ulink>.  Since the Weld source code relies so
                heavily on Maven, we encourage you to bite the bullet and adopt the m2eclipse plugin. Both approaches are
                described here for your convenience..
             </para>



More information about the weld-commits mailing list