[shale] Problem serving Clay xml

2006-03-19 Thread Hermod Opstvedt
Hi I have run into a weird problem. When I run my access my application through Tomcat, accessing index.xml works just fine. Now I am about to put on the air a test site that has a Apache 2 front end I run into problems. As far as I can tell this has to do with the mime-type. When I access it thro

SV: [shale] Problem serving Clay xml

2006-03-19 Thread Hermod Opstvedt
Hi Found a solution. In my index.jsp I now do a jsp:forward instead of a jsp:redirect. Med vennlig hilsen Hermod Opstvedt Webmaster Seiling.org/Norlys.org -Opprinnelig melding- Fra: Hermod Opstvedt [mailto:[EMAIL PROTECTED] Sendt: 19. mars 2006 13:59 Til: 'Struts Developers List' Emne:

Re: SV: [shale] Problem serving Clay xml

2006-03-19 Thread Gary VanMatre
>From: Hermod Opstvedt <[EMAIL PROTECTED]> > > Hi > > Found a solution. In my index.jsp I now do a jsp:forward instead of a > jsp:redirect. > Another option might be to override the default suffix. I think you would still have to create a mime type for it on your web server but from the web

svn commit: r386985 - in /struts/shale/trunk/build: blank/ clay-plugin/ core-library/ core-test/ designtime/ mailreader/ remoting/ spring/ sql-browser/ test-framework/ tiger/ tiles/ use-cases/

2006-03-19 Thread wsmoak
Author: wsmoak Date: Sun Mar 19 08:06:31 2006 New Revision: 386985 URL: http://svn.apache.org/viewcvs?rev=386985&view=rev Log: For the Maven 1 build, let the version number be inherited from the parent pom, and use the ${pom.currentVersion} expression rather than explicit versions on dependencie

SV: SV: [shale] Problem serving Clay xml

2006-03-19 Thread Hermod Opstvedt
Hi I'll give it a try. One of the things I don't like about the current workaround is that I have to create a .jsp file for all my links (which does the forward to the .xml file). Hermod -Opprinnelig melding- Fra: Gary VanMatre [mailto:[EMAIL PROTECTED] Sendt: 19. mars 2006 17:03 Til:

Re: [ANNOUNCE] Shale 1.0.1 release plan

2006-03-19 Thread Gary VanMatre
>From: "Wendy Smoak" <[EMAIL PROTECTED]> > > On 3/16/06, Gary VanMatre wrote: > > > Under the "Use Cases System Integration Tests" > > in the 101 release plan I've tested options 1,2,5,6. > > Thanks. :) I added Cargo integration, so if you want to use it, > running the integration tests beco

svn commit: r386992 - in /struts/sandbox/trunk/tiles: pom.xml project.xml

2006-03-19 Thread wsmoak
Author: wsmoak Date: Sun Mar 19 08:20:36 2006 New Revision: 386992 URL: http://svn.apache.org/viewcvs?rev=386992&view=rev Log: Changed groupId from 'org.apache.tiles' to 'org.apache.struts.tiles' to conform to the required Maven repository structure. Requested by Henri Yandell and the Repository

SV: SV: [shale] Problem serving Clay xml

2006-03-19 Thread Hermod Opstvedt
Hi Worked like a charm - Thanks for the tip. I also added "text/html clayx" as an entry in mime.types file. Hermod -Opprinnelig melding- Fra: Hermod Opstvedt [mailto:[EMAIL PROTECTED] Sendt: 19. mars 2006 17:11 Til: 'Struts Developers List' Emne: SV: SV: [shale] Problem serving Clay xm

svn commit: r387012 - /struts/shale/trunk/build.xml

2006-03-19 Thread wsmoak
Author: wsmoak Date: Sun Mar 19 10:30:17 2006 New Revision: 387012 URL: http://svn.apache.org/viewcvs?rev=387012&view=rev Log: Exclude the JSF RI and Creator 2 jars from the shale-dependencies distribution. Modified: struts/shale/trunk/build.xml Modified: struts/shale/trunk/build.xml URL: h

Re: [ANNOUNCE] Shale 1.0.1 release plan

2006-03-19 Thread Wendy Smoak
m going to wait and > > see what the nightly builds look like before I tag 1.0.1. No nightlies for 20060319. I thought that might happen. :) Craig, my guess is that it died trying to copy derby.jar for the sql-browser app, and that you need to run 'ant download-dependencies' once.

Bug report for Struts [2006/03/19]

2006-03-19 Thread bugzilla
+---+ | Bugzilla Bug ID | | +-+ | | Status: UNC=Unconfirmed NEW=New ASS=Assigned

svn commit: r387074 - in /struts/shale/trunk: ./ build/ build/maven2/

2006-03-19 Thread wsmoak
Author: wsmoak Date: Sun Mar 19 15:56:30 2006 New Revision: 387074 URL: http://svn.apache.org/viewcvs?rev=387074&view=rev Log: Switch to version 1.0.1 Modified: struts/shale/trunk/build/maven2/shale-clay.pom struts/shale/trunk/build/maven2/shale-core.pom struts/shale/trunk/build/maven

svn commit: r387090 - /struts/shale/tags/STRUTS_SHALE_1_0_1/

2006-03-19 Thread wsmoak
Author: wsmoak Date: Sun Mar 19 16:49:17 2006 New Revision: 387090 URL: http://svn.apache.org/viewcvs?rev=387090&view=rev Log: Tag for Shale version 1.0.1 Added: struts/shale/tags/STRUTS_SHALE_1_0_1/ - copied from r387089, struts/shale/trunk/ --

[Struts Wiki] Update of "ShaleRelease101" by WendySmoak

2006-03-19 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 WendySmoak: http://wiki.apache.org/struts/ShaleRelease101 -- || 1. |

svn commit: r387104 - in /struts/sandbox/trunk/action2/apps: cookbook/src/java/cookbook2/ mailreader/src/java/ mailreader/src/java/mailreader2/ mailreader/src/webapp/WEB-INF/ mailreader/src/webapp/pag

2006-03-19 Thread husted
Author: husted Date: Sun Mar 19 17:59:56 2006 New Revision: 387104 URL: http://svn.apache.org/viewcvs?rev=387104&view=rev Log: Action2 Apps * Mailreader - Work in progress ** Refactor for "model driven" interface ** Add listener to load database ** Working against WW 2.2.2 RC1 now Added:

svn commit: r387108 [2/2] - in /struts/sandbox/trunk/action2/apps: cookbook/src/java/ cookbook/src/java/cookbook2/ cookbook/src/java/cookbook2/actiontag/ cookbook/src/java/cookbook2/pojo/ cookbook/src

2006-03-19 Thread husted
Modified: struts/sandbox/trunk/action2/apps/mailreader/src/java/mailreader2/MailreaderSupport.java URL: http://svn.apache.org/viewcvs/struts/sandbox/trunk/action2/apps/mailreader/src/java/mailreader2/MailreaderSupport.java?rev=387108&r1=387107&r2=387108&view=diff =

[VOTE] Struts Shale v1.0.1 Quality

2006-03-19 Thread Wendy Smoak
Following the release plan which is available on the Wiki, http://wiki.apache.org/struts/ShaleRelease101 the Struts Shale v1.0.1 test build has been completed and deployed to http://svn.apache.org/dist/struts/shale/v1.0.1/ including checksums and signatures, which may be verified against

[Struts Wiki] Update of "ShaleRelease101" by WendySmoak

2006-03-19 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 WendySmoak: http://wiki.apache.org/struts/ShaleRelease101 -- || 2. |

Re: [VOTE] Struts 1.2.9 Quality

2006-03-19 Thread Niall Pemberton
This version has received the following votes to date: Don Brown voted for "GA" quality (binding) Frank Zammetti voted for "GA" quality (non-binding) Niall Pemberton voted for "GA" quality (binding) Unfortunately it has failed to receive the minimum of three PMC member votes and therefore this

svn commit: r387133 - in /struts/shale/trunk: ./ build/ build/maven2/ tiger/

2006-03-19 Thread wsmoak
Author: wsmoak Date: Sun Mar 19 20:25:11 2006 New Revision: 387133 URL: http://svn.apache.org/viewcvs?rev=387133&view=rev Log: Switch to version 1.0.2-SNAPSHOT Modified: struts/shale/trunk/build/maven2/shale-clay.pom struts/shale/trunk/build/maven2/shale-core.pom struts/shale/trunk/bu

Re: [VOTE] Struts Shale v1.0.1 Quality

2006-03-19 Thread Wendy Smoak
On 3/19/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: > Once you have had a chance to review this test build, please respond > with a vote on its quality: > > [X] Alpha > [ ] Beta > [ ] General Availability (GA) My vote is for Alpha quality due to Shale's dependence on a snapshot of Standalone Tiles.

Re: [VOTE] Struts 1.2.9 Quality

2006-03-19 Thread Paul Benedict
Is the lack of votes caused by someone voting against it, or because of non-responsiveness from the PMC members? If's it the latter, can't we prod them for one? --- Niall Pemberton <[EMAIL PROTECTED]> wrote: > This version has received the following votes to date: > > Don Brown voted for "GA" q

Re: [VOTE] Struts 1.2.9 Quality

2006-03-19 Thread Martin Cooper
On 3/19/06, Paul Benedict <[EMAIL PROTECTED]> wrote: > > Is the lack of votes caused by someone voting against it, > or because of non-responsiveness from the PMC members? If's > it the latter, can't we prod them for one? In my case, it's because we (meaning the team at my day job) are at a, um,

Re: [Proposal] Consolidate extras, EL, taglibs, and faces under 'action' (was Maven groupId and svn repo structure)

2006-03-19 Thread Craig McClanahan
On 3/17/06, Don Brown <[EMAIL PROTECTED]> wrote: > > Frank W. Zammetti wrote: > > On Fri, March 17, 2006 1:48 pm, Don Brown said: > >> I might as well make this its own proposal: I propose we consolidate > the > >> 'extras', 'el', 'taglibs', and 'faces' subprojects under the 'action' > >> subproje

Re: [Proposal] Consolidate extras, EL, taglibs, and faces under 'action' (was Maven groupId and svn repo structure)

2006-03-19 Thread Frank W. Zammetti
Craig McClanahan wrote: I can certainly buy into release consolidation along these four paths. That being said, separating the source artifacts (and the binary jar files that result from them) is still useful in terms of clearly articulating dependencies *within* a particular release. That beco