Author: niallp
Date: Wed May 24 03:22:12 2006
New Revision: 409110
URL: http://svn.apache.org/viewvc?rev=409110&view=rev
Log:
Remove dependency on commons-build and improve Chain site/documentation.
Added:
jakarta/commons/proper/chain/trunk/xdocs/building.xml (with props)
jakarta/commons/proper/chain/trunk/xdocs/changes.xml (with props)
jakarta/commons/proper/chain/trunk/xdocs/cvs-usage.xml (with props)
jakarta/commons/proper/chain/trunk/xdocs/downloads.xml (with props)
jakarta/commons/proper/chain/trunk/xdocs/issue-tracking.xml (with props)
jakarta/commons/proper/chain/trunk/xdocs/style/
jakarta/commons/proper/chain/trunk/xdocs/style/project.css (with props)
Modified:
jakarta/commons/proper/chain/trunk/maven.xml
jakarta/commons/proper/chain/trunk/project.properties
jakarta/commons/proper/chain/trunk/project.xml
jakarta/commons/proper/chain/trunk/xdocs/index.xml
jakarta/commons/proper/chain/trunk/xdocs/navigation.xml
Modified: jakarta/commons/proper/chain/trunk/maven.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/chain/trunk/maven.xml?rev=409110&r1=409109&r2=409110&view=diff
==============================================================================
--- jakarta/commons/proper/chain/trunk/maven.xml (original)
+++ jakarta/commons/proper/chain/trunk/maven.xml Wed May 24 03:22:12 2006
@@ -16,21 +16,7 @@
<project default="java:jar"
xmlns:j="jelly:core">
- <!-- ================================================================== -->
- <!-- START : C O M M O N S - B U I L D -->
- <!-- ================================================================== -->
- <!-- Required: Look and Feel for documentation within distributions -->
- <!-- ================================================================== -->
<postGoal name="xdoc:copy-resources">
- <copy todir="${basedir}/target/docs/style/" failonerror="false">
- <fileset dir="${basedir}/../commons-build/xdocs/style">
- <include name='**/*'/>
- <exclude name='**/CVS/**'/>
- </fileset>
- </copy>
</postGoal>
- <!-- ================================================================== -->
- <!-- END: C O M M O N S - B U I L D -->
- <!-- ================================================================== -->
</project>
Modified: jakarta/commons/proper/chain/trunk/project.properties
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/chain/trunk/project.properties?rev=409110&r1=409109&r2=409110&view=diff
==============================================================================
--- jakarta/commons/proper/chain/trunk/project.properties (original)
+++ jakarta/commons/proper/chain/trunk/project.properties Wed May 24 03:22:12
2006
@@ -18,7 +18,10 @@
######################################################################
#maven.repo.remote=http://www.ibiblio.org,http://maven-plugins.sf.net/maven
maven.changelog.factory=org.apache.maven.svnlib.SvnChangeLogFactory
+maven.changes.issue.template=%URL%/browse/%ISSUE%
+maven.compile.source=1.3
+maven.compile.target=1.3
######################################################################
# Apache Central Repository
@@ -51,12 +54,13 @@
######################################################################
# commons site L&F
######################################################################
-maven.xdoc.jsl=../commons-build/commons-site.jsl
maven.xdoc.date=left
maven.xdoc.poweredby.image=maven-feather.png
maven.xdoc.version=${pom.currentVersion}
maven.xdoc.developmentProcessUrl=http://jakarta.apache.org/commons/charter.html
maven.xdoc.includeProjectDocumentation=yes
+maven.xdoc.copy.excludes=images/file.gif,images/folder-closed.gif,images/folder-open.gif,images/icon_alert.gif,images/icon_alertsml.gif,images/icon_arrowfolder1_sml.gif,images/icon_arrowfolder2_sml.gif,images/icon_arrowmembers1_sml.gif,images/icon_arrowmembers2_sml.gif,images/icon_arrowusergroups1_sml.gif,images/icon_arrowusergroups2_sml.gif,images/icon_confirmsml.gif,images/icon_help_lrg.gif,images/icon_infosml.gif,images/icon_members_sml.gif,images/icon_sortleft.gif,images/icon_sortright.gif,images/icon_usergroups_sml.gif,images/icon_waste_lrg.gif,images/icon_waste_sml.gif,images/none.png,images/nw_maj.gif,images/nw_maj_hi.gif,images/nw_med.gif,images/nw_med_hi.gif,images/nw_med_rond.gif,images/nw_min.gif,images/nw_min_036.gif,images/nw_min_hi.gif,images/poweredby_036.gif,images/product_logo.gif,images/se_maj_rond.gif,images/sw_min.gif,images/logos/**
+maven.xdoc.copy.excludes.classic=images/external-classic.png,images/help_logo.gif,images/icon_arrowfolderclosed1_sml.gif,images/icon_arrowwaste1_sml.gif,images/icon_arrowwaste2_sml.gif,images/icon_doc_lrg.gif,images/icon_doc_sml.gif,images/icon_error_lrg.gif,images/icon_folder_lrg.gif,images/icon_folder_sml.gif,images/icon_help_sml.gif,images/icon_info_lrg.gif,images/icon_members_lrg.gif,images/icon_sortdown.gif,images/icon_sortup.gif,images/icon_success_lrg.gif,images/icon_usergroups_lrg.gif,images/icon_arrowfolderopen2_sml.gif,images/icon_warning_lrg.gif,images/newwindow-classic.png,images/nw_maj_rond.gif,images/strich.gif,images/sw_maj_rond.gif,images/sw_med_rond.gif
# once we create a theme url it should go here.
Modified: jakarta/commons/proper/chain/trunk/project.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/chain/trunk/project.xml?rev=409110&r1=409109&r2=409110&view=diff
==============================================================================
--- jakarta/commons/proper/chain/trunk/project.xml (original)
+++ jakarta/commons/proper/chain/trunk/project.xml Wed May 24 03:22:12 2006
@@ -15,7 +15,7 @@
limitations under the License.
-->
<project>
- <extend>../commons-build/project.xml</extend>
+ <pomVersion>3</pomVersion>
<name>Commons Chain</name>
<groupId>commons-chain</groupId>
<artifactId>commons-chain</artifactId>
@@ -30,6 +30,19 @@
<url>http://jakarta.apache.org/commons/${pom.artifactId.substring(8)}/</url>
<package>org.apache.commons.${pom.artifactId.substring(8)}</package>
+ <organization>
+ <name>The Apache Software Foundation</name>
+ <url>http://jakarta.apache.org</url>
+ <logo>http://jakarta.apache.org/images/original-jakarta-logo.gif</logo>
+ </organization>
+
+ <licenses>
+ <license>
+ <name>The Apache Software License, Version 2.0</name>
+ <url>/LICENSE.txt</url>
+ <distribution>repo</distribution>
+ </license>
+ </licenses>
<gumpRepositoryId>jakarta</gumpRepositoryId>
<issueTrackingUrl>http://issues.apache.org/jira/</issueTrackingUrl>
@@ -39,21 +52,34 @@
<repository>
<connection>scm:svn:http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</connection>
-
<url>http://svn.apache.org/repos/asf/jakarta/commons/proper/${pom.artifactId.substring(8)}/trunk</url>
+ <url>http://svn.apache.org/viewcvs.cgi</url>
</repository>
+
+ <mailingLists>
+ <mailingList>
+ <name>Commons Dev List</name>
+ <subscribe>[EMAIL PROTECTED]</subscribe>
+ <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
+ <archive>http://mail-archives.apache.org/eyebrowse/[EMAIL
PROTECTED]</archive>
+ </mailingList>
+ <mailingList>
+ <name>Commons User List</name>
+ <subscribe>[EMAIL PROTECTED]</subscribe>
+ <unsubscribe>[EMAIL PROTECTED]</unsubscribe>
+ <archive>http://mail-archives.apache.org/eyebrowse/[EMAIL
PROTECTED]</archive>
+ </mailingList>
+ </mailingLists>
<developers>
<developer>
<name>Craig McClanahan</name>
<id>craigmcc</id>
<email>[EMAIL PROTECTED]</email>
- <organization></organization>
</developer>
<developer>
<name>Ted Husted</name>
<id>husted</id>
<email>[EMAIL PROTECTED]</email>
- <organization></organization>
</developer>
<developer>
<name>Martin Cooper</name>
@@ -65,7 +91,16 @@
<name>Don Brown</name>
<id>mrdon</id>
<email>[EMAIL PROTECTED]</email>
- <organization></organization>
+ </developer>
+ <developer>
+ <name>James Mitchell</name>
+ <id>jmitchell</id>
+ <email>jmitchell at apache.org</email>
+ </developer>
+ <developer>
+ <name>Joe Germuska</name>
+ <id>germuska</id>
+ <email>germuska at apache.org</email>
</developer>
<developer>
<name>Niall Pemberton</name>
@@ -121,10 +156,39 @@
<properties>
<comment>
<strong>Site Only</strong> - v1.9.2 (minimum)
- required for building the BeanUtils Site documentation.
+ required for building the Chain Site documentation.
+ </comment>
+ </properties>
+ </dependency>
+
+ <dependency>
+ <groupId>maven</groupId>
+ <artifactId>maven-changelog-plugin</artifactId>
+ <version>1.8.2</version>
+ <url>http://maven.apache.org/reference/plugins/changelog/</url>
+ <type>plugin</type>
+ <properties>
+ <comment>
+ <strong>Site Only</strong> - v1.8.2 (minimum)
+ required for building the Chain Site documentation.
+ </comment>
+ </properties>
+ </dependency>
+
+ <dependency>
+ <groupId>maven</groupId>
+ <artifactId>maven-changes-plugin</artifactId>
+ <version>1.6</version>
+ <url>http://maven.apache.org/reference/plugins/changes/</url>
+ <type>plugin</type>
+ <properties>
+ <comment>
+ <strong>Site Only</strong> - v1.6 (minimum)
+ required for building the Chain Site documentation.
</comment>
</properties>
</dependency>
+
</dependencies>
<build>
@@ -145,4 +209,15 @@
</resources>
</build>
+
+ <reports>
+ <report>maven-checkstyle-plugin</report>
+ <report>maven-changes-plugin</report>
+ <report>maven-changelog-plugin</report>
+ <report>maven-javadoc-plugin</report>
+ <report>maven-junit-report-plugin</report>
+ <report>maven-jxr-plugin</report>
+ <report>maven-license-plugin</report>
+ </reports>
+
</project>
Added: jakarta/commons/proper/chain/trunk/xdocs/building.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/chain/trunk/xdocs/building.xml?rev=409110&view=auto
==============================================================================
--- jakarta/commons/proper/chain/trunk/xdocs/building.xml (added)
+++ jakarta/commons/proper/chain/trunk/xdocs/building.xml Wed May 24 03:22:12
2006
@@ -0,0 +1,60 @@
+<?xml version="1.0"?>
+<!--
+Copyright 2006 The Apache Software Foundation.
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<document>
+ <properties>
+ <title>Building</title>
+ <author email="[email protected]">Commons Documentation
Team</author>
+ </properties>
+<body>
+<!-- ================================================== -->
+<section name="Overview">
+<p>
+ Commons Chain uses <a href="http://maven.apache.org">Maven</a> or
+ <a href="http://ant.apache.org">Ant</a> as a build system.
+</p>
+</section>
+<!-- ================================================== -->
+<section name="Maven Goals">
+ <p>
+ To build a jar file, change into Chain's root directory and run
+ <strong><code>maven jar</code></strong>.
+ The result will be in the "target" subdirectory.
+ </p>
+ <p>
+ To build the Javadocs, run <strong><code>maven javadoc</code></strong>.
+ The result will be in "target/docs/apidocs".
+ </p>
+ <p>
+ To build the full website, run <strong><code>maven site</code></strong>.
+ The result will be in "target/docs".
+ </p>
+ <p>
+ Further details can be found in the
+ <a href="http://jakarta.apache.org/commons/building.html">commons build
instructions</a>.
+ </p>
+</section>
+<!-- ================================================== -->
+<section name="Ant Goals">
+ <p>
+ To build a jar file and the javadocs, change into Chain's root directory
+ and run <strong><code>ant dist</code></strong>.
+ The result will be in the "dist" subdirectory.
+ </p>
+</section>
+<!-- ================================================== -->
+</body>
+</document>
Propchange: jakarta/commons/proper/chain/trunk/xdocs/building.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: jakarta/commons/proper/chain/trunk/xdocs/building.xml
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL
Added: jakarta/commons/proper/chain/trunk/xdocs/changes.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/chain/trunk/xdocs/changes.xml?rev=409110&view=auto
==============================================================================
--- jakarta/commons/proper/chain/trunk/xdocs/changes.xml (added)
+++ jakarta/commons/proper/chain/trunk/xdocs/changes.xml Wed May 24 03:22:12
2006
@@ -0,0 +1,148 @@
+<?xml version="1.0"?>
+<!--
+ Copyright 2006 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+
+<!--
+This file is used by the maven-changes-plugin to generate the release notes.
+Useful ways of finding items to add to this file are:
+
+1. Add items when you fix a bug or add a feature (this makes the
+release process easy :-).
+
+2. Do a Jira search for tickets closed since the previous release.
+
+3. Use the report generated by the maven-changelog-plugin to see all
+SVN commits. Set the project.properties' maven.changelog.range
+property to the number of days since the last release.
+
+
+The <action> type attribute can be add,update,fix,remove.
+-->
+
+<document>
+ <properties>
+ <title>Release Notes</title>
+ </properties>
+ <body>
+
+ <release version="1.1-SNAPSHOT" date="in SVN">
+ <action dev="germuska" type="fix">
+ <a href="http://svn.apache.org/viewvc?view=rev&revision=356422">r
356422</a>
+ DispatchCommand - fix bug in handling InvocationTargetException.
+ </action>
+ <action dev="germuska" type="fix" issue="CHAIN-9" due-to="Wendy Smoak">
+ <a href="http://svn.apache.org/viewvc?view=rev&revision=322530">r
322530</a>
+ Maven build updates.
+ </action>
+ <action dev="germuska" type="update">
+ <a href="http://svn.apache.org/viewvc?view=rev&revision=315059">r
315059</a>
+ CatalogBase - add constructor which takes an already built map of
commands, for easier use in dependency-injection environments.
+ </action>
+ <action dev="germuska" type="fix" issue="CHAIN-25">
+ <a href="http://svn.apache.org/viewvc?view=rev&revision=178565">r
178565</a>
+ DispatchCommand should unwrap InvocationTargetException.
+ </action>
+ <action dev="germuska" type="update">
+ <a href="http://svn.apache.org/viewvc?view=rev&revision=178563">r
178563</a>
+ Expose catalogFactory so that subclasses can get at it.
+ </action>
+ <action dev="germuska" type="update" issue="CHAIN-3">
+ <a href="http://svn.apache.org/viewvc?view=rev&revision=165087">r
165087</a> and
+ <a href="http://svn.apache.org/viewvc?view=rev&revision=178563">r
178563</a>
+ Decouple CatalogFactory lookup from LookupAction.
+ </action>
+ <action dev="craigmcc" type="fix" issue="CHAIN-12" due-to="Jeff
Ramsdale">
+ <a href="http://svn.apache.org/viewvc?view=rev&revision=161600">r
161600</a>
+ Make ContextBase live up to the Serializable contract that it
inherits by virtue of extending HashMap.
+ </action>
+ <action dev="martinc" type="update">
+ <a href="http://svn.apache.org/viewvc?view=rev&revision=156615">r
156615</a>
+ ChainResources - factor out the comma-delimited parsing into a
separate method, fix the whitespace-skipping bugs in it.
+ </action>
+ <action dev="germuska" type="update">
+ <a href="http://svn.apache.org/viewvc?view=rev&revision=154949">r
154949</a>
+ Add support for using LookupCommand in a way which does not pass
through the result from the looked up command.
+ </action>
+ <action dev="jmitchell" type="add" issue="CHAIN-14" due-to="Sean
Schofield">
+ <a href="http://svn.apache.org/viewvc?view=rev&revision=142926">r
142926</a>
+ Add new DispatchLookupCommand.
+ </action>
+ <action dev="jmitchell" type="add" issue="CHAIN-26" due-to="Sean
Schofield">
+ <a href="http://svn.apache.org/viewvc?view=rev&revision=142924">r
142924</a>
+ Add new test for LookupCommand.
+ </action>
+ <action dev="germuska" type="add" issue="CHAIN-20">
+ <a href="http://svn.apache.org/viewvc?view=rev&revision=142922">r
142922</a>
+ Add new DispatchCommand.
+ </action>
+ <action dev="jmitchell" type="fix" issue="CHAIN-6">
+ <dueto name="William Slough"/>
+ <dueto name="Sean Schofield"/>
+ <a href="http://svn.apache.org/viewvc?view=rev&revision=142919">r
142919</a>
+ CopyCommand does not work unless setValue is called.
+ </action>
+ <action dev="craigmcc" type="add" issue="CHAIN-19" due-to="Joe Germuska">
+ <a href="http://svn.apache.org/viewvc?view=rev&revision=142918">r
142918</a>
+ Provide a mechanism for encoding catalog and command in a single
string
+ </action>
+ <action dev="martinc" type="fix" issue="CHAIN-1" due-to="Sergio Moretto">
+ <a href="http://svn.apache.org/viewvc?view=rev&revision=142917">r
142917</a>
+ Code fragment from 'cookbook' is incorrect.
+ </action>
+ </release>
+
+ <release version="1.0" date="2004-12-09" description="Initial Release">
+ <action dev="mardon" type="fix" issue="CHAIN-5" due-to="Manfred Wolff">
+ <a href="http://svn.apache.org/viewvc?view=rev&revision=142907">r
142907</a>
+ Make CatalogBase.getCommand() thread safe.
+ </action>
+ <action dev="craigmcc" type="update" issue="CHAIN-2" due-to="Sean
Schofield">
+ <a href="http://svn.apache.org/viewvc?view=rev&revision=142905">r
142905</a>
+ LookupCommand should use new CatalogFactory.
+ </action>
+ <action dev="craigmcc" type="fix" issue="CHAIN-10" due-to="Sean
Schofield">
+ <a href="http://svn.apache.org/viewvc?view=rev&revision=142904">r
142904</a>
+ Sample catalog.xml missing <catalog> tag.
+ </action>
+ <action dev="craigmcc" type="add" issue="CHAIN-7" due-to="Sean
Schofield">
+ <a href="http://svn.apache.org/viewvc?view=rev&revision=142903">r
142903</a>
+ Add missing new class ConfigCatalogRule.
+ </action>
+ <action dev="craigmcc" type="update" issue="CHAIN-21">
+ <a href="http://svn.apache.org/viewvc?view=rev&revision=142900">r
142900</a>
+ Make the impl. class of chainbase configurable.
+ </action>
+ <action dev="craigmcc" type="fix" issue="CHAIN-23" due-to="Sean
Schofield">
+ <a href="http://svn.apache.org/viewvc?view=rev&revision=142898">r
142898</a>
+ Support for new CatalogFactory.
+ </action>
+ <action dev="martinc" type="fix" issue="CHAIN-8" due-to="Otis
Gospodnetic">
+ <a href="http://svn.apache.org/viewvc?view=rev&revision=142831">r
142831</a> and
+ <a href="http://svn.apache.org/viewvc?view=rev&revision=142833">r
142833</a>
+ tabs to spaces, Log name fix.
+ </action>
+ <action dev="husted" type="fix" issue="CHAIN-15" due-to="Joe Germuska">
+ <a href="http://svn.apache.org/viewvc?view=rev&revision=142817">r
142817</a>
+ build.properties.sample should add commons-logging.
+ </action>
+ <action dev="husted" type="update" issue="CHAIN-22" due-to="Matthew
Sgarlata">
+ <a href="http://svn.apache.org/viewvc?view=rev&revision=142814">r
142814</a>
+ Added JavaDoc and a toString() method to CatalogBase.
+ </action>
+ </release>
+
+ </body>
+</document>
Propchange: jakarta/commons/proper/chain/trunk/xdocs/changes.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: jakarta/commons/proper/chain/trunk/xdocs/changes.xml
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL
Added: jakarta/commons/proper/chain/trunk/xdocs/cvs-usage.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/chain/trunk/xdocs/cvs-usage.xml?rev=409110&view=auto
==============================================================================
--- jakarta/commons/proper/chain/trunk/xdocs/cvs-usage.xml (added)
+++ jakarta/commons/proper/chain/trunk/xdocs/cvs-usage.xml Wed May 24 03:22:12
2006
@@ -0,0 +1,51 @@
+<?xml version="1.0" encoding="ISO-8859-1" ?>
+<!--
+/*
+ * Copyright 2006 The Apache Software Foundation.
+ *
+ * Licensed under the Apache License, Version 2.0 (the "License");
+ * you may not use this file except in compliance with the License.
+ * You may obtain a copy of the License at
+ *
+ * http://www.apache.org/licenses/LICENSE-2.0
+ *
+ * Unless required by applicable law or agreed to in writing, software
+ * distributed under the License is distributed on an "AS IS" BASIS,
+ * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ * See the License for the specific language governing permissions and
+ * limitations under the License.
+ */
+ -->
+
+<document>
+ <properties>
+ <title>Source repository</title>
+ <author email="[email protected]">Commons Documentation
Team</author>
+ </properties>
+ <body>
+<!-- ================================================== -->
+<section name="Source repository">
+<p>
+ Jakarta Commons Chain is hosted on the Apache
+ <a href="http://subversion.tigris.org/">subversion</a> repository.
+</p>
+<p>
+ The project URL is:<br />
+
<code>http://svn.apache.org/repos/asf/jakarta/commons/proper/chain/trunk</code>
+</p>
+<p>
+ The best way to view the repository is via the
+ <a
href="http://svn.apache.org/viewcvs.cgi/jakarta/commons/proper/chain/trunk/">subversion
viewer</a>.
+</p>
+<p>
+ The alternative is to use the
+ <a
href="http://svn.apache.org/repos/asf/jakarta/commons/proper/chain/trunk/">native
subversion</a> display.
+</p>
+<p>
+ For more information on subversion and creating patches see the
+ <a href="http://www.apache.org/dev/contributors.html">Apache Contributors
Guide</a>.
+</p>
+</section>
+<!-- ================================================== -->
+</body>
+</document>
\ No newline at end of file
Propchange: jakarta/commons/proper/chain/trunk/xdocs/cvs-usage.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: jakarta/commons/proper/chain/trunk/xdocs/cvs-usage.xml
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL
Added: jakarta/commons/proper/chain/trunk/xdocs/downloads.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/chain/trunk/xdocs/downloads.xml?rev=409110&view=auto
==============================================================================
--- jakarta/commons/proper/chain/trunk/xdocs/downloads.xml (added)
+++ jakarta/commons/proper/chain/trunk/xdocs/downloads.xml Wed May 24 03:22:12
2006
@@ -0,0 +1,51 @@
+<?xml version="1.0"?>
+<!--
+ Copyright 2006 The Apache Software Foundation
+
+ Licensed under the Apache License, Version 2.0 (the "License");
+ you may not use this file except in compliance with the License.
+ You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+ Unless required by applicable law or agreed to in writing, software
+ distributed under the License is distributed on an "AS IS" BASIS,
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+ See the License for the specific language governing permissions and
+ limitations under the License.
+-->
+<document>
+ <properties>
+ <title>Downloads</title>
+ </properties>
+
+ <body>
+ <section name="Download Chain">
+
+ <subsection name="Releases">
+ <p>Download the <a
href="http://jakarta.apache.org/site/downloads/downloads_commons-chain.cgi">Latest
Release</a>
+ of Commons Chain.
+ </p>
+ </subsection>
+
+ <subsection name="Nightly Builds">
+ <p>
+ <a
href="http://people.apache.org/builds/jakarta-commons/nightly/commons-chain/">Nightly
Builds</a>
+ are built once a day from the current SVN HEAD. This is
(nearly) the latest code and so should
+ be treated with caution.
+ </p>
+ </subsection>
+
+ <subsection name="Archived Releases">
+ <p>
+ Older releases are retained by the Apache Software Foundation
but are
+ moved into a
+ <a href="http://archive.apache.org/dist/jakarta/commons/chain/">
+ special archive area</a>.
+ </p>
+ </subsection>
+
+ </section>
+
+ </body>
+</document>
Propchange: jakarta/commons/proper/chain/trunk/xdocs/downloads.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: jakarta/commons/proper/chain/trunk/xdocs/downloads.xml
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL
Modified: jakarta/commons/proper/chain/trunk/xdocs/index.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/chain/trunk/xdocs/index.xml?rev=409110&r1=409109&r2=409110&view=diff
==============================================================================
--- jakarta/commons/proper/chain/trunk/xdocs/index.xml (original)
+++ jakarta/commons/proper/chain/trunk/xdocs/index.xml Wed May 24 03:22:12 2006
@@ -86,37 +86,31 @@
<section name="Documentation">
<p>
<ul>
- <li>The <a href="apidocs/index.html">Javadoc</a> of the latest
CVS.</li>
+ <li>The <a href="apidocs/index.html">Javadoc</a> of the latest
SVN.</li>
<li>The <a href="cookbook.html">Cookbook</a> containing "recipes" for
using the chain.</li>
- <li>The <a
href="http://cvs.apache.org/viewcvs/jakarta-commons/chain/">CVS repository</a>
can be browsed.</li>
+ <li>The <a href="cvs-usage.html">SVN repository</a> can be
browsed.</li>
</ul>
</p>
</section>
<section name="Downloading Chain">
- <subsection name='Releases'>
- <p>
- <strong>Chain 1.0</strong> - 9 Dec 2004
- <ul>
- <li>Download the binary distribution from a mirror site
- <a href='http://jakarta.apache.org/site/binindex.cgi'>here</a>
- </li>
- <li>Download the source distribution from a mirror site
- <a href='http://jakarta.apache.org/site/sourceindex.cgi'>here</a>
- </li>
- </ul>
- </p>
- </subsection>
- <subsection name='Nightly Builds'>
- <p>
- Nightly builds are built every day from the current CVS HEAD. This is
- the latest code and so should be treated with caution!
- </p>
- <p>
- Download nightly builds from
- <a
href='http://cvs.apache.org/builds/jakarta-commons/nightly/commons-chain/'>here</a>.
- </p>
- </subsection>
+ <p>See the <a href="downloads.html">Downloads</a> page for
current/previous
+ releases.
+ </p>
+ </section>
+
+ <section name="Support">
+ <p>
+ The <a href="mail-lists.html">commons mailing lists</a> act as the main
support forum.
+ The user list is suitable for most library usage queries.
+ The dev list is intended for the development discussion.
+ Please remember that the lists are shared between all commons components,
+ so prefix your email by [chain].
+ </p>
+
+ <p>
+ Issues may be reported via <a href="issue-tracking.html">ASF Jira</a>.
+ </p>
</section>
</body>
Added: jakarta/commons/proper/chain/trunk/xdocs/issue-tracking.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/chain/trunk/xdocs/issue-tracking.xml?rev=409110&view=auto
==============================================================================
--- jakarta/commons/proper/chain/trunk/xdocs/issue-tracking.xml (added)
+++ jakarta/commons/proper/chain/trunk/xdocs/issue-tracking.xml Wed May 24
03:22:12 2006
@@ -0,0 +1,68 @@
+<?xml version="1.0"?>
+<!--
+Copyright 2006 The Apache Software Foundation.
+
+Licensed under the Apache License, Version 2.0 (the "License");
+you may not use this file except in compliance with the License.
+You may obtain a copy of the License at
+
+ http://www.apache.org/licenses/LICENSE-2.0
+
+Unless required by applicable law or agreed to in writing, software
+distributed under the License is distributed on an "AS IS" BASIS,
+WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+See the License for the specific language governing permissions and
+limitations under the License.
+-->
+<document>
+ <properties>
+ <title>Issue tracking</title>
+ <author email="[email protected]">Commons Documentation
Team</author>
+ </properties>
+<body>
+<!-- ================================================== -->
+<section name="Issue tracking">
+<p>
+ Commons Chain uses <a href="http://issues.apache.org/jira/browse/CHAIN">ASF
Jira</a> for tracking issues.
+</p>
+<p>
+ To use Jira you may need to <a
href="http://issues.apache.org/jira/secure/Signup!default.jspa">create an
account</a>
+ (if you have previously created/updated Commons issues using Bugzilla an
account will have been automatically
+ created and you can use the <a
href="http://issues.apache.org/jira/secure/ForgotPassword!default.jspa">Forgot
Password</a>
+ page to get a new password).
+</p>
+<p>
+ If you would like to report a bug, or raise an enhancement request with
+ Commons Chain please do the following:
+ <ol>
+ <li><a
href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&pid=12310462&sorter/field=issuekey&sorter/order=DESC&status=1&status=4">Search
existing open bugs</a>.
+ If you find your issue listed then please add a comment with your
details.</li>
+ <li><a
href="http://mail-archives.apache.org/mod_mbox/jakarta-commons-dev/">Search the
mailing list archive</a>.
+ You may find your issue or idea has already been discussed.</li>
+ <li><a href="http://issues.apache.org/jira/browse/CHAIN">Submit a bug report
or enhancement request</a>.</li>
+ </ol>
+</p>
+<p>
+ Please also remember these points:
+ <ul>
+ <li>the more information you provide, the better we can help you</li>
+ <li>test cases are vital, particularly for any proposed enhancements</li>
+ <li>the developers of Commons Chain are all unpaid volunteers</li>
+ </ul>
+</p>
+<p>
+ For more information on subversion and creating patches see the
+ <a href="http://www.apache.org/dev/contributors.html">Apache Contributors
Guide</a>.
+</p>
+<p>
+ You may also find these links useful:
+ <ul>
+ <li><a
href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&pid=12310462&sorter/field=issuekey&sorter/order=DESC&status=1&status=4">All
Open Chain bugs</a></li>
+ <li><a
href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&pid=12310462&sorter/field=issuekey&sorter/order=DESC&status=5&status=6">All
Resolved Chain bugs</a></li>
+ <li><a
href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&pid=12310462&sorter/field=issuekey&sorter/order=DESC">All
Chain bugs</a></li>
+ </ul>
+</p>
+</section>
+<!-- ================================================== -->
+</body>
+</document>
Propchange: jakarta/commons/proper/chain/trunk/xdocs/issue-tracking.xml
------------------------------------------------------------------------------
svn:eol-style = native
Propchange: jakarta/commons/proper/chain/trunk/xdocs/issue-tracking.xml
------------------------------------------------------------------------------
svn:keywords = Date Author Id Revision HeadURL
Modified: jakarta/commons/proper/chain/trunk/xdocs/navigation.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/chain/trunk/xdocs/navigation.xml?rev=409110&r1=409109&r2=409110&view=diff
==============================================================================
--- jakarta/commons/proper/chain/trunk/xdocs/navigation.xml (original)
+++ jakarta/commons/proper/chain/trunk/xdocs/navigation.xml Wed May 24 03:22:12
2006
@@ -14,18 +14,37 @@
See the License for the specific language governing permissions and
limitations under the License.
-->
-<!DOCTYPE org.apache.commons.menus SYSTEM
'../../commons-build/menus/menus.dtd'>
+<!DOCTYPE org.apache.commons.menus SYSTEM
'http://jakarta.apache.org/commons/build/maven-build.dtd'>
<project name="Commons Chain">
<title>Commons Chain</title>
<body>
+ <links>
+ <item name="Apache"
+ href="http://www.apache.org"/>
+ <item name="Jakarta"
+ href="http://jakarta.apache.org"/>
+ <item name="Commons"
+ href="http://jakarta.apache.org/commons/"/>
+ </links>
+
<menu name="Commons Chain">
<item name="Overview" href="/index.html"/>
<item name="Cookbook" href="/cookbook.html"/>
+ <item name="Release Notes" href="/changes-report.html"/>
<item name="Javadoc" href="/apidocs/index.html"/>
- <item name="Mailing lists" href="/mail-lists.html"/>
- <item name="Team" href="/team-list.html"/>
- <item name="CVS"
href="http://cvs.apache.org/viewcvs/jakarta-commons/chain/"/>
+ <item name="Download" href="/downloads.html"/>
+ <item name="Issue Tracking" href="/issue-tracking.html"/>
</menu>
- &common-menus;
+
+ <menu name="Development">
+ <item name="Building" href="/building.html"/>
+ <item name="Mailing Lists" href="/mail-lists.html"/>
+ <item name="Team" href="/team-list.html"/>
+ <item name="Javadoc (latest)"
href="http://jakarta.apache.org/commons/chain/apidocs/"/>
+ <item name="SVN Repository" href="/cvs-usage.html"/>
+ </menu>
+
+ &commons;
+
</body>
</project>
Added: jakarta/commons/proper/chain/trunk/xdocs/style/project.css
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/chain/trunk/xdocs/style/project.css?rev=409110&view=auto
==============================================================================
--- jakarta/commons/proper/chain/trunk/xdocs/style/project.css (added)
+++ jakarta/commons/proper/chain/trunk/xdocs/style/project.css Wed May 24
03:22:12 2006
@@ -0,0 +1 @@
[EMAIL PROTECTED] url("http://jakarta.apache.org/style/jakarta-maven.css");
Propchange: jakarta/commons/proper/chain/trunk/xdocs/style/project.css
------------------------------------------------------------------------------
svn:eol-style = native
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]