Re: [S2] Release Plan for 2.0.8

2007-06-05 Thread David H. DeWolf
The tiles 2.0.4 vote was recapped today (and passed as the first tiles2 beta). Antonio is working on finalizing/pushing the release. The struts2-tiles plugin depends upon 2.0.3, which is already released, so I'm not sure what the holdup is. David Rainer Hermanns wrote: Hey there, if there

Re: [S2] [VOTE] Struts 2.0.7 Quality

2007-03-27 Thread David H. DeWolf
Agreed, but that doesn't prevent us from finalizing 2.0.7 as beta though does it? Since most of the work is already done, it seems worth putting out there for those that prefer the other 2.0.7 fixes to the i18n tag? Ted Husted wrote: I doubt that there will be enough binding GA votes for the

Re: [s1] Tiles 2 support situation

2007-03-27 Thread David H. DeWolf
Both of these are temporary solutions. . . Why not push another tiles release? Aren't we at (or at least nearing) another milestone anyways? David Antonio Petrelli wrote: Hi all As you may have noticed, I added recently Tiles 2 support to Struts 1. Currently it relies on an unpublished snap

Re: [S2] [VOTE] Struts 2.0.7 Quality

2007-03-26 Thread David H. DeWolf
Ted Husted wrote: +1 [ ] Leave at test build [ ] Alpha [ ] Beta [x] General Availability (GA) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [s2] Struts 2.0.7 Status

2007-03-21 Thread David H. DeWolf
Where is this failing for you? Step 4? mvn clean install site -P all,alljars,pre-assembly works fine for me when using the 2.0.7 tag. James Mitchell wrote: There's no api/ under STRUTS_2_0_X branch, so the assembly is failing. I made a quick fix to remove those references () and trying aga

Re: [s2] Enhancement to Zero Config: Default Success Result

2007-02-28 Thread David H. DeWolf
mraible wrote: Yes, this is what I'm looking for, and I was able to use it successfully. Strangely enough, I couldn't get the @Result annotation to work with zero config. Is there anything special I need to do for that? I use it and don't recall anything special. Do you have errors that are

Re: [VOTE] Struts 2.0.6 Quality

2007-02-28 Thread David H. DeWolf
The struts2-continuations-plugin/ is missing from the maven repositories, builds, and tag for 2.0.6. It was there for 2.0.5. Is that intentional? If not, it should be fixed prior to 2.0.7. David . Ted Husted wrote: Here's my own +1 for GA. That makes the tally Binding 3 +1 GA - Patrick

Re: Performance ... again

2007-02-07 Thread David H. DeWolf
Mike Baroukh wrote: I made some tests and yes, it's very slow : on my PIV, 3Ghz, each call to getText() take approximatively 200ms. These are similar to the initial numbers that I saw, however, after tweaking my configuration, my getText() invocations are much faster than that - consi

Re: [VOTE] Struts 2.0.5 Quality

2007-02-07 Thread David H. DeWolf
Ted Husted wrote: [ ] Leave at test build [ ] Alpha [ ] Beta [ X ] General Availability (GA) +1 GA Deployed and tested into our qa environment without any glitches. Moving to production soon without any reservations.

Re: Struts Release Process (again) (was [VOTE] Struts 2.0.5 Quality)

2007-02-07 Thread David H. DeWolf
Rene Gielen wrote: Craig, So feature freeze and branch 2.0.x now, only fix reported bugs from beta tests and roll out the result as GA, while trunk moves on to 2.1.x, fully open for new features and whatever? IMO this would be the perfect way to go, you get a big +1 from me on this :) +1 As

Re: Future of Struts API (was ServletRequestAware Interface doubled)

2007-02-01 Thread David H. DeWolf
Ted Husted wrote: I tend to agree. Unless someone says they are ready, willing, and ablle to resolve the "new API" this weekend, lets just pull it out and roll 2.0.5 now. +1 - To unsubscribe, e-mail: [EMAIL PROTECTED] For a

License Headers (was Re: ServletRequestAware Interface doubled)

2007-02-01 Thread David H. DeWolf
One thing I did notice when looking through the api quickly is that a lot of the api doesn't have license headers. We should probably fix that ASAP. https://issues.apache.org/struts/browse/WW-1698 Does this mean we should stop the current release that's about to go out? David Rene Gielen wr

Re: ServletRequestAware Interface doubled

2007-02-01 Thread David H. DeWolf
Then should we remove the dependency on the api from core to prevent confusion? Rainer Hermanns wrote: -1, IIRC the API is not yet in place, but shall be the foundation for the upcoming xwork abstraction. Who can give us an update on the current API status? Since the API is not yet implemented

