Re: Shale ExceptionHandling

2007-01-21 Thread Duong BaTien
Hello Craig: Thank for a quick response. I downloaded the 1.1.0-SNAPSHOT but cannot find a binary for trunk/shale-apps/*. Do you think it will be available soon? What is the difference between shale-apps and shale-application directories? On Sat, 2007-01-20 at 17:43 -0800, Craig McClanahan

Re: Shale ExceptionHandling

2007-01-20 Thread Duong BaTien
Hello Craig: I am trying to look at shale-apps/shale-test-view to see an example of ViewController exception handling. I download from svn and try to build it from mvn but get the following exception: The plugin 'org.codehaus.mojo:cobertura-maven-plugin' does not exist or no valid version could

Re: Shale ExceptionHandling

2007-01-20 Thread Craig McClanahan
On 1/20/07, Duong BaTien [EMAIL PROTECTED] wrote: Hello Craig: I am trying to look at shale-apps/shale-test-view to see an example of ViewController exception handling. I download from svn and try to build it from mvn but get the following exception: The plugin

Re: Shale ExceptionHandling

2007-01-19 Thread Craig McClanahan
On 1/19/07, Reynolds, James [EMAIL PROTECTED] wrote: I have a question about the org.apache.shale.view.ExceptionHandler interface. Comments in the Shale Wiki indicate that Shale ...can optionally do a RequestDispatcher.forward() call to the context relative path of an error display page...

Re: Shale ExceptionHandling

2007-01-19 Thread Gary VanMatre
From: Reynolds, James [EMAIL PROTECTED] I have a question about the org.apache.shale.view.ExceptionHandler interface. Comments in the Shale Wiki indicate that Shale ...can optionally do a RequestDispatcher.forward() call to the context relative path of an error display page... How do I