Unit tests in struts-action failing w/o struts.apache.org

2005-12-13 Thread Wendy Smoak
With struts.apache.org offline, I'm getting some test failures from oas.config.TestModuleConfig in struts-action: Testcase: testCustomMappingParse1_1(org.apache.struts.config.TestModuleConfig): FAILED Parsing threw exception: java.net.ConnectException: Connection refused: connect Testcase: test

Re: [VOTE] Confirm the Struts Scripting 1.0.1 release plan

2005-12-13 Thread Don Brown
Sure, I'm not against building the example using only Maven (despite my personal adversion ;), and if this patch does the job, go ahead and commit it. As for the struts mailreader, it could go in the cvs.apache.org repo, but it isn't "official", so I don't know if it could go somewhere like ibibli

Re: Sorry for all the noise!

2005-12-13 Thread Ted Husted
The repository commits are a separate list, but everything else goes through dev@, and in the normal course, everything must. Much of the development discussions take place on the issue tickets, and if you are not following the issue tickets, then you miss huge chunks of the development talks. The

Re: Struts and Freemarker

2005-12-13 Thread Ted Husted
You should send posts like this to dev@struts.apache.org, rather than dev-owner. My suggestion would be to try and post the code someplace and provide a link to it, so other people can download it and see how it works. -Ted. On 12/11/05, faisal abdallah <[EMAIL PROTECTED]> wrote: > Hi, > I've ju

Re: svn commit: r356434 [1/4] - in /struts/shale/trunk/tiger: ./ nbproject/ nbproject/private/ src/ src/conf/ src/java/ src/java/org/ src/java/org/apache/ src/java/org/apache/shale/ src/java/org/apach

2005-12-13 Thread Wendy Smoak
On 12/12/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Author: craigmcc > Date: Mon Dec 12 16:46:02 2005 > New Revision: 356434 > > URL: http://svn.apache.org/viewcvs?rev=356434&view=rev > Log: > Initial checkin of a JavaSE 5 based layer on top of standard Shale > functionality. ... > + > Add

Re: svn commit: r356434 [1/4] - in /struts/shale/trunk/tiger: ./ nbproject/ nbproject/private/ src/ src/conf/ src/java/ src/java/org/ src/java/org/apache/ src/java/org/apache/shale/ src/java/org/apach

2005-12-13 Thread Craig McClanahan
On 12/13/05, Wendy Smoak <[EMAIL PROTECTED]> wrote: > > On 12/12/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Author: craigmcc > > Date: Mon Dec 12 16:46:02 2005 > > New Revision: 356434 > > > > URL: http://svn.apache.org/viewcvs?rev=356434&view=rev > > Log: > > Initial checkin of a JavaSE

Re: Sorry for all the noise!

2005-12-13 Thread Martin Cooper
On 12/13/05, Ted Husted <[EMAIL PROTECTED]> wrote: > > The repository commits are a separate list, but everything else goes > through dev@, and in the normal course, everything must. Much of the > development discussions take place on the issue tickets, and if you > are not following the issue tick

svn commit: r356591 - in /struts/sandbox/trunk/ti/phase1/jars/legacy: ./ src/java/org/apache/ti/legacy/ src/test/org/apache/ti/legacy/

2005-12-13 Thread mrdon
Author: mrdon Date: Tue Dec 13 11:45:48 2005 New Revision: 356591 URL: http://svn.apache.org/viewcvs?rev=356591&view=rev Log: Adding new interceptors to call reset() and validate() on the ActionForm, adding a new StrutsFactory to provide conversion functions between Struts Action 1.x and Ti, add

svn commit: r356633 [2/2] - in /struts/sandbox/trunk/ti/phase2: jars/compiler-apt/src/java/org/apache/ti/compiler/internal/typesystem/impl/declaration/ jars/core/src/java/org/apache/ti/compiler/intern

2005-12-13 Thread mrdon
Modified: struts/sandbox/trunk/ti/phase2/wars/samples/src/java/pageflow/formBean/Controller.java URL: http://svn.apache.org/viewcvs/struts/sandbox/trunk/ti/phase2/wars/samples/src/java/pageflow/formBean/Controller.java?rev=356633&r1=356632&r2=356633&view=diff =

[Struts Wiki] Update of "FrontPage" by forumwatcher

2005-12-13 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Struts Wiki" for change notification. The following page has been changed by forumwatcher: http://wiki.apache.org/struts/FrontPage -- * StrutsWi

[Struts Wiki] Update of "FrontPage" by HubertRabago

2005-12-13 Thread Apache Wiki
Dear Wiki user, You have subscribed to a wiki page or wiki category on "Struts Wiki" for change notification. The following page has been changed by HubertRabago: http://wiki.apache.org/struts/FrontPage The comment on the change is: Remove spam.

svn commit: r356734 [8/8] - in /struts/shale/trunk/tiger: ./ src/conf/ src/java/ src/java/org/apache/shale/tiger/config/ src/java/org/apache/shale/tiger/faces/ src/java/org/apache/shale/tiger/managed/

2005-12-13 Thread wsmoak
Modified: struts/shale/trunk/tiger/src/test/org/apache/shale/tiger/faces/VariableResolverImplTestCase.java URL: http://svn.apache.org/viewcvs/struts/shale/trunk/tiger/src/test/org/apache/shale/tiger/faces/VariableResolverImplTestCase.java?rev=356734&r1=356733&r2=356734&view=diff =

svn commit: r356734 [4/8] - in /struts/shale/trunk/tiger: ./ src/conf/ src/java/ src/java/org/apache/shale/tiger/config/ src/java/org/apache/shale/tiger/faces/ src/java/org/apache/shale/tiger/managed/

2005-12-13 Thread wsmoak
Modified: struts/shale/trunk/tiger/src/java/org/apache/shale/tiger/managed/rules/ManagedBeansRuleSet.java URL: http://svn.apache.org/viewcvs/struts/shale/trunk/tiger/src/java/org/apache/shale/tiger/managed/rules/ManagedBeansRuleSet.java?rev=356734&r1=356733&r2=356734&view=diff ===

Re: svn commit: r356734 [1/8] - in /struts/shale/trunk/tiger: ./ src/conf/ src/java/ src/java/org/apache/shale/tiger/config/ src/java/org/apache/shale/tiger/faces/ src/java/org/apache/shale/tiger/mana

2005-12-13 Thread Craig McClanahan
On 12/13/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Author: wsmoak > Date: Tue Dec 13 21:14:36 2005 > New Revision: 356734 > > URL: http://svn.apache.org/viewcvs?rev=356734&view=rev > Log: > Added missing svn properties, fixed line endings. Grump ... I thought I had my settings right on

svn commit: r356738 - in /struts/shale/trunk: build/tiger/ build/tiger/project.properties build/tiger/project.xml tiger/build.xml tiger/xdocs/ tiger/xdocs/navigation.xml xdocs/features-tiger-extension

2005-12-13 Thread wsmoak
Author: wsmoak Date: Tue Dec 13 22:19:37 2005 New Revision: 356738 URL: http://svn.apache.org/viewcvs?rev=356738&view=rev Log: Added Maven build for Shale Tiger Extensions. (Source code will be excluded if JDK 1.5 is not used for the build.) Added documentation links and placeholder 'features' p