I vote for creation of a 2.0.x branch. There's several issues from webwork that haven't been applied to the 2.0.x series and I'm sure there will be more that will need to be carried forward.
Tom

Ted Husted wrote:
Yes, both the Spring Plugin and Codebehind Plugin are missing from the
assembly POM.

Do we just want to

(1) note this as a known issue,
(2) branch on 2.0.5 and issue a 2.0.5.1 version of the lib and all
distributions.
(3) issue 2.0.6 from the 2.0.x branch.

I could do any of these things today. If we do (3), I would first drop
and recreate the 2.0.x tag from the 2.0.5 tag, so as to skip over the
changes that broke the HEAD after 2.0.5 was tag. (Last time I branch
the HEAD rather than a tag!)

Another build issue is that the TLD is being rewritten during the
assembly, I guess to reflect changes to the annotations. Should we be
running an assembly before the tag first, to look for TLD updates, and
checking those in, before continuing with the rest of the tag and
roll?


Index: struts-tags.tld
===================================================================
--- struts-tags.tld    (revision 503710)
+++ struts-tags.tld    (working copy)
@@ -2762,7 +2762,7 @@
      <name>doubleListKey</name>
      <required>false</required>
      <rtexprvalue>true</rtexprvalue>
-      <description><![CDATA[Set the list key of the second
attribute]]></description>
+      <description><![CDATA[The key expression to use for second
list]]></description>
    </attribute>
    <attribute>
      <name>doubleListValue</name>
@@ -5270,7 +5270,7 @@
      <name>doubleListKey</name>
      <required>false</required>
      <rtexprvalue>true</rtexprvalue>
-      <description><![CDATA[Set the list key of the second
attribute]]></description>
+      <description><![CDATA[The key expression to use for second
list]]></description>
    </attribute>
    <attribute>
      <name>doubleListValue</name>

---------------------------------------------------------------------
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