vmassol 2003/01/13 03:45:55
Modified: documentation/docs/xdocs/spines/ant howto_ant_install.xml
howto_ant_primer.xml howto_ant_cactus.xml
howto_ant.xml
documentation/docs/xdocs/spines/browser howto_junitee.xml
documentation/docs/xdocs mock_vs_cactus.xml resources.xml
Log:
Fixed bad hrefs
Revision Changes Path
1.2 +3 -3
jakarta-cactus/documentation/docs/xdocs/spines/ant/howto_ant_install.xml
Index: howto_ant_install.xml
===================================================================
RCS file:
/home/cvs/jakarta-cactus/documentation/docs/xdocs/spines/ant/howto_ant_install.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- howto_ant_install.xml 12 Jan 2003 17:24:52 -0000 1.1
+++ howto_ant_install.xml 13 Jan 2003 11:45:55 -0000 1.2
@@ -58,7 +58,7 @@
In order to simplify the installation of Ant and the gathering of
the required Ant tasks as described above, we provide a
prepackaged zip containing everything needed. This is available from
- the <link href="downloads.html">downloads</link> section.
+ the <link href="site:downloads">downloads</link> section.
</p>
</s1>
@@ -102,8 +102,8 @@
download the Stylebook 1.0b3 for Xalan 2 jar, the latest
<link href="http://xml.apache.org/xalan-j/">Xalan</link>, the latest
<link href="http://xml.apache.org/xerces-j">Xerces</link>, the
- latest <link href="http://junit.org">JUnit</link> and the latest
- <link href="http://checkstyle.sf.net">Checkstyle</link> jars. You'll
+ latest <link href="ext:junit">JUnit</link> and the latest
+ <link href="ext:checkstyle">Checkstyle</link> jars. You'll
also need to ensure that you use a JAXP 1.1 parser. You can download
one (crimson) from
<link href="http://java.sun.com/xml/download.html">here</link>. Put
1.2 +2 -2
jakarta-cactus/documentation/docs/xdocs/spines/ant/howto_ant_primer.xml
Index: howto_ant_primer.xml
===================================================================
RCS file:
/home/cvs/jakarta-cactus/documentation/docs/xdocs/spines/ant/howto_ant_primer.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- howto_ant_primer.xml 12 Jan 2003 17:24:53 -0000 1.1
+++ howto_ant_primer.xml 13 Jan 2003 11:45:55 -0000 1.2
@@ -89,7 +89,7 @@
<p>
The sample Ant build file described below is taken from the
- <link href="downloads.html">Cactus Sample for Servlet API 2.2
+ <link href="site:downloads">Cactus Sample for Servlet API 2.2
</link> project.
</p>
@@ -1014,7 +1014,7 @@
</p>
<p>
- See the <link href="howto_ant_cactus.html">Using Cactus with
+ See the <link href="site:howto_ant_cactus">Using Cactus with
Ant</link> tutorial for details on to do this.
</p>
1.2 +2 -2
jakarta-cactus/documentation/docs/xdocs/spines/ant/howto_ant_cactus.xml
Index: howto_ant_cactus.xml
===================================================================
RCS file:
/home/cvs/jakarta-cactus/documentation/docs/xdocs/spines/ant/howto_ant_cactus.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- howto_ant_cactus.xml 12 Jan 2003 17:24:52 -0000 1.1
+++ howto_ant_cactus.xml 13 Jan 2003 11:45:55 -0000 1.2
@@ -328,7 +328,7 @@
<p>
Creating a WAR file is the preferred way of deploying Cactus tests
to your servlet engine. Check the
- <link href="getting_started.html">Getting Started</link> guide and
+ <link href="site:getting_started">Getting Started</link> guide and
the example below for details on what files to include in the WAR.
</p>
<p>
@@ -462,7 +462,7 @@
<note>
The list of jars to include in your classpath is explained and
- detailed in the <link href="howot_classpath.html">Classpath
+ detailed in the <link href="site:howto_classpath">Classpath
Howto</link> guide.
</note>
1.2 +3 -3 jakarta-cactus/documentation/docs/xdocs/spines/ant/howto_ant.xml
Index: howto_ant.xml
===================================================================
RCS file:
/home/cvs/jakarta-cactus/documentation/docs/xdocs/spines/ant/howto_ant.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- howto_ant.xml 12 Jan 2003 17:24:52 -0000 1.1
+++ howto_ant.xml 13 Jan 2003 11:45:55 -0000 1.2
@@ -18,16 +18,16 @@
</p>
<ul>
<li>
- <link href="howto_ant_cactus.html">Using Cactus with Ant</link> :
+ <link href="site:howto_ant_cactus">Using Cactus with Ant</link> :
Explain how to integrate Cactus tests in your own Ant build process,
</li>
<li>
- <link href="howto_ant_install.html">Ant installation</link> :
+ <link href="site:howto_ant_install">Ant installation</link> :
Explains how to install Ant to run the samples provided in the Cactus
distribution or to build Cactus from the sources,
</li>
<li>
- <link href="howto_ant_primer.html">Ant Primer</link> :
+ <link href="site:howto_ant_primer">Ant Primer</link> :
Provides an Ant primer that explains how to best organize a project
around an Ant build process (directory structure, Ant targets, ...).
At the same time it described the principles that have been followed
1.2 +1 -1
jakarta-cactus/documentation/docs/xdocs/spines/browser/howto_junitee.xml
Index: howto_junitee.xml
===================================================================
RCS file:
/home/cvs/jakarta-cactus/documentation/docs/xdocs/spines/browser/howto_junitee.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- howto_junitee.xml 12 Jan 2003 17:24:52 -0000 1.1
+++ howto_junitee.xml 13 Jan 2003 11:45:55 -0000 1.2
@@ -18,7 +18,7 @@
Since Version 1.4 Cactus contains a new Servlet Test Runner that
enables the same features than the JUnitEE was providing, but in an
even easier way. Please check the
- <link href="howto_runner.html">TestRunner Howto</link> tutorial.
+ <link href="site:howto_runner">TestRunner Howto</link> tutorial.
</note>
<p>
1.2 +2 -2 jakarta-cactus/documentation/docs/xdocs/mock_vs_cactus.xml
Index: mock_vs_cactus.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/mock_vs_cactus.xml,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- mock_vs_cactus.xml 12 Jan 2003 17:24:50 -0000 1.1
+++ mock_vs_cactus.xml 13 Jan 2003 11:45:55 -0000 1.2
@@ -366,7 +366,7 @@
tests will run fine when deployed.
</p>
<p>
- Also, as described on the <link href="goals.html">Cactus' goals
+ Also, as described on the <link href="site:goals">Cactus' goals
page</link>, we think that a framework like Cactus will be more and
more useful as we use more and more components in the future because
it will provide
@@ -400,7 +400,7 @@
<p>
We would very much like to have your feedback on MO vs IC. Please post
your feedback on the
- <link href="mailinglist.html">Cactus mailing list</link>.
+ <link href="site:mailinglist">Cactus mailing list</link>.
</p>
<p>
Thanks a lot.
1.15 +3 -2 jakarta-cactus/documentation/docs/xdocs/resources.xml
Index: resources.xml
===================================================================
RCS file: /home/cvs/jakarta-cactus/documentation/docs/xdocs/resources.xml,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- resources.xml 12 Jan 2003 17:24:49 -0000 1.14
+++ resources.xml 13 Jan 2003 11:45:55 -0000 1.15
@@ -167,8 +167,9 @@
Book
</td>
<td>
- Co-authored by <link href="contributors.html#nick_bio">Nicholas
- Lesiecki</link> (a Cactus commiter) and Richard Hightower, this
+ Co-authored by
+ <jump href="site:contributors" anchor="nick_bio">Nicholas
+ Lesiecki</jump> (a Cactus commiter) and Richard Hightower, this
book covers key open source testing and integration tools that work
well in agile processes such as XP. The book features a Cactus API
reference, an in-depth tutorial on Cactus use, and an example of
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>