Re: [S2] Experimental Features

2007-02-01 Thread David H. DeWolf
I'm also using codebehind and zero config. Is it time to promote them from experimental? Patrick Lightbody wrote: I use all of these with HostedQA. It's exciting to see that we've added a number of brave, new features since Struts 2.0.1. * codebehind plugin * zero configuration * REST-ful U

Re: per-method validations for annotations

2007-01-31 Thread David H. DeWolf
Yes, but that requires seperate validations config per method - even if they are identical. Take a dumb example. . .suppose you have an action with simple methods: load create update delete Perhaps you have the same validation on create and update, but do not want them to execute on load and

Re: per-method validations for annotations

2007-01-30 Thread David H. DeWolf
It's something I actually will be needing in the near future. If no one beats me, I'll probably take a look at the patch (late?) next week. David Laurie Harper wrote: David Rupp wrote: Hi, all. I've submitted a patch to the XWork project (issue XW-470) that enables per-method validations w

Re: [VOTE] Struts 2.0.4 Quality

2007-01-30 Thread David H. DeWolf
[ ] Leave at test build [ ] Alpha [X] Beta [ ] General Availability (GA) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Fast ValueStack

2007-01-26 Thread David H. DeWolf
Nice, that seems in line with what I'm seeing as well now. I still think this is worth improving, as those 5ms can add up on larger forms. Tom Schneider wrote: Well, I guess I was feeling more ambitious than I thought. I wrote a simple junit test (below) that tests the 2 techniques for retri

Re: Fast ValueStack

2007-01-26 Thread David H. DeWolf
Tom Schneider wrote: The other thing to check is to make sure devmode is off. With devmode on, the resource bundles will be reloaded quite offend vs. not being reload at all with devmode off. That could definitely be a culprit if the getText calls are taking so long. Apparently there

Re: Fast ValueStack

2007-01-26 Thread David H. DeWolf
rop down to 300. Thanks for the help! David Tom On 1/26/07, David H. DeWolf <[EMAIL PROTECTED]> wrote: Well, I hope I'm wrong, and have only done some initial tests so far, but it seems to me that there are two major issues causing our slugishness. The first seems to be OG

Re: Fast ValueStack

2007-01-26 Thread David H. DeWolf
roject up and running again so at some point these should make it into a future release. Tom On 1/26/07, David H. DeWolf <[EMAIL PROTECTED]> wrote: I'm going to be looking into optimizing the performance of the ValueStack and because of the recent conversations regarding OGNL and othe

Fast ValueStack

2007-01-26 Thread David H. DeWolf
I'm going to be looking into optimizing the performance of the ValueStack and because of the recent conversations regarding OGNL and other options, I anticipate that others may have some ideas. I've ripped off the custom stack that Bob posted to the list a couple of a weeks ago, and have reali

[java-templates-plugin] TagSerializer vs TagHandler

2007-01-25 Thread David H. DeWolf
In the sandbox's java templates plugin: What is the intention of the TagSerializer interface? It looks as though if XHTMLTagSerializer is simply modified to implement TagHandler instead it can safely be removed. Is there an intention that's not yet shown in the code, or is this a left over r

Re: [VOTE] Release Struts Annotations 1.0.0

2007-01-25 Thread David H. DeWolf
+1 Worked for me Wendy Smoak wrote: Struts Annotations 1.0.0 has been tagged and is available for testing in the following Maven repository: http://people.apache.org/builds/struts/struts-annotations-1.0.0/m2-staging-repository/ To test this build, temporarily add a repository to pom.xml or

Re: [VOTE] Release Struts Annotations 1.0.0

2007-01-25 Thread David H. DeWolf
It should also be fairly easy to determine which version is required by a specific struts version by looking at the version declared in the pom. David Don Brown wrote: The struts annotations jar is currently only used in Struts 2 core, but that doesn't have to be the case. In fact, we hope to

Re: [tiles2] Tiles TLP next steps

2007-01-15 Thread David H. DeWolf
My initial thought was that we wouldn't need the duplicate tiles2 directory (tiles/trunk would suffice). I would think that a simple parent pom would suffice for tiles and we may not need a parent and a master. I don't really care either way. . .that was just my first thought. We can always move

Re: [Tiles2] JSTL functions for Tiles taglib?

2007-01-12 Thread David H. DeWolf
Joe Germuska wrote: It still seems kind of verbose. How do people feel about using JSTL functions? I personally have really found them a good element in the toolkit, but I haven't seen many open source projects include them alongside custom tags. I think this below is mich nicer: The p

