bodewig 2002/11/28 00:49:21
Modified: docs/site binindex.html idedev-rdtomcat.html
idedevelopers.html sourceindex.html
xdocs/site binindex.xml sourceindex.xml
Log:
change download URL for Ant - and remove paragraph on mirrors until the stuff gets
mirrored
Revision Changes Path
1.231 +1 -7 jakarta-site2/docs/site/binindex.html
Index: binindex.html
===================================================================
RCS file: /home/cvs/jakarta-site2/docs/site/binindex.html,v
retrieving revision 1.230
retrieving revision 1.231
diff -u -r1.230 -r1.231
--- binindex.html 25 Nov 2002 23:28:02 -0000 1.230
+++ binindex.html 28 Nov 2002 08:49:20 -0000 1.231
@@ -159,12 +159,6 @@
"hack" the technologies in order to integrate them into other products).
</p>
<p>
-You can either download the files from
-<a
href="http://www.apache.org/dist/jakarta/">http://www.apache.org/dist/jakarta/</a>
-by following the links on this page or use one of the
-<a href="http://www.apache.org/dyn/closer.cgi">Apache mirror sites</a>.
-</p>
- <p>
Depending on what kind of user you are, you'll want to use a
particular type of build. We divide our available binaries into the
following categories:
@@ -204,7 +198,7 @@
Release Builds
</h2>
<ul>
-<li><a
href="http://www.apache.org/dist/jakarta/jakarta-ant/release/v1.5.1/bin/">Ant
1.5.1</a></li>
+<li><a href="http://www.apache.org/dist/ant/binaries/">Ant 1.5.1</a></li>
<li><a
href="http://www.apache.org/dist/jakarta/jakarta-avalon/release/framework/latest/">Avalon
Framework 4.1.3</a></li>
<li><a
href="http://www.apache.org/dist/jakarta/jakarta-avalon/release/excalibur/latest/">Avalon
Excalibur 4.1</a></li>
<li><a
href="http://www.apache.org/dist/jakarta/jakarta-avalon-phoenix/release/latest/">Avalon
Phoenix 4.0.1</a></li>
1.2 +22 -2 jakarta-site2/docs/site/idedev-rdtomcat.html
Index: idedev-rdtomcat.html
===================================================================
RCS file: /home/cvs/jakarta-site2/docs/site/idedev-rdtomcat.html,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- idedev-rdtomcat.html 24 Nov 2002 20:26:31 -0000 1.1
+++ idedev-rdtomcat.html 28 Nov 2002 08:49:20 -0000 1.2
@@ -209,8 +209,28 @@
favorite editor. Scroll down to the line that says:
"rem Guess CATALINA_HOME if not defined" and just before it add this line
via cut and paste (don't worry, you don't need to know what most of this
- means...I sure as heck don't!):
- "SET CATALINA_OPTS=-server -Xdebug -Xnoagent -Djava.compiler=NONE
-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8000" minus the quotes of
course.
+ means...I sure as heck don't!):
+ </p>
+ <div align="left">
+ <table cellspacing="4" cellpadding="0" border="0">
+ <tr>
+ <td bgcolor="#023264" width="1" height="1"><img src="/images/void.gif"
width="1" height="1" vspace="0" hspace="0" border="0"/></td>
+ <td bgcolor="#023264" height="1"><img src="/images/void.gif" width="1"
height="1" vspace="0" hspace="0" border="0"/></td>
+ <td bgcolor="#023264" width="1" height="1"><img src="/images/void.gif"
width="1" height="1" vspace="0" hspace="0" border="0"/></td>
+ </tr>
+ <tr>
+ <td bgcolor="#023264" width="1"><img src="/images/void.gif" width="1"
height="1" vspace="0" hspace="0" border="0"/></td>
+ <td bgcolor="#ffffff"><pre>SET CATALINA_OPTS=-server -Xdebug -Xnoagent
-Djava.compiler=NONE
-Xrunjdwp:transport=dt_socket,server=y,suspend=n,address=8000</pre></td>
+ <td bgcolor="#023264" width="1"><img src="/images/void.gif" width="1"
height="1" vspace="0" hspace="0" border="0"/></td>
+ </tr>
+ <tr>
+ <td bgcolor="#023264" width="1" height="1"><img src="/images/void.gif"
width="1" height="1" vspace="0" hspace="0" border="0"/></td>
+ <td bgcolor="#023264" height="1"><img src="/images/void.gif" width="1"
height="1" vspace="0" hspace="0" border="0"/></td>
+ <td bgcolor="#023264" width="1" height="1"><img src="/images/void.gif"
width="1" height="1" vspace="0" hspace="0" border="0"/></td>
+ </tr>
+ </table>
+ </div>
+ <p>
Save and exit.
</p>
<p>
1.8 +6 -4 jakarta-site2/docs/site/idedevelopers.html
Index: idedevelopers.html
===================================================================
RCS file: /home/cvs/jakarta-site2/docs/site/idedevelopers.html,v
retrieving revision 1.7
retrieving revision 1.8
diff -u -r1.7 -r1.8
--- idedevelopers.html 25 Nov 2002 22:02:22 -0000 1.7
+++ idedevelopers.html 28 Nov 2002 08:49:20 -0000 1.8
@@ -298,15 +298,17 @@
</p>
<p>
All of the Apache Jakarta Project's software is stored in CVS under
- revision control. And to contribute to the project you need to create
- "patches" with the cvs diff -u command (or the GUI equivalent). The
- -u specifies the more brief and useful format. To do that you need to
+ revision control. To contribute to a project you need to create
+ "patches" in the "unified diff" format, by either using the
+ cvs diff -u command or the GUI equivalent. The -u specifies the
+ more brief and useful format. To do that you need to
have a working copy of the software. Instructions and a list of modules
can be found <a href="http://jakarta.apache.org/site/cvsindex.html">here</a>.
You'll even find instructions on how to use GUI tools with CVS, many of
which are free. <a href="http://www.eclipse.org">Eclipse</a> and
<a href="http://www.netbeans.org">Netbeans</a> already have very good
- support for CVS built in.
+ support for CVS built in. In fact, <a href="http://www.eclipse.org">Eclipse</a>
+ has a "Create Patch..." feature that defaults to the unified format.
</p>
</blockquote>
</p>
1.157 +1 -7 jakarta-site2/docs/site/sourceindex.html
Index: sourceindex.html
===================================================================
RCS file: /home/cvs/jakarta-site2/docs/site/sourceindex.html,v
retrieving revision 1.156
retrieving revision 1.157
diff -u -r1.156 -r1.157
--- sourceindex.html 25 Nov 2002 23:28:02 -0000 1.156
+++ sourceindex.html 28 Nov 2002 08:49:20 -0000 1.157
@@ -158,12 +158,6 @@
"hack" in order to integrate Servlets and JSP into other products.
</p>
<p>
-You can either download the files from
-<a
href="http://www.apache.org/dist/jakarta/">http://www.apache.org/dist/jakarta/</a>
-by following the links on this page or use one of the
-<a href="http://www.apache.org/dyn/closer.cgi">Apache mirror sites</a>.
-</p>
- <p>
Depending on where you are in the development cycle, you'll want to use a
particular type of build. We divide our available source code into the
following categories:
@@ -205,7 +199,7 @@
Release Builds
</h2>
<ul>
-<li><a href="http://www.apache.org/dist/jakarta/ant/release/v1.5.1/src/">Ant
+<li><a href="http://www.apache.org/dist/ant/source/">Ant
1.5.1</a> is the latest release of the Ant Subproject.</li>
<li><a
href="http://www.apache.org/dist/jakarta/jakarta-avalon/release/framework/latest/">Avalon
Framework 4.1.2</a> is the latest release of the Avalon Framework</li>
<li><a
href="http://www.apache.org/dist/jakarta/jakarta-avalon/release/excalibur/latest/">Avalon
Excalibur 4.1</a> is the latest release of Avalon Excalibur</li>
1.194 +3 -1 jakarta-site2/xdocs/site/binindex.xml
Index: binindex.xml
===================================================================
RCS file: /home/cvs/jakarta-site2/xdocs/site/binindex.xml,v
retrieving revision 1.193
retrieving revision 1.194
diff -u -r1.193 -r1.194
--- binindex.xml 25 Nov 2002 23:28:28 -0000 1.193
+++ binindex.xml 28 Nov 2002 08:49:21 -0000 1.194
@@ -15,12 +15,14 @@
the Servlet and JavaServer Pages technologies (versus those who want to
"hack" the technologies in order to integrate them into other products).
</p>
+<!--
<p>
You can either download the files from
<a
href="http://www.apache.org/dist/jakarta/">http://www.apache.org/dist/jakarta/</a>
by following the links on this page or use one of the
<a href="http://www.apache.org/dyn/closer.cgi">Apache mirror sites</a>.
</p>
+-->
<p>
Depending on what kind of user you are, you'll want to use a
particular type of build. We divide our available binaries into the
@@ -70,7 +72,7 @@
</h2>
<ul>
-<li><a
href="http://www.apache.org/dist/jakarta/jakarta-ant/release/v1.5.1/bin/">Ant
1.5.1</a></li>
+<li><a href="http://www.apache.org/dist/ant/binaries/">Ant 1.5.1</a></li>
<li><a
href="http://www.apache.org/dist/jakarta/jakarta-avalon/release/framework/latest/">Avalon
Framework 4.1.3</a></li>
<li><a
href="http://www.apache.org/dist/jakarta/jakarta-avalon/release/excalibur/latest/">Avalon
Excalibur 4.1</a></li>
<li><a
href="http://www.apache.org/dist/jakarta/jakarta-avalon-phoenix/release/latest/">Avalon
Phoenix 4.0.1</a></li>
1.115 +3 -1 jakarta-site2/xdocs/site/sourceindex.xml
Index: sourceindex.xml
===================================================================
RCS file: /home/cvs/jakarta-site2/xdocs/site/sourceindex.xml,v
retrieving revision 1.114
retrieving revision 1.115
diff -u -r1.114 -r1.115
--- sourceindex.xml 25 Nov 2002 23:28:29 -0000 1.114
+++ sourceindex.xml 28 Nov 2002 08:49:21 -0000 1.115
@@ -14,12 +14,14 @@
In general, the source code is meant for developers who want to
"hack" in order to integrate Servlets and JSP into other products.
</p>
+<!--
<p>
You can either download the files from
<a
href="http://www.apache.org/dist/jakarta/">http://www.apache.org/dist/jakarta/</a>
by following the links on this page or use one of the
<a href="http://www.apache.org/dyn/closer.cgi">Apache mirror sites</a>.
</p>
+-->
<p>
Depending on where you are in the development cycle, you'll want to use a
particular type of build. We divide our available source code into the
@@ -70,7 +72,7 @@
</h2>
<ul>
-<li><a href="http://www.apache.org/dist/jakarta/ant/release/v1.5.1/src/">Ant
+<li><a href="http://www.apache.org/dist/ant/source/">Ant
1.5.1</a> is the latest release of the Ant Subproject.</li>
<li><a
href="http://www.apache.org/dist/jakarta/jakarta-avalon/release/framework/latest/">Avalon
Framework 4.1.2</a> is the latest release of the Avalon Framework</li>
<li><a
href="http://www.apache.org/dist/jakarta/jakarta-avalon/release/excalibur/latest/">Avalon
Excalibur 4.1</a> is the latest release of Avalon Excalibur</li>
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>