On 2/10/07, Wendy Smoak <[EMAIL PROTECTED]> wrote:
On 2/10/07, Tom Schneider <[EMAIL PROTECTED]> wrote:
> Umm, it looks like the spring plugin jar isn't included. Someone on
> #struts mentioned this and I confirmed it by downloading
> struts-2.0.5-all.zip from the website and it's not in the lib
> directory. (All the other plugins are there) Am I crazy or is it
> really missing?
If you've confirmed it, please open an issue against 2.0.5. The file
is probably missing from the assembly descriptor.
--Wendy
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]