1. Why does commons-chain have a sample application called "mailreader"?
  This looks to be the same mailreader as the one in Struts.

Probably because it was an easy way to demonstrate a chain app!

2. core doesn't compile with "ant dist" or "maven dist" due to half baked
  file structure changes.  Specifically, the sample apps refer to TagUtils,
  which they can't find.  How does the nightly run anyway?

It's just one offending class: src/test/org/apache/struts/util/TestRequestUtils.java

which actually tests methods which were moved to TagUtils and have been removed from RequestUtils. It could probably be deleted or 'svn move'd to the taglibs side and adjusted to test the methods in their new class and repository location...

[The plan (yes, I'm volunteering) ]
So, unless someone says something, my plans are as follows:

Looks great.

Joe
--
Joe Germuska [EMAIL PROTECTED] http://blog.germuska.com "Narrow minds are weapons made for mass destruction" -The Ex


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



Reply via email to