Re: [Tiles2] JSTL functions for Tiles taglib?

2007-01-12 Thread David H. DeWolf
ngly about naming, and I feel like what is there now is substantially more clear than what was there before. Agree. But I do apologize for my haste. Joe On 1/12/07, Antonio Petrelli <[EMAIL PROTECTED]> wrote: David H. DeWolf ha scritto: > 2) rename tiles:put to tiles:putAttribut

Re: [Tiles2] JSTL functions for Tiles taglib?

2007-01-11 Thread David H. DeWolf
Have at it, it's the best way to get back up to speed :) If you need, ping me with questions. . . David Joe Germuska wrote: On 1/11/07, David H. DeWolf <[EMAIL PROTECTED]> wrote: BTW, I think what we though tiles:attribute would be, is actually tiles:put and tiles:putList. You&#

Re: [Tiles2] JSTL functions for Tiles taglib?

2007-01-11 Thread David H. DeWolf
y like the sounds of tiles:putAttributeList, and since it has nested putAttribute elements in it, I'm ok with leaving it alone. Either way is ok with me. David David H. DeWolf wrote: that's what I would have thought too :), I think we definately need a rename. I was looking for the insertAttribu

Re: [Tiles2] JSTL functions for Tiles taglib?

2007-01-11 Thread David H. DeWolf
that's what I would have thought too :), I think we definately need a rename. I was looking for the insertAttribute tag in the tld when I found: attribute org.apache.tiles.taglib.AttributeTag JSP

Re: [Tiles2] JSTL functions for Tiles taglib?

2007-01-11 Thread David H. DeWolf
Joe Germuska wrote: On 1/11/07, Greg Reddin <[EMAIL PROTECTED]> wrote: Could you not just use: Nope. "According to the TLD or the tag file, attribute template is mandatory for tag insertTemplate" And the value of template is passed straight on through to a RequestDispatcher... ha

Re: [s2] Time for Struts 2.1.x ? (was Re: [proposal] Tag reorganization)

2007-01-04 Thread David H. DeWolf
Ted Husted wrote: I'd be happy to roll Struts 2.0.3 as soon as there's a new XWork 2. Then perhaps we should dub the head 2.1.x for the Ajax tag reorganization, since there will be backward compatibility concerns. +1 I do wonder if we should bring up Don's Java template plugin +1 from

[tiles2] Re: A little help please

2007-01-02 Thread David H. DeWolf
} } } Hope that helps, David This is all working fine. I just can't quite figure out how to do this with the new Tiles 2 codebase. Sam -----Original Message- From: David H. DeWolf [mailto:[EMAIL PROTECTED] On Behalf Of David H. DeWolf Sent: Tuesday, January 02, 2007 7:24

Re: A little help please

2007-01-02 Thread David H. DeWolf
t to call getContainer with pageContext. How do I get the pageContext? To recap what I WAS doing with the old API - I was inspecting a tiles definition and searching for a specific attribute. I'm doing this BEFORE dispatching to the tiles servlet. Sam -Original Message- From: David H.

Re: How to access componentDefinition?

