Ted, one thing to note about the dependency on collections. I thought we all agreed to move to commons-beanutils.1.7.0.jar (which has o.a.c.c.FastHashMap) so we don't need commons-collections jar.

Did I miss something?

--
James Mitchell
Software Engineer / Open Source Evangelist
EdgeTech, Inc.
678.910.8017
AIM: jmitchtx

----- Original Message ----- From: <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, February 07, 2005 10:29 AM
Subject: svn commit: r151720 - in struts/core/trunk: build.xml doc/faqs/kickstart.xml



Author: jmitchell Date: Mon Feb 7 07:29:55 2005 New Revision: 151720

URL: http://svn.apache.org/viewcvs?view=rev&rev=151720
Log:
fix for http://issues.apache.org/bugzilla/attachment.cgi?id=14192, and update project version in ant build


Modified:
   struts/core/trunk/build.xml
   struts/core/trunk/doc/faqs/kickstart.xml

Modified: struts/core/trunk/build.xml
URL: http://svn.apache.org/viewcvs/struts/core/trunk/build.xml?view=diff&r1=151719&r2=151720
==============================================================================
--- struts/core/trunk/build.xml (original)
+++ struts/core/trunk/build.xml Mon Feb 7 07:29:55 2005
@@ -144,7 +144,7 @@
<property name="project.name" value="struts"/>


    <!-- Version of the project -->
-    <property name="project.version" value="1.2.6"/>
+    <property name="project.version" value="1.3.0-dev"/>


<!-- ========== Derived Properties ======================================== -->
@@ -201,6 +201,7 @@
<path id="compile.classpath">
<pathelement location="${commons-beanutils.jar}"/>
<pathelement location="${commons-chain.jar}"/>
+ <pathelement location="${commons-collections.jar}"/>
<pathelement location="${commons-digester.jar}"/>
<pathelement location="${commons-fileupload.jar}"/>
<pathelement location="${commons-logging.jar}"/>


Modified: struts/core/trunk/doc/faqs/kickstart.xml
URL: http://svn.apache.org/viewcvs/struts/core/trunk/doc/faqs/kickstart.xml?view=diff&r1=151719&r2=151720
==============================================================================
--- struts/core/trunk/doc/faqs/kickstart.xml (original)
+++ struts/core/trunk/doc/faqs/kickstart.xml Mon Feb 7 07:29:55 2005
@@ -21,7 +21,14 @@
<li><a href="#license">How is Struts licensed?</a></li>
<li><a href="#usage">Can Struts be used in a commercial application?</a></li>
<li><a href="#credits">Do I have to credit Struts on my own website?</a></li>
- </ul><ul>
+ </ul>
+ <ul>
+ <li><a href="#shale"></a></li>
+ <li><a href="#shale-fork"></a></li>
+ <li><a href="#classic"></a></li>
+ <li><a href="#classic2"></a></li>
+ </ul>
+ <ul>
<li><a href="#where">Where can I get a copy of Struts?</a></li>
<li><a href="#install">How do I install Struts?</a></li>
<li><a href="#jar">When do I need the struts.jar on my classpath?</a></li>
@@ -43,7 +50,7 @@
<li><a href="#newsgroup">Is there a Struts Newsgroup?</a></li>
<li><a href="#mailbounce">Why didn't my posting show up on the user list?"</a></li>
<li><a href="#unsubscribe">How do I unsubscribe from the mailing list?</a></li>
- </ul>
+ </ul>
</section>


<section href="why" name="Why do we need Struts?">
@@ -88,6 +95,35 @@
Required if you've used the source code to create your own server that you are redistributing to other people.</p>
</section>


+<section href="shale" name="Why are you offering both Struts Shale and Struts Classic? Don't they compete for new development?">
+<p>We do offer Struts developers a choice, but, hey, choice is good. :)</p>
+<p>People who want to create and maintain Struts Classic are welcome to do so.</p>
+<p>People who want to create and maintain Struts Shale are equally welcome.</p>
+<p>As a volunteer organization, we are not constrained by the economics of competition. All we need are volunteers who are ready, willing, and able to do the work. So long as we have volunteers, we have work for them to do. :)</p>
+<p>Right now, we have volunteers who want to leverage the new JavaServer Faces framework by using Struts Shale for new development. We also have volunteers who prefer to leverage their existing investment in Struts Classic. All are welcome.</p>
+<p>For more about volunteering, visit our <a href="http://struts.apache.org/faqs/helping.html";>how to help page</a>.</p>
+</section>
+
+<section href="2x" name="Is Shale likely to become Struts 2.x?">
+<p>Struts Shale has its own identity and its own release cycle. Struts Classic is one subproject, and Struts Shale is another.</p>
+<p>So, no, it is not likely that Struts Shale will become Struts Classic 2.x.</p>
+<p>Right now, there are no concrete plans for a 2.x release of Struts Classic. The people working on the 1.x series want to evolve the code base without breaking backward compatibility.</p>
+<p>The reasons to roll the major version number are when</p>
+<ul>
+ <li>a new codebase is created, or</li>
+ <li>there is a break in backward compatability.</li>
+</ul>
+<p>Should either of these things happen, then, in that event, there might be a Struts Classic 2.x.</p>
+<p>For example, right now, most everyone is using Java 1.3, so that it is what Struts Classic targets. But, if someone wanted to start a "Struts Tiger" codebase, using the new features of Java 1.5, something like that might be a candidate for Struts Classic 2.x.</p>
+<p>But, so long as each Struts Classic release follows the deprecate/replace/remove strategy, and targets the mainstream platform, we will just keep rolling the minor version number. If this takes us to Struts 1.42 or Struts 1.2025, then so be it.</p>
+</section>
+
+<section href="fork" name="Is Struts Shale a fork?">
+<p>No. It's an entirely new product with its own architecture. Struts Shale is an MVC framework for web applications, like Struts Classic, but it's a fresh start. Struts Shale is the best choice for developers eager to leverage the latest technologies, like JavaServer Faces.</p>
+<p>Both frameworks will have a home here so long as there are volunteers ready to contribute.</p>
+<p>We encourage you to choose the framework that works best for you. (Even if it is not one of ours!)</p>
+</section>
+
<section href="where" name="Where can I get a copy of Struts?">
<p>The best place to download Struts is at <a href="http://struts.apache.org/";>struts.apache.org</a>. The nightly builds are very stable, and recommended as the best place to start today.</p>
</section>
@@ -300,11 +336,11 @@


<section href="ide" name="Is there a particularly good IDE to use with Struts">
<p>
-Struts should work well with any development environment that you would like to use, as well as with any programmers editor.
-The members of the Struts development team each use their own tools such as
-<a href="http://www.gnu.org/software/emacs/emacs.html";>Emacs</a>,
-<a href="http://www.intellij.com/idea/";>IDEA</a>,
-<a href="http://www.eclipse.org/";>Eclipse</a>,
+Struts should work well with any development environment that you would like to use, as well as with any programmers editor.
+The members of the Struts development team each use their own tools such as
+<a href="http://www.gnu.org/software/emacs/emacs.html";>Emacs</a>,
+<a href="http://www.intellij.com/idea/";>IDEA</a>,
+<a href="http://www.eclipse.org/";>Eclipse</a>,
and <a href="http://www.netbeans.org/";>NetBeans</a>.
</p>
<p>




---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]




--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to