Author: ptahchiev Date: Tue Jan 29 01:02:52 2008 New Revision: 616220 URL: http://svn.apache.org/viewvc?rev=616220&view=rev Log: Changes on the web-site's hrefs
Modified: jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/cactus-maven-skin/pom.xml jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/cactus-site/src/site/site.xml jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/cactus-site/src/site/xdoc/features.xml jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/cactus-site/src/site/xdoc/how_it_works.xml jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/cactus-site/src/site/xdoc/integration/ant/howto_ant_install.xml jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/cactus-site/src/site/xdoc/integration/ant/howto_ant_primer.xml jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/cactus-site/src/site/xdoc/integration/eclipse/index.xml jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/cactus-site/src/site/xdoc/integration/eclipse/runner_plugin.xml jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/cactus-site/src/site/xdoc/integration/eclipse/webapp_plugin.xml jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/cactus-site/src/site/xdoc/participating/contributors.xml Modified: jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/cactus-maven-skin/pom.xml URL: http://svn.apache.org/viewvc/jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/cactus-maven-skin/pom.xml?rev=616220&r1=616219&r2=616220&view=diff ============================================================================== --- jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/cactus-maven-skin/pom.xml (original) +++ jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/cactus-maven-skin/pom.xml Tue Jan 29 01:02:52 2008 @@ -28,6 +28,6 @@ <parent> <groupId>org.apache.cactus</groupId> <artifactId>cactus</artifactId> - <version>1.8.0-SNAPSHOT</version> + <version>1.8.0-SNAPSHOT</version> </parent> </project> Modified: jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/cactus-site/src/site/site.xml URL: http://svn.apache.org/viewvc/jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/cactus-site/src/site/site.xml?rev=616220&r1=616219&r2=616220&view=diff ============================================================================== --- jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/cactus-site/src/site/site.xml (original) +++ jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/cactus-site/src/site/site.xml Tue Jan 29 01:02:52 2008 @@ -53,7 +53,17 @@ <item name="Running tests" href="/integration/index.html" collapse="true"> <item name="Manual" href="integration/manual/index.html"/> <item name="Eclipse" href="integration/eclipse/index.html"/> - <item name="Ant" href="integration/ant/index.html"/> + <item name="Ant" href="integration/ant/index.html" collapse="true"> + <item name="Howto Ant-Cactus" href="integration/ant/howto_ant_cactus.html"/> + <item name="Howto Ant-Install" href="integration/ant/howto_ant_install.html"/> + <item name="Howto Ant-Primer" href="integration/ant/howto_ant_primer.html"/> + <item name="CactifyEar Task" href="integration/ant/task_cactifyear.html"/> + <item name="CactifyWar Task" href="integration/ant/task_cactifywar.html"/> + <item name="Cactus Task" href="integration/ant/task_cactus.html"/> + <item name="Resin Task" href="integration/ant/task_resin.html"/> + <item name="RunServerTests Task" href="integration/ant/task_runservertests.html"/> + <item name="WebXmlMerge Task" href="integration/ant/task_webxmlmerge.html"/> + </item> </item> <item name="Participating" href="/participating/index.html" collapse="true"> <item name="About Us" href="/participating/contributors.html" /> @@ -64,7 +74,6 @@ <item name="CVS" href="http://jakarta.apache.org/site/cvsindex.html" /> <item name="Build From Source" href="/participating/howto_build.html" /> <item name="Code Coverage Reports" href="/participating/coverage.html" /> - <item name="Build From Source" href="/participating/howto_build.html" /> <item name="Release Checklist" href="/participating/release_checklist.html" /> <item name="Logos" href="/participating/logos.html" /> </item> @@ -73,7 +82,11 @@ <item name="Why the name" href="cactusname.html" /> <item name="Mock vs Container" href="mock_vs_cactus.html"/> <item name="Tested On..." href="http://wiki.apache.org/jakarta-cactus/TestedOn"/> - <item name="Resources" href="/resources/index.html" /> + <item name="Resources" href="/resources/index.html" collapse="true"> + <item name="Books" href="resources/resources_books.html"/> + <item name="Cactus" href="resources/resources_cactus.html"/> + <item name="Testing" href="resources/resources_testing.html"/> + </item> <item name="Statistics" href="/stats/index.html"/> </menu> <menu name="Translations"> Modified: jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/cactus-site/src/site/xdoc/features.xml URL: http://svn.apache.org/viewvc/jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/cactus-site/src/site/xdoc/features.xml?rev=616220&r1=616219&r2=616220&view=diff ============================================================================== --- jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/cactus-site/src/site/xdoc/features.xml (original) +++ jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/cactus-site/src/site/xdoc/features.xml Tue Jan 29 01:02:52 2008 @@ -36,7 +36,7 @@ </p> <img src="images/scope.jpg" alt="Scope and Status"/> - + <br/> <note> Support for testing the View layer is done through integration with <a href="http://httpunit.sourceforge.net/">HttpUnit</a>. Modified: jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/cactus-site/src/site/xdoc/how_it_works.xml URL: http://svn.apache.org/viewvc/jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/cactus-site/src/site/xdoc/how_it_works.xml?rev=616220&r1=616219&r2=616220&view=diff ============================================================================== --- jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/cactus-site/src/site/xdoc/how_it_works.xml (original) +++ jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/cactus-site/src/site/xdoc/how_it_works.xml Tue Jan 29 01:02:52 2008 @@ -36,7 +36,7 @@ </p> <img src="images/archi.jpg" alt="Cactus Architecture"/> - + <br/> <note> Cactus provides several <code>TestCase</code> classes that extends the JUnit <code>Testcase</code> and it also provides several kind of @@ -241,4 +241,4 @@ </section> </body> -</document> \ No newline at end of file +</document> Modified: jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/cactus-site/src/site/xdoc/integration/ant/howto_ant_install.xml URL: http://svn.apache.org/viewvc/jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/cactus-site/src/site/xdoc/integration/ant/howto_ant_install.xml?rev=616220&r1=616219&r2=616220&view=diff ============================================================================== --- jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/cactus-site/src/site/xdoc/integration/ant/howto_ant_install.xml (original) +++ jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/cactus-site/src/site/xdoc/integration/ant/howto_ant_install.xml Tue Jan 29 01:02:52 2008 @@ -28,7 +28,7 @@ <body> - <section title="Forewords"> + <section name="Forewords"> <note> <strong>You need to have a good understanding of Ant before @@ -44,7 +44,7 @@ </section> - <section title="Ant tasks needed by Cactus"> + <section name="Ant tasks needed by Cactus"> <p> Cactus uses the following optional tasks of Ant: @@ -79,7 +79,7 @@ </section> - <section title="Installing Ant on Windows systems"> + <section name="Installing Ant on Windows systems"> <p> Follow the steps below to install Ant: @@ -119,7 +119,7 @@ <a href="http://xml.apache.org/xalan-j/ ">Xalan</a>, the latest <a href="http://xml.apache.org/xerces-j">Xerces</a>, the latest <a href="http://junit.org/">JUnit</a> and the latest - <a href="ehttp://checkstyle.sourceforge.net/">Checkstyle</a> jars. You'll + <a href="http://checkstyle.sourceforge.net/">Checkstyle</a> jars. You'll also need to ensure that you use a JAXP 1.1 parser. You can download one (crimson) from <a href="http://java.sun.com/xml/download.html">here</a>. Put Modified: jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/cactus-site/src/site/xdoc/integration/ant/howto_ant_primer.xml URL: http://svn.apache.org/viewvc/jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/cactus-site/src/site/xdoc/integration/ant/howto_ant_primer.xml?rev=616220&r1=616219&r2=616220&view=diff ============================================================================== --- jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/cactus-site/src/site/xdoc/integration/ant/howto_ant_primer.xml (original) +++ jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/cactus-site/src/site/xdoc/integration/ant/howto_ant_primer.xml Tue Jan 29 01:02:52 2008 @@ -28,7 +28,7 @@ <body> - <section title="Continuous integration"> + <section name="Continuous integration"> <note> <strong>This tutorial was written when I wrote Cactus 1.2. Since then @@ -59,7 +59,7 @@ </section> - <section title="Ant benefits"> + <section name="Ant benefits"> <p> The benefits of using Ant for running unit tests are as follows: @@ -102,7 +102,7 @@ </section> - <section title="Writing an Ant build script tutorial"> + <section name="Writing an Ant build script tutorial"> <p> The sample Ant build file described below is taken from the @@ -118,7 +118,7 @@ you are free to adapt/modify it to suit your needs. </note> - <section title="Project directory structure"> + <section name="Project directory structure"> <p> Create the following directories: @@ -233,7 +233,7 @@ </section> - <section title="Ant Target List"> + <section name="Ant Target List"> <p> Define the following targets in your <code>build.xml</code>. @@ -392,7 +392,7 @@ <anchor id="basedir"/> - <section title="Step 1: The Ant project basedir"> + <section name="Step 1: The Ant project basedir"> <p> You <code>build.xml</code> file being in located in @@ -415,7 +415,7 @@ </section> - <section title="Step 2: initialization of project properties"> + <section name="Step 2: initialization of project properties"> <p> You should define as properties all values that can be factorized @@ -546,7 +546,7 @@ <anchor id="init"/> - <section title="Step 3: 'init' target"> + <section name="Step 3: 'init' target"> <p> Useful for initializing a timestamp (DSTAMP, TODAY, TSTAMP), defining @@ -600,7 +600,7 @@ <anchor id="usage"/> - <section title="Step 4: 'usage' targets"> + <section name="Step 4: 'usage' targets"> <p> Display a usage message. @@ -642,7 +642,7 @@ <anchor id="prepare"/> - <section title="Step 5: 'prepare' target"> + <section name="Step 5: 'prepare' target"> <p> This target is needed for both compiling and generating the javadoc. @@ -681,7 +681,7 @@ <anchor id="compile"/> - <section title="Step 6: 'compile' target"> + <section name="Step 6: 'compile' target"> <p> The <code>compile</code> target simply compiles the java files into @@ -748,7 +748,7 @@ <anchor id="source"/> - <section title="Step 7: 'source' target"> + <section name="Step 7: 'source' target"> <p> Zip up the sources for distribution. @@ -779,7 +779,7 @@ <anchor id="javadoc"/> - <section title="Step 8: 'javadoc' target"> + <section name="Step 8: 'javadoc' target"> <p> Generate the project's javadoc. @@ -828,7 +828,7 @@ <anchor id="doc"/> - <section title="Step 9: 'doc' target"> + <section name="Step 9: 'doc' target"> <p> Generate the project's documentation. It includes the javadoc, @@ -865,7 +865,7 @@ <anchor id="clean"/> - <section title="Step 10: 'clean' target"> + <section name="Step 10: 'clean' target"> <p> Removes all build generated files. @@ -899,11 +899,11 @@ </section> - <section title="Step 11: 'jar', 'war' targets"> + <section name="Step 11: 'jar', 'war' targets"> <anchor id="jar"/> - <section title="'jar' target"> + <section name="'jar' target"> <p> This target is useful if your project is a framework for example and @@ -957,7 +957,7 @@ <anchor id="war"/> - <section title="'war' target"> + <section name="'war' target"> <p> This target is useful if you're building a web application. @@ -1020,7 +1020,7 @@ <anchor id="tests"/> - <section title="Step 12: 'tests_XXX' target"> + <section name="Step 12: 'tests_XXX' target"> <p> The <code>tests_XXX</code> target is in charge of running the Modified: jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/cactus-site/src/site/xdoc/integration/eclipse/index.xml URL: http://svn.apache.org/viewvc/jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/cactus-site/src/site/xdoc/integration/eclipse/index.xml?rev=616220&r1=616219&r2=616220&view=diff ============================================================================== --- jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/cactus-site/src/site/xdoc/integration/eclipse/index.xml (original) +++ jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/cactus-site/src/site/xdoc/integration/eclipse/index.xml Tue Jan 29 01:02:52 2008 @@ -55,14 +55,14 @@ <section name="Features at a glance"> <ul> <li> - Shortcut for launching Cactus tests + Shortcut for launching Cactus tests<br/> <img src="../../images/eclipse/runner/launchshortcut.png" alt="Cactus launch shortcut"/> </li> </ul> <ul> <li> - Project property page for setting up the web application. + Project property page for setting up the web application.<br/> <img src="../../images/eclipse/webapp/propertypage.png" alt="Webapp property page"/> </li> Modified: jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/cactus-site/src/site/xdoc/integration/eclipse/runner_plugin.xml URL: http://svn.apache.org/viewvc/jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/cactus-site/src/site/xdoc/integration/eclipse/runner_plugin.xml?rev=616220&r1=616219&r2=616220&view=diff ============================================================================== --- jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/cactus-site/src/site/xdoc/integration/eclipse/runner_plugin.xml (original) +++ jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/cactus-site/src/site/xdoc/integration/eclipse/runner_plugin.xml Tue Jan 29 01:02:52 2008 @@ -27,7 +27,7 @@ </properties> <body> - <section title="Overview"> + <section name="Overview"> <p> The <a href="http://eclipse.org">Eclipse</a> @@ -37,27 +37,27 @@ open-source application servers (better called containers). </p> <li> - <jump anchor="features">Features</jump> + <a href="#features">Features</a> </li> <li> - <jump anchor="installation">Installation</jump> + <a href="#installation">Installation</a> </li> <li> - <jump anchor="using">Using</jump> + <a href="#using">Using</a> </li> <li> - <jump anchor="next">What's next</jump> + <a href="#next">What's next</a> </li> <li> - <jump anchor="developer">Developer's corner</jump> + <a href="#developer">Developer's corner</a> </li> </section> - <anchor id="features" /> - <section title="Features"> + <a name="features" /> + <section name="Features"> <ul> <li> - Adds a shortcut for Cactus tests launching. + Adds a shortcut for Cactus tests launching.<br/> <img src="../../images/eclipse/runner/launchshortcut.png" alt="Cactus launch shortcut"/> </li> @@ -92,7 +92,7 @@ </ul> <ul> <li> - Cactus preference page + Cactus preference page<br/> <img src="../../images/eclipse/runner/preferences.png" alt="Cactus preference page" /> <ul> @@ -104,7 +104,7 @@ files (packaged war, container configuration files, etc). </li> <li> - Support for several containers + Support for several containers<br/> <img src="../../images/eclipse/runner/preferences_containers.png" alt="Preferences for containers" /> </li> @@ -119,7 +119,7 @@ </ul> <ul> <li> - Relies on the JUnit plug-in for test runs and result reports. + Relies on the JUnit plug-in for test runs and result reports.<br/> <img src="../../images/eclipse/runner/junit.png" alt="JUnit plug-in" /> </li> @@ -127,7 +127,7 @@ <ul> <li> Cactify a Java project : adds client-side jars to a project's - build path. + build path.<br/> <img src="../../images/eclipse/runner/cactify.png" alt="Cactify popup menu" /> </li> @@ -139,22 +139,22 @@ </ul> </section> - <anchor id="installation"/> - <section title="Installation"> - <section title="Requirements"> + <a name="installation"/> + <section name="Installation"> + <section name="Requirements"> <p> The Cactus plugin requires a version of the Eclipse platform later than 2.1. </p> </section> - <section title="Installation"> + <section name="Installation"> <p> Uncompress the zip file and copy the <code>org.apache.cactus.integration.eclipse_[version]</code> folder to your Eclipse <code>plugins</code> folder and restart Eclipse. </p> </section> - <section title="Configuration"> + <section name="Configuration"> <p> Go to Window -> Preferences -> Cactus and set your preferences. </p> @@ -162,18 +162,18 @@ </section> - <anchor id="using" /> - <section title="Using"> + <a name="using" /> + <section name="Using"> <p> Select any Cactus test class and from the toolbar do : - Run As -> Cactus Test + Run As -> Cactus Test<br/> <img src="../../images/eclipse/runner/launchshortcut.png" alt="Cactus launch shortcut" /> </p> </section> - <anchor id="next" /> - <section title="What's next"> + <a name="next" /> + <section name="What's next"> <p> In order to release a production-quality tool some features are needed. </p> @@ -183,9 +183,9 @@ </p> </section> - <anchor id="developer" /> - <section title="Developer's corner"> - <section title="Overview of the plug-in"> + <a name="developer" /> + <section name="Developer's corner"> + <section name="Overview of the plug-in"> <p> The Cactus framework extends JUnit. The Cactus plugin for Eclipse extends in a certain manner the existing JUnit @@ -209,9 +209,9 @@ </p> </section> - <section title="How it works"> + <section name="How it works"> - <section title="Extension points"> + <section name="Extension points"> <ul> <li> <em> @@ -235,7 +235,7 @@ </li> </ul> </section> - <section title="GUI: preference page"> + <section name="GUI: preference page"> <p> A preference page is contributed to the Eclipse preferences. It shows the following entries: @@ -250,7 +250,7 @@ </ul> </section> - <section title="IContainerProvider"> + <section name="IContainerProvider"> <p> To enable different ways to setup, start, and stop containers the idea of container providers has been introduced in the plugin. @@ -271,7 +271,7 @@ by the Ant integration subproject. </p> </section> - <section title="What happens when a test is launched"> + <section name="What happens when a test is launched"> <p> The <code>launch(IType theType, String theMode)</code> @@ -356,7 +356,7 @@ </ul> </section> </section> - <section title="Contributing"> + <section name="Contributing"> <p> Read the <a href="development.html">Eclipse development evironment setup</a> tutorial. Modified: jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/cactus-site/src/site/xdoc/integration/eclipse/webapp_plugin.xml URL: http://svn.apache.org/viewvc/jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/cactus-site/src/site/xdoc/integration/eclipse/webapp_plugin.xml?rev=616220&r1=616219&r2=616220&view=diff ============================================================================== --- jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/cactus-site/src/site/xdoc/integration/eclipse/webapp_plugin.xml (original) +++ jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/cactus-site/src/site/xdoc/integration/eclipse/webapp_plugin.xml Tue Jan 29 01:02:52 2008 @@ -36,21 +36,21 @@ to users for the moment. </p> <li> - <a anchor="#features">Features</a> + <a href="#features">Features</a> </li> <li> - <a anchor="#installation">Installation</a> + <a href="#installation">Installation</a> </li> <li> - <a anchor="#using">Using</a> + <a href="#using">Using</a> </li> </section> - <anchor id="features" /> + <a name="features" /> <section name="Features"> <ul> <li> - Provides a project property page for web application setup. + Provides a project property page for web application setup.<br/> <img src="../../images/eclipse/webapp/propertypage.png" alt="Webapp property page"/> </li> @@ -63,7 +63,7 @@ </ul> </section> - <anchor id="installation"/> + <a name="installation"/> <section name="Installation"> <section name="Requirements"> <p> @@ -86,7 +86,7 @@ </section> </section> - <anchor id="using" /> + <a name="using" /> <section name="Using"> <p> This plug-in can only be called by another plug-in. See the Modified: jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/cactus-site/src/site/xdoc/participating/contributors.xml URL: http://svn.apache.org/viewvc/jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/cactus-site/src/site/xdoc/participating/contributors.xml?rev=616220&r1=616219&r2=616220&view=diff ============================================================================== --- jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/cactus-site/src/site/xdoc/participating/contributors.xml (original) +++ jakarta/cactus/branches/CACTUS_TRUNK_MAMOUTH/cactus-site/src/site/xdoc/participating/contributors.xml Tue Jan 29 01:02:52 2008 @@ -346,6 +346,12 @@ </p><p> My main contributions were on the Maven integration, although I have done some stuff in the Ant integration as well. I wish I could do more, but unfortunately I am lacking the time to do so... </p> + <p> + <strong> + <a href="mailto:[EMAIL PROTECTED]">Petar Tahchiev</a> -- Committer (written in January 2008) </strong> +</p><p> + I started working with Cactus when trying to apply for the Google summer of code programme. + </p> </section> </body> --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]