2007-01-02 Thread David H. DeWolf
potentially . . .it depends on your environment. My guess is that from your example the answer is yes. David Stone, Sam wrote: TilesContainer container = TilesAccess.getContainer(context); Is "context" the servletContext? -Original Message----- From: David H. DeWolf [mai

Re: How to access componentDefinition?

2007-01-02 Thread David H. DeWolf
Hi Sam: Everything is now done through the container. Try something like this: TilesContainer container = TilesAccess.getContainer(context); ComponentContext ctx = container.getComponentContext(req, res); ComponentAttribute attr = ctx.getAttribute(name); David Stone, Sam wrote: Using the AP

Re: [proposal] Tag reorganization

2006-12-28 Thread David H. DeWolf
ther than - so there will be a compatibility issue, but all the functionality will be moved forward. /Ian David H. DeWolf wrote: Ted Husted wrote: Don mentioned a separate tag library, so that would indicate another prefix, but there'd be no reason why the internal tag syntax would

Re: [proposal] Tag reorganization

2006-12-27 Thread David H. DeWolf
hat this change is more important than backwards compat of this one tag and we're willing to live with those repercussions. I'm on board with that. -T. On 12/27/06, David H. DeWolf <[EMAIL PROTECTED]> wrote: Ok, as long as we keep the tag prefixes and tag names once they

Re: [proposal] Tag reorganization

2006-12-27 Thread David H. DeWolf
used for the core tags - not the dojo-enhanced ones. Ted Husted wrote: A struts-dojo plugin shouldn't change the tag syntax. It should just be a matter of adding the JAR, as we do for Spring, and JasperReports, and Tiles, so forth. On 12/27/06, David H. DeWolf <[EMAIL PROTECTED]> w

Re: [proposal] Tag reorganization

2006-12-27 Thread David H. DeWolf
patibility, is the date picker tag. It has been reimplemented and renamed. Am I missing any? Don David H. DeWolf wrote: Unless I'm missing something, that would mean we break backwards compatibility between 2.0.1 and 2.0.2 and then force another break between 2.0.2 and 2.0.3, right? I wa

Re: [proposal] Tag reorganization

2006-12-27 Thread David H. DeWolf
Unless I'm missing something, that would mean we break backwards compatibility between 2.0.1 and 2.0.2 and then force another break between 2.0.2 and 2.0.3, right? I want to get 2.0.2 out as well, but that doesn't sound like a good idea to me. Why not roll back the tags to 2.0.1 compatibility

Re: [S2] Struts 2.0.2 status

2006-12-27 Thread David H. DeWolf
error prevents the submission of values from occuring. -Ted. On 12/27/06, David H. DeWolf <[EMAIL PROTECTED]> wrote: That's fine with me, just help me understand the difference between this and the datetimepicker and action-redirect issues. . .what makes them showstoppers? not tryin

Re: [S2] Struts 2.0.2 status

2006-12-27 Thread David H. DeWolf
ut no suggestions as to a resolution. If we have a patch to apply for 2.0.2, that would be great. But, otherwise, we might want to keep it as a known issue to fix as soon as we figure out how. A 2.0.2 release is not going to a a GA candidate anyway since XWork 2 is only at RC1. -Ted. On 12/27/06, Da

Re: [S2] Struts 2.0.2 status

2006-12-27 Thread David H. DeWolf
After some more testing, it appears as though the javascript issues associated with the optiontransferselect (WW-1559) are actually effecting it's behavior. I think we should add this back to the 2.0.2 list. I'm not all that familiar with dojo, but I'll start to look into it today. David Ted

Re: [FWD: Re: [tiles2] Tiles TLP next steps]

2006-12-24 Thread David H. DeWolf
Greg Reddin wrote: > Subject: Re: [tiles2] Tiles TLP next steps > From: "David H. DeWolf" <[EMAIL PROTECTED]> > > True. Good point. I'm ok with either, but my preference would be > confluence. I haven't really used Confluence yet, but I hear grea

Re: [tiles2] Tiles TLP next steps

2006-12-23 Thread David H. DeWolf
True. Good point. I'm ok with either, but my preference would be confluence. David Wendy Smoak wrote: On 12/23/06, David H. DeWolf <[EMAIL PROTECTED]> wrote: Those look like good defaults to me. The only thing I question is the wiki - do we want to stay on cwiki (confluence)

Re: [tiles2] Tiles TLP next steps

2006-12-23 Thread David H. DeWolf
Great, thanks for the update! Those look like good defaults to me. The only thing I question is the wiki - do we want to stay on cwiki (confluence) instead of moving to moinmoin? Wendy Smoak wrote: The board meeting minutes take a while to be approved and posted, but Henri mentioned on the

Re: [tiles2] Re: svn commit: r488006 - in /struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles: factory/TilesContainerFactory.java impl/BasicTilesContainer.java

2006-12-19 Thread David H. DeWolf
ut it a little harder and see what I come up with. David Antonio Petrelli wrote: David H. DeWolf ha scritto: Antonio, I'm not sure I understand why we need to support both the context and a map of defaults for retrieving config info for factories. It seems redundant and thus confusing.

[tiles2] Re: svn commit: r488006 - in /struts/sandbox/trunk/tiles/tiles-core/src/main/java/org/apache/tiles: factory/TilesContainerFactory.java impl/BasicTilesContainer.java

2006-12-19 Thread David H. DeWolf
Antonio, I'm not sure I understand why we need to support both the context and a map of defaults for retrieving config info for factories. It seems redundant and thus confusing. If we want to use a map, shouldn't we just remove the context all together and have the client push all of the in

Re: OGNL performance detrimental to Struts 2

2006-12-18 Thread David H. DeWolf
I double dare you :) Don Brown wrote: Well, I dare you then: http://issues.apache.org/struts/browse/WW-1566 :) Don Chris Brock wrote: Don't dare me. I'm pretty ambitious. I wrote MVEL 1.0 in three days. Don Brown-2 wrote: I'd like it to be possible for a Struts developer to swap in a n

Re: Problems with Tiles 2 and WS 5

