You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jmeter.apache.org by se...@apache.org on 2011/11/19 01:23:36 UTC

svn commit: r1203914 - in /jmeter/trunk/xdocs: ./ localising/ stylesheets/ usermanual/

Author: sebb
Date: Sat Nov 19 00:23:36 2011
New Revision: 1203914

URL: http://svn.apache.org/viewvc?rev=1203914&view=rev
Log:
Fix up some stale jakarta.apache.org references

Modified:
    jmeter/trunk/xdocs/changes_history.xml
    jmeter/trunk/xdocs/index.xml
    jmeter/trunk/xdocs/localising/index.xml
    jmeter/trunk/xdocs/stylesheets/printable_project.xml
    jmeter/trunk/xdocs/stylesheets/project.xml
    jmeter/trunk/xdocs/usermanual/component_reference.xml
    jmeter/trunk/xdocs/usermanual/functions.xml
    jmeter/trunk/xdocs/usermanual/get-started.xml
    jmeter/trunk/xdocs/usermanual/hints_and_tips.xml

Modified: jmeter/trunk/xdocs/changes_history.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/changes_history.xml?rev=1203914&r1=1203913&r2=1203914&view=diff
==============================================================================
--- jmeter/trunk/xdocs/changes_history.xml (original)
+++ jmeter/trunk/xdocs/changes_history.xml Sat Nov 19 00:23:36 2011
@@ -17,7 +17,7 @@
 -->
 <document>   
 <properties>     
-	<author email="jmeter-dev AT jakarta.apache.org">JMeter developers</author>     
+	<author email="dev AT jmeter.apache.org">JMeter developers</author>     
 	<title>History of Previous Changes</title>   
 </properties> 
 <body> 

Modified: jmeter/trunk/xdocs/index.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/index.xml?rev=1203914&r1=1203913&r2=1203914&view=diff
==============================================================================
--- jmeter/trunk/xdocs/index.xml (original)
+++ jmeter/trunk/xdocs/index.xml Sat Nov 19 00:23:36 2011
@@ -81,8 +81,8 @@ Nor does it render the HTML pages as a b
 <h2>How do I do it?</h2>
 <ul>
 <li><a href="usermanual/index.html">Using JMeter</a></li>
