Author: bayard
Date: Mon Jun 11 17:28:17 2007
New Revision: 546325
URL: http://svn.apache.org/viewvc?view=rev&rev=546325
Log:
Updating the website. Instead of doing things in the xdocs on the 1.0 branch,
I'm going to keep the 'one true xdoc' here in trunk and have it support both
1.0 and 2.0
Added:
jakarta/commons/proper/cli/trunk/xdocs/changes.xml
Modified:
jakarta/commons/proper/cli/trunk/xdocs/index.xml
jakarta/commons/proper/cli/trunk/xdocs/issue-tracking.xml
Added: jakarta/commons/proper/cli/trunk/xdocs/changes.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/cli/trunk/xdocs/changes.xml?view=auto&rev=546325
==============================================================================
--- jakarta/commons/proper/cli/trunk/xdocs/changes.xml (added)
+++ jakarta/commons/proper/cli/trunk/xdocs/changes.xml Mon Jun 11 17:28:17 2007
@@ -0,0 +1,54 @@
+<?xml version="1.0"?>
+<!--
+ Licensed to the Apache Software Foundation (ASF) under one or more
+ contributor license agreements. See the NOTICE file distributed with
+ this work for additional information regarding copyright ownership.
+ The ASF licenses this file to You 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>Commons CLI Release Notes</title>
+ </properties>
+ <body>
+ <release version="1.1" date="2007-?-?"
+ description="This is a maintenance release containing bug fixes. ">
+
+ <action type="fix" issue="CLI-51">Parameter value "-something"
misinterpreted as a parameter. </action>
+ <action type="fix" issue="CLI-129">CLI_1_BRANCH build.xml doesn't work.
</action>
+ <action type="fix" issue="CLI-59">No Javadoc for HelpFormatter!.
</action>
+ <action type="fix" issue="CLI-29">Options should not be able to be added
more than once. </action>
+ <action type="fix" issue="CLI-28">Infinite Loop in Command-Line
processing. </action>
+ <action type="fix" issue="CLI-45">Documentation errors. </action>
+ <action type="fix" issue="CLI-71">A weakness of parser. </action>
+ <action type="fix" issue="CLI-13">CommandLine.getOptionValue() behaves
contrary to docs. </action>
+ <action type="fix" issue="CLI-5">Dependecy on commons-lang-2.0 but
commons-lang-1.0 is obtained. </action>
+ <action type="fix" issue="CLI-44">Document enhancement. </action>
+ <action type="fix" issue="CLI-69">Error parsing option arguments.
</action>
+ <action type="fix" issue="CLI-38">HelpFormatter doesn't function
correctly for options with only LongOpt. </action>
+ <action type="fix" issue="CLI-8">Line separator as first char for
helpformatter (footer) throws exception. </action>
+ <action type="fix" issue="CLI-67">Missing arguments in
HelpFormatter.renderOptions(..). </action>
+ <action type="fix" issue="CLI-26">Only long options without short option
seems to be noticed. </action>
+ <action type="fix" issue="CLI-65">Parser breaks up command line parms
into single characters. </action>
+ <action type="fix" issue="CLI-23">Passing properties in Parser does not
work for options with a single argument. </action>
+ <action type="fix" issue="CLI-2">Wrong usage summary. </action>
+ <action type="fix" issue="CLI-21">clone method in Option should use
super.clone(). </action>
+ <action type="fix" issue="CLI-56">clone() method doesn't fully clone
contents. </action>
+ <action type="fix" issue="CLI-35">HelpFormatter doesn't sort options
properly. </action>
+ <action type="fix" issue="CLI-130">Remove the Commons Lang dependency.
</action>
+ <action type="add" issue="CLI-78">Setting description of a Option.
</action>
+
+ </release>
+
+ </body>
+</document>
Modified: jakarta/commons/proper/cli/trunk/xdocs/index.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/cli/trunk/xdocs/index.xml?view=diff&rev=546325&r1=546324&r2=546325
==============================================================================
--- jakarta/commons/proper/cli/trunk/xdocs/index.xml (original)
+++ jakarta/commons/proper/cli/trunk/xdocs/index.xml Mon Jun 11 17:28:17 2007
@@ -43,21 +43,21 @@
The JavaDoc API documents are available online:
</p>
<ul>
-<li>The <a href="api-release/index.html">current release 1.0</a></li>
-<!--li>The <a href="api-n/index.html">previous version n</a></li-->
-<li>The <a href="apidocs/index.html">latest SVN</a></li>
+<li>The <a href="api-release/index.html">current release 1.1</a></li>
+<li>The <a href="api-1.0/index.html">previous version 1.0</a></li>
+<li>The <a href="apidocs/index.html">latest SVN (2.0-SNAPSHOT)</a></li>
</ul>
<p>
The <a href="cvs-usage.html">subversion repository</a> can be
-<a
href="http://svn.apache.org/viewcvs.cgi/jakarta/commons/proper/cli/trunk/">browsed</a>.
+<a
href="http://svn.apache.org/viewvc/jakarta/commons/proper/cli/trunk/">browsed</a>.
</p>
</section>
<!-- ================================================== -->
<section name="Releases">
<p>
-The latest version is v1.0. -
+The latest version is v1.1. -
<a
href="http://jakarta.apache.org/site/downloads/downloads_commons-cli.cgi">Download
now!</a><br />
-The <a href="release_1_0.html">release notes</a> are also available.
+The <a href="changes-report.html#1_1">release notes</a> are also available.
</p>
<p>
For previous releases, see the <a
href="http://archive.apache.org/dist/jakarta/commons/cli/">Apache Archive</a>
Modified: jakarta/commons/proper/cli/trunk/xdocs/issue-tracking.xml
URL:
http://svn.apache.org/viewvc/jakarta/commons/proper/cli/trunk/xdocs/issue-tracking.xml?view=diff&rev=546325&r1=546324&r2=546325
==============================================================================
--- jakarta/commons/proper/cli/trunk/xdocs/issue-tracking.xml (original)
+++ jakarta/commons/proper/cli/trunk/xdocs/issue-tracking.xml Mon Jun 11
17:28:17 2007
@@ -12,7 +12,7 @@
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 iouage governing permissions and
+See the License for the specific language governing permissions and
limitations under the License.
-->
<document>
@@ -24,19 +24,25 @@
<!-- ================================================== -->
<section name="Issue tracking">
<p>
- Commons CLI uses the <a href="http://issues.apache.org/jira/">ASF JIRA</a>
for tracking issues.
- To use JIRA you may need to <a
href="https://issues.apache.org/jira/secure/Signup!default.jspa">create an
account</a>.
+ Commons CLI uses the <a href="http://issues.apache.org/jira/browse/CLI">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 CLI please do the following:
<ol>
- <li><a
href="https://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&mode=hide&pid=12310463&resolution=-1&sorter/field=updated&sorter/order=DESC">Search
existing open bugs</a>.
+ <li><a
href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&pid=12310463&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/CLI">Submit a bug report
or enhancement request</a>.
- </li>
+ <li>Decide if your issue is a bug or an enhancement.</li>
+ <li>Submit either a <a
href="http://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12310463&issuetype=1&priority=4&assignee=-1">bug
report</a>
+ or <a
href="http://issues.apache.org/jira/secure/CreateIssueDetails!init.jspa?pid=12310463&issuetype=4&priority=4&assignee=-1">enhancement
request</a>.</li>
</ol>
</p>
<p>
@@ -45,6 +51,14 @@
<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 CLI are all unpaid volunteers</li>
+ </ul>
+</p>
+<p>
+ You may also find these links useful:
+ <ul>
+ <li><a
href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&pid=12310463&sorter/field=issuekey&sorter/order=DESC&status=1&status=4">All
Open CLI bugs</a></li>
+ <li><a
href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&pid=12310463&sorter/field=issuekey&sorter/order=DESC&status=5&status=6">All
Resolved CLI bugs</a></li>
+ <li><a
href="http://issues.apache.org/jira/secure/IssueNavigator.jspa?reset=true&pid=12310463&sorter/field=issuekey&sorter/order=DESC">All
CLI bugs</a></li>
</ul>
</p>
</section>
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]