2006-12-18 Thread David H. DeWolf
I'll try to hit both questions 1) The answer to your first question is easy: http://svn.apache.org/repos/asf/struts/sandbox/trunk/ 2) a) yes, a lot has changed. Tiles2 is a revolution, not an evolution b) yes, we now require 1.5, though the plan is to provide retro weaver distributions. I

Re: [tiles2] Multiple container/definitions factory support

2006-12-15 Thread David H. DeWolf
. . .I was going to suggest the same thing, but you beat me to it :) I think you may come into some problems because of how we use TilesAccess internally. This class should be a helpful utility for external applications, but not used by the guts of tiles (tags for instance). My guess is that

Re: which jar files are needed when executing the tiles in struts2 application

2006-12-15 Thread David H. DeWolf
Unfortunately it depends on which versions you're using. Tiles support in struts2 is experimental at this point. Things should stabilize in 2.0.2 since we will not release with a SNAPSHOT dependency, but rather a versioned SNAPSHOT. It looks to me like you're using a version of struts that d

Re: Tiles 2 jdk

2006-12-12 Thread David H. DeWolf
tand. Are you looking for the retrotranslator jar to be published as a snapshot? b) get the last source code that does work with JDK 1.4 We are not directly supporting 1.4. Sam -Original Message----- From: David H. DeWolf on behalf of David H. DeWolf Sent: Tue 12/12/2006 6:25 PM

Re: referencing spring beans from struts.xml

2006-12-12 Thread David H. DeWolf
Though, one thing I really like about the current implementation, which I think Ted alluded to, is the ability to not only support different implementations but allow them to be easily swapped. If I have a service facade which is implemented by two swappable but different implementations, in t

Re: Where is Latest tiles-test-2.0-SNAPSHOT.war???

2006-12-12 Thread David H. DeWolf
al Message----- From: David H. DeWolf [mailto:[EMAIL PROTECTED] On Behalf Of David H. DeWolf Sent: Tuesday, December 12, 2006 10:45 AM To: Struts Developers List Subject: Re: Where is Latest tiles-test-2.0-SNAPSHOT.war??? The most recent 'stable' snapshot is: 2.0-r480013-SNAPSHOT and is

Re: Where is Latest tiles-test-2.0-SNAPSHOT.war???

2006-12-12 Thread David H. DeWolf
The most recent 'stable' snapshot is: 2.0-r480013-SNAPSHOT and is in the snapshot repo: http://people.apache.org/repo/m2-snapshot-repository/ If you need consistency, this one won't be changed underneath you. David Stone, Sam wrote: Where is latest downloadable tiles-test war file? -

Re: svn commit: r484626 - in /struts/struts2/trunk: apps/showcase/src/main/java/org/apache/struts2/showcase/xslt/ apps/showcase/src/main/resources/ apps/showcase/src/main/webapp/xslt/ core/src/main/ja

2006-12-09 Thread David H. DeWolf
Ted Husted wrote: Is this related tt http://issues.apache.org/struts/browse/WW-1550 ? Yes, partially. I still think that the matchingPattern and excludingPattern should be reintroduced as well, but this definately helps with the majority of situations for which they are needed. It's ju

Re: [VOTE] Release the struts-master pom v4

2006-12-07 Thread David H. DeWolf
+1 Niall Pemberton wrote: I'd like to release version 4 of the struts-master pom. The repository has been tagged: http://svn.apache.org/viewvc/struts/maven/tags/STRUTS_MASTER_4/ Pom version 4 available for review here: http://people.apache.org/builds/struts/STRUTS_MASTER_4/ This is the mast

Re: [VOTE] Tiles TLP

2006-12-06 Thread David H. DeWolf
Niall Pemberton wrote: On 12/6/06, David H. DeWolf <[EMAIL PROTECTED]> wrote: I like it, sounds good! Does that mean we're done until approval? When is the next board meeting? Any one know? How do we get this on their agenda? I asked Henri Yandell The next board meeting i

Re: [VOTE] Tiles TLP

2006-12-06 Thread David H. DeWolf
I like it, sounds good! Does that mean we're done until approval? When is the next board meeting? Any one know? How do we get this on their agenda? Greg Reddin wrote: On Dec 6, 2006, at 12:20 PM, Nathan Bubna wrote: to be constructively critical, perhaps it would help to say that i think

Re: svn commit: r483061 - /struts/struts2/trunk/core/src/main/java/org/apache/struts2/config/PropertiesSettings.java

2006-12-06 Thread David H. DeWolf
Done. Thanks Antonio Petrelli wrote: [EMAIL PROTECTED] ha scritto: +try { +in.close(); +} catch(IOException io) { +LOG.warn("Unable to close input stream"); +} Just a suggestion, put the exception in t

Re: [S2] Struts 2.0.2 Build - ON HOLD

2006-12-06 Thread David H. DeWolf
I'm assuming this is still the issue holding us up. . .if there's anything else that needs to be done prior to the release, I've got some spare cycles for the next few days to help push it. Just let me know David Ted Husted wrote: I just filed * https://issues.apache.org/struts/browse/WW-15

Re: [s1+tiles2] Where does Tiles2-Struts1 integration belong?

2006-12-05 Thread David H. DeWolf
Greg Reddin wrote: One alternative I thought of last night is to bring Struts-Tiles into the TLP as Tiles 1x. We could quickly get a GA out so Tiles would have a GA in and of itself. Then we could continue work on Tiles 2. Does anyone else see the need for that? I'd prefer not. I think

[RESULTS] Re: [VOTE] Tiles TLP

2006-12-05 Thread David H. DeWolf
) We may want to add a "small self-referential description" in order avoid the board requesting more info. #1 is easily enough to take care of. . .how do we go about adding a tiles description to the legal jargon in the resolution? Any examples? David David H. DeWolf wrote: I