-<li><a href="http://wiki.apache.org/jakarta-jmeter/">JMeter Wiki</a></li>
-<li><a href="http://wiki.apache.org/jakarta-jmeter/JMeterFAQ">JMeter FAQ (Wiki)</a></li>
+<li><a href="http://wiki.apache.org/jmeter/">JMeter Wiki</a></li>
+<li><a href="http://wiki.apache.org/jmeter/JMeterFAQ">JMeter FAQ (Wiki)</a></li>
 <li><a href="api/index.html">Javadoc API documentation</a></li>
 <li><a href="localising/index.html">JMeter Localisation (Translator's Guide)</a></li>
 <li><a href="building.html">Building JMeter and Add-Ons</a></li>
@@ -100,7 +100,7 @@ Nor does it render the HTML pages as a b
 <li><a href="changes.html">Change List</a></li>
 <li><a href="issues.html">Issues</a></li>
 <li><a href="http://www.apache.org/licenses/">License</a></li>
-<li><a href="http://wiki.apache.org/jakarta-jmeter/JMeterCommitters">Contributors</a></li>
+<li><a href="http://wiki.apache.org/jmeter/JMeterCommitters">Contributors</a></li>
 </ul>
 </section>
 </body>

Modified: jmeter/trunk/xdocs/localising/index.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/localising/index.xml?rev=1203914&r1=1203913&r2=1203914&view=diff
==============================================================================
--- jmeter/trunk/xdocs/localising/index.xml (original)
+++ jmeter/trunk/xdocs/localising/index.xml Sat Nov 19 00:23:36 2011
@@ -59,17 +59,17 @@ another tool, such as or <b>vi</b> or <b
 <section name="Obtaining the current texts" anchor="obtain">
 
 <p>If you want to help with JMeter's translation process, start by reading this document. Then
-send a message to <a href="mailto:jmeter-dev@jakarta.apache.org">jmeter-dev@jakarta.apache.org</a>
+send a message to <a href="mailto:dev@jmeter.apache.org">dev@jmeter.apache.org</a>
 stating your intention. The files you need (*.properties and *.metaprop) are included in the source archive.
 But if you are having any difficulty, one of the project contributors will be able to grab the current texts
 from SVN and send them to you. You'll receive a jar, zip, tar or tgz file that you'll need to unpack in your
 local disk.</p>
-<p>If you are familiar with SVN or you're brave, feel free to anonymously connect to the Jakarta SVN server
+<p>If you are familiar with SVN or you're brave, feel free to anonymously connect to the Apache SVN server
 and obtain the JMeter source yourself, as described in
-<a href="http://jakarta.apache.org/site/cvsindex.html">http://jakarta.apache.org/site/cvsindex.html</a>
--- the files necessary to the translation process are all under the jakarta-jmeter/src directory.
+<a href="http://jmeter.apache.org/svnindex.html">http://jmeter.apache.org/svnindex.html</a>
+-- the files necessary to the translation process are all under the jmeter/src directory.
 </p>
-<p>Once you've unpacked or checked out the files, make sure to find file jakarta-jmeter/src/i18nedit.properties in there:
+<p>Once you've unpacked or checked out the files, make sure to find file src/i18nedit.properties in there:
 you'll need to know where it is to start working with i18nEdit.</p>
 
 </section>
@@ -79,9 +79,9 @@ you'll need to know where it is to start
 <p>If you have access to JMeter's SVN repository and you want to pack the files necessary for localisation
 for sending to a translator, just go to the directory above the project root and issue the following command:<br/>
 <code>
-tar czf jakarta-jmeter-localisation.tgz `find jakarta-jmeter/src -name "*.properties" -o -name "*.metaprops"`
+tar czf jmeter-localisation.tgz `find jmeter/src -name "*.properties" -o -name "*.metaprops"`
 </code>
-Of course you could also send the translator the whole jakarta-jmeter directory, but this will make his life easier.
+Of course you could also send the translator the whole jmeter directory, but this will make his life easier.
 </p>
 
 </section>
@@ -101,7 +101,7 @@ java -jar i18nedit-1.0.0.jar
 <ol>
 <li>If you've never run i18nEdit before, choose a language. The rest of this document assumes you chose UK English.</li>
 <li>Select the "Projects" menu, then "Open project...".</li>
-<li>Navigate to jakarta-jmeter/src/, select i18nedit.properties, and press the "Open" button.</li>
+<li>Navigate to jmeter/src/, select i18nedit.properties, and press the "Open" button.</li>
 <li>In the window that opens, select the "Project" menu, then "Project settings". Check that your target language
 appears in the list in field "Additional locales (ISO codes)". Otherwise, add it now. Press "Save".</li>
 </ol>
@@ -127,9 +127,9 @@ necessary, then press F2 again to repeat
 
 <section name="Submitting your translations to the project" anchor="submitting">
 
-<p>Once you're done translating, just pack up the whole set of files in jakarta-jmeter/src in a jar, zip, tar,
+<p>Once you're done translating, just pack up the whole set of files in jmeter/src in a jar, zip, tar,
 tgz, or alike and attach them to a JMeter bug report
-(follow link to "Known bugs" in <a href="http://jakarta.apache.org/jmeter">JMeter's home page</a> for that).</p>
+(follow link to "Known bugs" in <a href="http://jmeter.apache.org/">JMeter's home page</a> for that).</p>
 
 </section>
 

Modified: jmeter/trunk/xdocs/stylesheets/printable_project.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/stylesheets/printable_project.xml?rev=1203914&r1=1203913&r2=1203914&view=diff
==============================================================================
--- jmeter/trunk/xdocs/stylesheets/printable_project.xml (original)
+++ jmeter/trunk/xdocs/stylesheets/printable_project.xml Sat Nov 19 00:23:36 2011
@@ -16,7 +16,7 @@
    limitations under the License.
 -->
 <project name="Apache JMeter"
-		  href="http://jakarta.apache.org/jmeter/">
+		  href="http://jmeter.apache.org/">
 
 	 <title>Apache JMeter</title>
 	 <logo width="221" height="102" href="../docs/images/logo.jpg">Apache JMeter</logo>

Modified: jmeter/trunk/xdocs/stylesheets/project.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/stylesheets/project.xml?rev=1203914&r1=1203913&r2=1203914&view=diff
==============================================================================
--- jmeter/trunk/xdocs/stylesheets/project.xml (original)
+++ jmeter/trunk/xdocs/stylesheets/project.xml Sat Nov 19 00:23:36 2011
@@ -16,7 +16,7 @@
    limitations under the License.
 -->
 <project name="Apache JMeter"
-		  href="http://jakarta.apache.org/jmeter/">
+		  href="http://jmeter.apache.org/">
 
 	 <title>Apache JMeter</title>
 	 <!---->

Modified: jmeter/trunk/xdocs/usermanual/component_reference.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/component_reference.xml?rev=1203914&r1=1203913&r2=1203914&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/component_reference.xml (original)
+++ jmeter/trunk/xdocs/usermanual/component_reference.xml Sat Nov 19 00:23:36 2011
@@ -243,7 +243,7 @@ https.default.protocol=SSLv3
         <code>httpsampler.redirect.removeslashdotdot=false</code>
 		</property>
 		<property name="Use KeepAlive" required="No">JMeter sets the Connection: keep-alive header. This does not work properly with the default HTTP implementation, as connection re-use is not under user-control. 
-                  It does work with the Jakarta httpClient implementation.</property>
+                  It does work with the Apache HttpComponents HttpClient implementations.</property>
         <property name="Use multipart/form-data for HTTP POST" required="No">
         Use a multipart/form-data or application/x-www-form-urlencoded post request
         </property>
@@ -1062,7 +1062,7 @@ Beware however that misuse of any method
 
 <component name="BSF Sampler" index="&sect-num;.1.11"  width="622" height="267" screenshot="bsfsampler.png">
 	<description><p>This sampler allows you to write a sampler using a BSF scripting language.<br></br>
-		See the <a href="http://jakarta.apache.org/bsf/index.html">Apache Bean Scripting Framework</a>
+		See the <a href="http://commons.apache.org/bsf/index.html">Apache Bean Scripting Framework</a>
 		website for details of the languages supported.
 		You may need to download the appropriate jars for the language; they should be put in the JMeter <b>lib</b> directory.
 		</p>
@@ -3036,9 +3036,9 @@ These can be set up using a <complink na
 <properties>
         <property name="Name" required="No">Descriptive name for this element that is shown in the tree. </property>
   <property name="Base URL" required="Yes">A partial or complete URL that matches one or more HTTP Request URLs.  As an example,
-say you specify a Base URL of "http://jakarta.apache.org/restricted/" with a username of "jmeter" and
+say you specify a Base URL of "http://jmeter.apache.org/restricted/" with a username of "jmeter" and
 a password of "jmeter".  If you send an HTTP request to the URL
-"http://jakarta.apache.org/restricted/ant/myPage.html", the Authorization Manager sends the login
+"http://jmeter.apache.org/restricted/ant/myPage.html", the Authorization Manager sends the login
 information for the user named, "jmeter".</property>
   <property name="Username" required="Yes">The username to authorize.</property>
   <property name="Password" required="Yes">The password for the user.</property>
@@ -3172,8 +3172,8 @@ Note also that the cookie name must be u
   In JMeter versions after 2.3, any cookies defined in the GUI are not cleared.</property>
   <property name="Cookie Policy" required="Yes">The cookie policy that will be used to manage the cookies. 
   "compatibility" is the default, and should work in most cases.
-  See http://jakarta.apache.org/httpcomponents/httpclient-3.x/cookies.html and 
-  http://jakarta.apache.org/httpcomponents/httpclient-3.x/apidocs/org/apache/commons/httpclient/cookie/CookiePolicy.html
+  See http://hc.apache.org/httpclient-3.x/cookies.html and 
+  http://hc.apache.org/httpclient-3.x/apidocs/org/apache/commons/httpclient/cookie/CookiePolicy.html
   [Note: "ignoreCookies" is equivalent to omitting the CookieManager.]
     </property>
   <property name="User-Defined Cookies" required="No (discouraged, unless you know what you're doing)">This
@@ -5059,9 +5059,9 @@ This setting will also be needed when ru
 <p>The <b>include and exclude patterns</b> are treated as regular expressions (using Jakarta ORO).
 They will be matched against the host name, port (actual or implied) path and query (if any) of each browser request.
 If the URL you are browsing is <br></br> 
-<b>&quot;http://jakarta.apache.org/jmeter/index.html?username=xxxx&quot;</b>,<br></br> 
+<b>&quot;http://jmeter.apache.org/jmeter/index.html?username=xxxx&quot;</b>,<br></br> 
 then the regular expression will be tested against the string:<br></br> 
-<b>&quot;jakarta.apache.org:80/jmeter/index.html?username=xxxx&quot;</b>.<br></br>   
+<b>&quot;jmeter.apache.org:80/jmeter/index.html?username=xxxx&quot;</b>.<br></br>   
 Thus, if you want to include all .html files, your regular expression might look like: <br></br> 
 <b>&quot;.*\.html(\?.*)?&quot;</b> - or <b>&quot;.*\.html&quot;</b> 
 if you know that there is no query string or you only want html pages without query strings.

Modified: jmeter/trunk/xdocs/usermanual/functions.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/functions.xml?rev=1203914&r1=1203913&r2=1203914&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/functions.xml (original)
+++ jmeter/trunk/xdocs/usermanual/functions.xml Sat Nov 19 00:23:36 2011
@@ -900,7 +900,7 @@ time.YMD=yyMMdd
 <component index="&sect-num;.5.18" name="__jexl" tag="__jexl2">
 <description>
 	<p>The jexl function returns the result of evaluating a 
-	<a href="http://jakarta.apache.org/commons/jexl">Commons JEXL expression</a>. 
+	<a href="http://commons.apache.org/jexl">Commons JEXL expression</a>. 
 	See links below for more information on JEXL expressions.
 	</p>
     <p>The __jexl function uses Commons JEXL 1, and the __jexl2 function uses Commons JEXL 2</p>

Modified: jmeter/trunk/xdocs/usermanual/get-started.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/get-started.xml?rev=1203914&r1=1203913&r2=1203914&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/get-started.xml (original)
+++ jmeter/trunk/xdocs/usermanual/get-started.xml Sat Nov 19 00:23:36 2011
@@ -29,7 +29,7 @@
 
 <section name="&sect-num;. Getting Started" anchor="get_started">
 <p>The easiest way to begin using JMeter is to first
-<a href="http://jakarta.apache.org/site/downloads/index.html">download the latest production release</a> and install it.
+<a href="http://jmeter.apache.org/download_jmeter.cgi">download the latest production release</a> and install it.
 The release contains all of the files you need to build and run most types of tests,
 e.g. Web (HTTP/HTTPS), FTP, JDBC, LDAP, Java, and JUnit.</p>
 <p>If you want to perform JDBC testing,
@@ -78,7 +78,7 @@ JMeter because of JRE implementation iss
 <p>JMeter is a 100% Java application and should run correctly on any system
 that has a compliant Java implementation.</p>
 <p>Operating systems tested with JMeter can be view on  
-<a href="http://wiki.apache.org/jakarta-jmeter/JMeterAndOperatingSystemsTested">this page</a>
+<a href="http://wiki.apache.org/jmeter/JMeterAndOperatingSystemsTested">this page</a>
 on JMeter wiki.</p>
 <p>Even if your OS is not listed on the wiki page, JMeter should run on it provided that the JVM is compliant.</p>
 </subsection>
@@ -137,7 +137,7 @@ Make sure the file is a jar file, not a 
 <p>
 JMeter now includes the JMS API from Apache Geronimo, so you just need to add the appropriate JMS Client implementation
 jar(s) from the JMS provider. Please refer to their documentation for details. 
-There may also be some information on the <a href="http://wiki.apache.org/jakarta-jmeter/">JMeter Wiki</a>.
+There may also be some information on the <a href="http://wiki.apache.org/jmeter/">JMeter Wiki</a>.
 </p>
 </subsection>
 
@@ -165,7 +165,7 @@ See the <a href="#classpath">JMeter Clas
 
 <section name="&sect-num;.3 Installation" anchor="install">
 
-<p>We recommend that most users run the <a href="http://jakarta.apache.org/site/downloads/index.html">latest release</a>.</p>
+<p>We recommend that most users run the <a href="http://jmeter.apache.org/download_jmeter.cgi">latest release</a>.</p>
 <p>To install a release build, simply unzip the zip/tar file into the directory
 where you want JMeter to be installed.  Provided that you have a JRE/JDK correctly installed
 and the JAVA_HOME environment variable set, there is nothing more for you to do.</p>

Modified: jmeter/trunk/xdocs/usermanual/hints_and_tips.xml
URL: http://svn.apache.org/viewvc/jmeter/trunk/xdocs/usermanual/hints_and_tips.xml?rev=1203914&r1=1203913&r2=1203914&view=diff
==============================================================================
--- jmeter/trunk/xdocs/usermanual/hints_and_tips.xml (original)
+++ jmeter/trunk/xdocs/usermanual/hints_and_tips.xml Sat Nov 19 00:23:36 2011
@@ -30,7 +30,7 @@
 <section name="&sect-num;. Hints and Tips" anchor="hints">
 <p>
 This section is a collection of various hints and tips that have been suggested by various questions on the JMeter User list.
-If you don't find what you are looking for here, please check the <a href="http://wiki.apache.org/jakarta-jmeter">JMeter Wiki</a>.
+If you don't find what you are looking for here, please check the <a href="http://wiki.apache.org/jmeter">JMeter Wiki</a>.
 Also, try search the JMeter User list; someone may well have already provided a solution.
 </p>
 <subsection name="&sect-num;.1 Passing variables between threads" anchor="variable_and_threads">