[RESULTS] Re: [VOTE] Tiles PMC Chair

2006-12-05 Thread David H. DeWolf
7 Votes for Greg. I believe that we have a unanimous decision. Congratulations Greg. I will update the board resolution with your name. David David H. DeWolf wrote: I'd like to propose a vote for the Tiles PMC Chair. The individual with the simple majority will be recommended to the

Re: Tiles 2 - How to dispatch to tiles servlet????

2006-12-05 Thread David H. DeWolf
Moving to Struts Users list, please reply there. Antonio Petrelli wrote: First of all this is a typical question to be submitted in Struts Users mailing list. Anyway, since Tiles 2 is under development, I will answer anyway. Stone, Sam ha scritto: I can instantiate the DefinitionsFactory. I c

Re: [s1+tiles2] Where does Tiles2-Struts1 integration belong?

2006-12-05 Thread David H. DeWolf
If Tiles is to be truly standalone, it's my opinion that all of the integration should be in the component that is embedding tiles - not in tiles itself. Otherwise, the Tiles PMC will end up having to track Struts1, Struts2, Velocity, Shale, and all sorts of other integration points. I don't

Re: [VOTE] Tiles PMC Chair

2006-12-02 Thread David H. DeWolf
David H. DeWolf wrote: [x] Greg Reddin (greddin) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [VOTE] Tiles TLP

2006-12-02 Thread David H. DeWolf
David H. DeWolf wrote: [x] +1 = Yes, let's ask the board to establish the Tiles TLP - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

[VOTE] Tiles PMC Chair

2006-12-02 Thread David H. DeWolf
I'd like to propose a vote for the Tiles PMC Chair. The individual with the simple majority will be recommended to the board when we submit the resolution (assuming it passes). [] David H. DeWolf (ddewolf) [] Greg Reddin (gr

[VOTE] Tiles TLP

2006-12-02 Thread David H. DeWolf
I'd like to begin the vote on the Tiles TLP Proposal [1] and Resolution [2]. [] +1 = Yes, let's ask the board to establish the Tiles TLP [] +0 = I'm in favor, to some extent. [] -0 = I'm not in favor but won't prevent it from happening. [] -1 = I'd rather see Tiles stay here or go somewhere e

Re: [tiles2] Tiles TLP and Dimensions incubation

2006-12-01 Thread David H. DeWolf
I'd like to wait until the TLP is established, just to make sure we don't muddy the Tiles water with confusion. Let's get the TLP established and then move forward with this. . .that way we can get an alpha out sooner :) D Antonio Petrelli wrote: Craig McClanahan ha scritto: The Dimensions

Re: [ajaxtags] autocompleter + question

2006-11-30 Thread David H. DeWolf
I'm getting the following when I start up the showcase in the trunk. I took a look at the patch, and it doesn't seem to include the AutocompleterExampleAction. Any ideas? David [ERROR] ] - Exception starting filter struts [org.apache.struts2.showcase.ajax.AutocompleterExampleAction] not fou

Re: [PROPOSAL] Tiles TLP

2006-11-30 Thread David H. DeWolf
Ted Husted wrote: I'd suggest announcing the draft proposal to the Shale and MyFaces lists, and inviting interested *committers* from those projects to sign up on the wiki. Done, thanks! - To unsubscribe, e-mail: [EMAIL PRO

[OT] Tiles TLP Proposal

2006-11-30 Thread David H. DeWolf
[NOTE: This is a cross post to get your attention, Please only reply to the dev@struts.apache.org list] I'd like to bring to this list's attention the proposal [1] and board resolution [2] for Tiles TLP that have been put together on the Struts wiki. We'd like to invite any committers with pr

Re: [PROPOSAL] Tiles TLP

2006-11-30 Thread David H. DeWolf
David H. DeWolf wrote: 1) Flush out the initial Commiter PMC - who else is interested? - who else should we invite? Ted, should I put you on the committer and pmc lists? The proposal also lists David Geary, Matthias Wessendorf, and Cedric Dumoulin as possible candidates. Should we

Re: [PROPOSAL] Tiles TLP

2006-11-30 Thread David H. DeWolf
Ted Husted wrote: As for someone else, I would just like to point out that Wendy is a Member, and she is also conversant with the ins and outs of infrastructure. :) Any interest Wendy? Currently we have nominations (and willingness from those nominated) for: - David - Greg Since it seems

Re: [PROPOSAL] Tiles TLP

2006-11-30 Thread David H. DeWolf
Antonio Petrelli wrote: David H. DeWolf ha scritto: 2) Decide on a PMC Chair - who is interested? As I can see from this question, then you probably you're not interested :-) Or are you? I would prefer not. Reasons why: 1) Not an ASF Member 2) My Apache committer experien

[PROPOSAL] Tiles TLP

2006-11-30 Thread David H. DeWolf
I'd like to bring to the list's attention the proposal [1] and board resolution [2] for Tiles TLP that have been put together on the Struts wiki. Please provide any necessary feedback. In addition to coming to consensus that these look good, I believe that we need to complete the following

Re: Moving OverDrive to Apache Labs

2006-11-29 Thread David H. DeWolf
+1 Ted Husted wrote: If no one minds, I'd like to apply to Apache Labs to host the OverDrive code, now found in the Struts sandbox. It's greenfield C#/ASP.NET stuff, and there's no direct connection to the Struts codebase. * http://labs.apache.org -Ted. ---

Re: Graduation Options (was Re: [PROPOSAL] Updated Tiles Graduation Proposal)

2006-11-29 Thread David H. DeWolf
Greg Reddin wrote: On Nov 28, 2006, at 1:48 PM, David H. DeWolf wrote: And, who's volunteering to Chair? Perhaps it goes without saying, but the chair is actually appointed by the ASF board, we can only make a suggestion. Though, it probably doesn't make sense to propose the

Re: Graduation Options (was Re: [PROPOSAL] Updated Tiles Graduation Proposal)

2006-11-28 Thread David H. DeWolf
Greg Reddin wrote: On Nov 28, 2006, at 1:48 PM, David H. DeWolf wrote: Greg Reddin wrote: On Nov 28, 2006, at 1:19 PM, David H. DeWolf wrote: Ok, I'm convinced. I'm on board with a Tiles TLP. If someone doesn't beat me to it, I'll go ahead and write something up on

Re: Graduation Options (was Re: [PROPOSAL] Updated Tiles Graduation Proposal)

2006-11-28 Thread David H. DeWolf
Greg Reddin wrote: On Nov 28, 2006, at 1:19 PM, David H. DeWolf wrote: Ok, I'm convinced. I'm on board with a Tiles TLP. If someone doesn't beat me to it, I'll go ahead and write something up on the wiki. I'm still thinking but close :-) Would the current TLP

Re: Graduation Options (was Re: [PROPOSAL] Updated Tiles Graduation Proposal)

2006-11-28 Thread David H. DeWolf
Ok, I'm convinced. I'm on board with a Tiles TLP. If someone doesn't beat me to it, I'll go ahead and write something up on the wiki. David Nathan Bubna wrote: On 11/28/06, David H. DeWolf <[EMAIL PROTECTED]> wrote: ... Perhaps I'm looking at this too self

Re: [PROPOSAL] Updated Tiles Graduation Proposal

2006-11-28 Thread David H. DeWolf
Craig McClanahan wrote: Writing code is much more fun than writing umbrella project charter documents :-). +1000 Craig - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Graduation Options (was Re: [PROPOSAL] Updated Tiles Graduation Proposal)

2006-11-28 Thread David H. DeWolf
Greg Reddin wrote: 2) Apache Web Components TLP - What components will make up this list? Who needs to be involved in the discussion? What's the process to proceed? This is my preference. I think the next steps would be to follow up with the other potential projects to see if they are

Re: Graduation Options (was Re: [PROPOSAL] Updated Tiles Graduation Proposal)

2006-11-28 Thread David H. DeWolf
Greg Reddin wrote: On Nov 28, 2006, at 9:46 AM, David H. DeWolf wrote: 3) Apache Tiles TLP - Seems we could do this here and now and submit a proposal to the board. Who else should we bring into the discussion? Doable, and probably the easiest to get going - but also the hardest to

Re: [PROPOSAL] Updated Tiles Graduation Proposal

2006-11-28 Thread David H. DeWolf
Antonio Petrelli wrote: David H. DeWolf ha scritto: Perhaps scope could be: - Java - Dependent on Serlvet/JSP - Small Utilities that are/can be used Standalone or Embeded within frameworks In this case XAP will be excluded since is a client (on browser) project. agreed. but such is

Re: [PROPOSAL] Updated Tiles Graduation Proposal

2006-11-28 Thread David H. DeWolf
e dependent on Tiles. if you do B, then Tiles should never have any subprojects of its own, but it can gather into a "grouping" or "sub-community" with other Jakarta subprojects. This is essentially what was proposed and discussed in the thread i sent. On 11/28/06, David H. DeWol

Re: [PROPOSAL] Updated Tiles Graduation Proposal

2006-11-28 Thread David H. DeWolf
Nathan Bubna wrote: I know i'm not really much involved with Tiles lately, but i'd just like to say that i think the idea of a topic-centered umbrella project is a bad idea and not especially likely to be favored by the ASF these days. Just curious, what do you suggest instead? -

Re: Graduation Options (was Re: [PROPOSAL] Updated Tiles Graduation Proposal)

2006-11-28 Thread David H. DeWolf
Antonio Petrelli wrote: David H. DeWolf ha scritto: 2) Apache Web Components TLP - What components will make up this list? Who needs to be involved in the discussion? What's the process to proceed? This is my preference. I think the next steps would be to follow up with the

Graduation Options (was Re: [PROPOSAL] Updated Tiles Graduation Proposal)

2006-11-28 Thread David H. DeWolf
Greg Reddin wrote: Since we've failed to build consensus, I've published a versioned snapshot that will have to suffice for 2.0.2 and I will begin to drive the effort for TLP :( - it's not my preference but it will have to work. Hang on, slow down just a bit :-) Before we jump off the TLP

Re: [S2] Struts 2.0.2 Build

2006-11-28 Thread David H. DeWolf
David H. DeWolf wrote: I'm assuming the first command should be mvn install site -P all,pre-assembly The following: $> mvn install site -P all,pre-assembly $> cd assembly/ $> mvn assembly:assembly works for me and produces: lion:/projects/open-source/struts2/assembly/targ

Re: [S2] Struts 2.0.2 Build

2006-11-28 Thread David H. DeWolf
It fails for me: [INFO] snapshot org.apache.struts:struts2-struts1-plugin:2.0.2-SNAPSHOT: checking for updates from opensymphony [INFO] [assembly:assembly] [INFO] [ERROR] BUILD ERROR [INFO] -

Re: [PROPOSAL] Updated Tiles Graduation Proposal

2006-11-28 Thread David H. DeWolf
Ted Husted wrote: On 11/28/06, Wendy Smoak <[EMAIL PROTECTED]> wrote: Do we really have that rule, or can Tiles do an alpha release out of the Struts sandbox? The Jakarta Commons has that rule, but it's never really come up before. The new Apache Labs has a "no releases" rule too. The Strut

Re: [PROPOSAL] Updated Tiles Graduation Proposal

2006-11-28 Thread David H. DeWolf
Ted Husted wrote: On 11/28/06, David H. DeWolf <[EMAIL PROTECTED]> wrote: Yes, that was my point, that the incubator will resolve any community issues. I'll start to throw together a wiki proposal. Incubator projects can also have releases. But tiles (or any other current apa

[s2] Freemarker Showcase Failing

2006-11-28 Thread David H. DeWolf
Heads up. . .the freemarker showcase is currently failing. I'm not sure when the bug was introduced. If we can hold off on the 2.0.2 release, I can look into it this evening and either fix it or send an update. . . David -

Re: [PROPOSAL] Updated Tiles Graduation Proposal

2006-11-28 Thread David H. DeWolf
Antonio Petrelli wrote: David H. DeWolf ha scritto: Antonio Petrelli wrote: David H. DeWolf ha scritto: What other apache subprojects would fit under that TLP? Jakarta Taglibs probably, and I have some doubt about Turbine. I agree about Taglibs, I'll ask on the jakarta lis

  1   2   3   >