Something after RequestProcessor adding extra / to URL? (was: URL validation)

2004-04-01 Thread Wendy Smoak
is: http://www.example.com/?user=0123456 Does anyone know where the extra '/' is coming from, or if it matters at all? -- Wendy Smoak Application Systems Analyst, Sr. ASU IA Information Resources Management - To unsubscribe, e-mail

RE: Struts Web Services Enablement Project

2004-06-04 Thread Wendy Smoak
don't see how wanting to exposing an Action via web services implies that the Action contains business logic. -- Wendy Smoak Application Systems Analyst, Sr. ASU IA Information Resources Management - To unsubscribe, e-mail: [EMAIL

RE: PATCH: html:cancel tag. Made a javascript version for submitt ing

2004-06-23 Thread Wendy Smoak
standard. I don't care where the tags live. I do care that they generate clean HTML and don't require JavaScript. If you want JavaScript and non-standard HTML, then extend the Struts tags or write your own, release them, and see what happens. -- Wendy Smoak Application Systems Analyst, Sr. ASU IA

struts-user bounced mail

2004-06-25 Thread Wendy Smoak
Is there an 'owner' address for the mailing lists? I'm getting bounces from [EMAIL PROTECTED] every time I post to struts-user. Should I post the info here? Thanks! Wendy Smoak - To unsubscribe, e-mail: [EMAIL PROTECTED

Re: Parked?

2004-08-24 Thread Wendy Smoak
no motivation to learn how to fix it. That, and I'm perfectly happy putting a nightly build into production, so I don't ever really *need* a release. -- Wendy Smoak - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Re: [VOTE] Move minimum to 2.3 (was Re: Changing how CommonsMultipartRequestHandler handles text parameters?)

2004-08-31 Thread Wendy Smoak
, I'm a little uncomfortable going to Tomcat 5 before they've officially blessed it. -- Wendy Smoak - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Discrepancy between 'Acquiring' and 'Download-Binaries'

2004-09-15 Thread Wendy Smoak
picks up the contents of some directory and builds the page. It's confusing one of the new users, is it possible to fix this without too much effort, or will it have to wait for 1.2.4 to go GA? Thanks, -- Wendy Smoak

Re: [Apache Struts Wiki] Updated: StrutsFunStuff

2004-09-21 Thread Wendy Smoak
stuff? I hate that it causes so much traffic here, I feel like if I modify a page I'm bothering the dev list. -- Wendy Smoak - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [Apache Struts Wiki] Updated: FrontPage

2004-09-22 Thread Wendy Smoak
is too off topic for even a [FRIDAY] post, so I don't think it belongs on the Wiki, either. Sorry, it seemed like a good idea at the time! -- Wendy Smoak - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e

Re: Struts Wiki Etiquette: Niall's Help

2004-09-24 Thread Wendy Smoak
, and don't take it so personally if someone doesn't like it. I believe there's a SourceForge project set up for Struts-related things, that might be a good place to set it up. -- Wendy Smoak - To unsubscribe, e-mail: [EMAIL

Desperate Plea - FileNotFoundException from ValidatorPlugIn

2004-11-01 Thread Wendy Smoak
be something else, I just have no idea what. Thanks in advance, -- Wendy Smoak - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Desperate Plea - FileNotFoundException from ValidatorPlugIn

2004-11-01 Thread Wendy Smoak
-UX is like that sometimes. ;) Is it trying to read the DTD from a WAR? Or an exploded directory? Exploded directory. Thanks again! Now I'm off to convince Ant to extract the dtd or copy it from somewhere to 'classes' so I don't lose it every time I clean and compile. -- Wendy Smoak

Re: [action1] cleaning up the build

2006-04-14 Thread Wendy Smoak
On 4/14/06, James Mitchell [EMAIL PROTECTED] wrote: I spent some time yesterday looking at what's left wrt the sample apps. Thanks. :) struts-mailreader - good to go (Does the web tests work for this yet?) They're done with Canoo Webtest, right? I didn't find a m2 plugin for it, but we

Re: [action1] cleaning up the build

2006-04-14 Thread Wendy Smoak
Another one from the chat log... to get the Javadoc generated for the site, add this to action/pom.xml: reporting plugins plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-javadoc-plugin/artifactId ... (and repeat for other reporting plugins.

[action1] Which webapp dtds to include in struts-core.jar?

2006-04-15 Thread Wendy Smoak
Do we need to include webapp-2_2.dtd in struts-core.jar? I deleted it as part of the reorganization [1], so only the webapp 2.3 dtd remains. Should we include the one for 2.4 as well? [1] http://svn.apache.org/viewcvs?rev=394264view=rev Thanks, -- Wendy

Re: [action1] Which webapp dtds to include in struts-core.jar?

2006-04-15 Thread Wendy Smoak
On 4/14/06, Craig McClanahan [EMAIL PROTECTED] wrote: We should also definitely include the 2.4 DTD, as that is now a popular platform. To make the inclusion effective, though, we'll also want to make sure it gets registered with the Digester that processes config files -- otherwise,

[shale] Maven 2 build (was Re: [action1] Which webapp dtds to include in struts-core.jar?)

2006-04-15 Thread Wendy Smoak
On 4/14/06, Craig McClanahan [EMAIL PROTECTED] wrote: Separately, I'm ready (gulp!) to start moving Shale towards Maven2, and it's recommended soure directory organizations ... as long as you have-a-clue-about-Maven gurus promise to stand by my side and help :-). Of course. :) I had a

Re: [shale] Maven 2 build (was Re: [action1] Which webapp dtds to include in struts-core.jar?)

2006-04-15 Thread Wendy Smoak
On 4/15/06, James Mitchell [EMAIL PROTECTED] wrote: Craig wrote I'll want to experiment with ways to get combined javadocs out of these artifacts (although probably two sets ... Can we do this with custom assemblies? Without trying it, I don't think so, because it's more than just copying

Re: [action1] cleaning up the build

2006-04-18 Thread Wendy Smoak
On 4/14/06, Wendy Smoak [EMAIL PROTECTED] wrote: ... to get the Javadoc generated for the site, add this to action/pom.xml: reporting plugins plugin groupIdorg.apache.maven.plugins/groupId artifactIdmaven-javadoc-plugin/artifactId

Re: [action1] cleaning up the build

2006-04-18 Thread Wendy Smoak
On 4/18/06, Don Brown [EMAIL PROTECTED] wrote: We definitely need an action/src/site directory to contain the root site.xml that others inherit, and if you can get over the aforementioned issue, then collecting all docs there would work for me. I moved action/core/src/site up to src/site,

Re: [action1] cleaning up the build

2006-04-21 Thread Wendy Smoak
On 4/20/06, Don Brown [EMAIL PROTECTED] wrote: Can we require these snapshot plugins in our POM somehow? I'm fine with working with snapshots, but their download and use should be automatic. When the Javadoc plugin gets fixed, yes. For now, the released versions are working (you just don't

Re: Standalone Tiles as TLP

2006-04-23 Thread Wendy Smoak
On 4/23/06, Don Brown [EMAIL PROTECTED] wrote: Agreed. Would it be possible to do this by JavaOne? Moving Tiles isn't a huge deal, but it would make the new directions of Struts easier to explain to users. What happens to Struts Tiles, then? I'm not sure I understand why we're holding

Re: Standalone Tiles as TLP

2006-04-23 Thread Wendy Smoak
On 4/23/06, James Mitchell [EMAIL PROTECTED] wrote: I'm in the same camp on this one. I think we (SAF1) should be providing a plugin that provides Tiles integration. In that case, should Struts Tiles be put back under Struts Action? -- Wendy

Re: Standalone Tiles as TLP

2006-04-23 Thread Wendy Smoak
On 4/23/06, Frank W. Zammetti [EMAIL PROTECTED] wrote: Doesn't that conflict with the idea of making Tiles a stand-alone TLP? No. This is Struts Tiles, not Standalone Tiles. Standalone Tiles is in the sandbox, and will have a life of its own. Struts Tiles is what most of us are using.

Re: Standalone Tiles as TLP

2006-04-23 Thread Wendy Smoak
On 4/23/06, Martin Cooper [EMAIL PROTECTED] wrote: 1) Get Standalone Tiles really standalone, so that there are no dependencies on other Struts code. Maybe that's happened already - I've kinda lost track. This seems to be done -- sandbox/tiles/pom.xml has no struts dependencies listed.

[action1] Commons Validator version?

2006-04-24 Thread Wendy Smoak
Should we move to Commons Validator 1.3.0 for Struts Action? -- Wendy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: JIRA cleanup

2006-04-25 Thread Wendy Smoak
Is it easy to rename components? Under Struts Action 1, the component 'Action' should be 'Core'. -- Wendy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Proposal for change

2006-04-25 Thread Wendy Smoak
On 4/25/06, Ted Husted [EMAIL PROTECTED] wrote: Actually, there are three public lists. * user@ for helping people use the product * dev@ for discussing changes to the product * commit@ for logging changes to the product Right now, we have the issue trackers and wiki posting to dev@, but I

Re: Proposal for change

2006-04-25 Thread Wendy Smoak
On 4/25/06, Patrick Lightbody [EMAIL PROTECTED] wrote: Any chance that as you discuss this there would be a move to make dev@ not receive all commit@ messages? Some of us (me) prefer to use RSS and forcing the emails seems a bit heavy handed. I remember this request from the last time this

Re: [PROPOSAL] Separate lists for notifications vs. discussion

2006-04-26 Thread Wendy Smoak
On 4/26/06, Ted Husted [EMAIL PROTECTED] wrote: I am +0 for creating [EMAIL PROTECTED] I'd prefer that we subscribe JIRA, Moin Moin, and Confluence to commits@, and keep all the automatic mail in one place. If it helps to rename commits@ to notifications@ or alerts@ or logs@, then that would

Re: Pleae change JIRA permissions

2006-04-26 Thread Wendy Smoak
[moving to [EMAIL PROTECTED] On 4/26/06, Sean Schofield [EMAIL PROTECTED] wrote: I cannot currently reopen or edit JIRA issues. My profile does say I am in the struts-developers group but that does not appear to be enough. Regards, Sean

Re: Struts Action 1 Roadmap

2006-04-26 Thread Wendy Smoak
On 4/26/06, Don Brown [EMAIL PROTECTED] wrote: With the build work out of the way, it is time to get on the fast track to a GA release of Struts Action 1.3. Here is my plan: ... I'm willing to be the release manager for these release if no one else steps up to the plate. If we have only a

Re: tablib tests [was Re: closing and reopening jira issues]

2006-04-27 Thread Wendy Smoak
On 4/27/06, James Mitchell [EMAIL PROTECTED] wrote: With the move to Maven, the taglib tests were pretty much broken and neglected. They were not neglected due to a lack of interest, but more for technical reasons (translated -- I didn't know how to force Maven to do what I wanted). So,

Re: 1.3.2: JAR file for tiles is missing in the distribution

2006-04-27 Thread Wendy Smoak
On 4/27/06, Jürgen Zimmermann [EMAIL PROTECTED] wrote: There is no jar file for tiles in the lib subdirectory. Thanks for reporting this! I'll fix the build files, meanwhile you can grab the Tiles jar here:

Re: svn commit: r397735 - in /struts/action/trunk/tiles/src: main/resource/META-INF/tld/ tld/

2006-04-28 Thread Wendy Smoak
James, shouldn't this be src/main/resource_s_ ? Thanks, Wendy On 4/27/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Author: jmitchell Date: Thu Apr 27 19:12:59 2006 New Revision: 397735 URL: http://svn.apache.org/viewcvs?rev=397735view=rev Log: making action1 src consistent Added:

Re: Standalone Tiles: Status and Call for Help

2006-04-28 Thread Wendy Smoak
On 3/21/06, Greg Reddin [EMAIL PROTECTED] wrote: As for the test cases, I'm not very familiar with Cactus or some other web app testing packages. So to save time, I've been testing using a simple web application and clicking through. ... I can also check my test app into the sandbox if it

Re: [PROPOSAL] Separate lists for notifications vs. discussion

2006-04-29 Thread Wendy Smoak
@ will be archived before we unsub it from [EMAIL PROTECTED] (I assume a moderator for dev@ can do that part.) [1] http://www.apache.org/foundation/voting.html Thanks, Wendy On 4/25/06, Wendy Smoak [EMAIL PROTECTED] wrote: To make it easier to filter and sort messages, and to facilitate

Re: [PROPOSAL] Separate lists for notifications vs. discussion

2006-04-29 Thread Wendy Smoak
On 4/29/06, James Mitchell [EMAIL PROTECTED] wrote: Feel free to add me as moderator for all lists, I'm already one for user and dev. Thanks. And thanks to Brett Porter for what must have been the fastest response on an INFRA ticket in the history of the ASF! The lists are done:

svn commit: r398263 - /struts/pom/pom.xml (was: Fwd: failure notice)

2006-04-29 Thread Wendy Smoak
Commit messages are bouncing from the new list. I re-opened INFRA-780. -- Wendy -- Forwarded message -- From: [EMAIL PROTECTED] [EMAIL PROTECTED] Date: 30 Apr 2006 01:06:28 - Subject: failure notice To: [EMAIL PROTECTED] Hi. This is the qmail-send program at apache.org.

Re: [PROPOSAL] Separate lists for notifications vs. discussion

2006-04-29 Thread Wendy Smoak
On 4/29/06, Martin Cooper [EMAIL PROTECTED] wrote: That's because this was *not* a vote. It was a proposal. The +1's, +0s, etc. do not count as votes but as expressions of agreement or otherwise. That there were no -1 or -0 comments indicates that there was general concensus to go ahead. In

Re: [PROPOSAL] Separate lists for notifications vs. discussion

2006-04-30 Thread Wendy Smoak
On 4/30/06, James Mitchell [EMAIL PROTECTED] wrote: Not long after this, the moderation emails came in. For issues@ or [EMAIL PROTECTED] I received a couple of moderation emails for issues, (and I see someone already let them through,) but my commit message from yesterday bounced with: Hi.

Re: [VOTE] Accept and Graduate WebWork 2 Podling to Struts

2006-05-01 Thread Wendy Smoak
On 4/28/06, Don Brown [EMAIL PROTECTED] wrote: I call a vote that the Struts PMC accept the WebWork 2 podling as having met the incubation requirements and thereby be accepted by the Apache Struts project as Struts Action 2. Status: http://incubator.apache.org/projects/webwork2.html [ ] +1

Re: Standalone Tiles: Status and Call for Help

2006-05-01 Thread Wendy Smoak
On 5/1/06, Greg Reddin [EMAIL PROTECTED] wrote: Done. It's not much to speak of, but it's a start. I checked it into sandbox/tiles-test. The lib directory is empty. It will need the following jars to run: Thanks. Which build are you using? I'd like to arrange Standalone Tiles into

Re: [PROPOSAL] Separate lists for notifications vs. discussion

2006-05-01 Thread Wendy Smoak
On 4/30/06, Brett Porter [EMAIL PROTECTED] wrote: My bad - fixed. Sorry for the inconvenience. I have also subscribed all committers to the 'allow' list for commits to save the moderators some time. Thanks, Brett! We also need to send the Wiki diffs to commits@ instead of [EMAIL PROTECTED]

Re: [VOTE] Struts Action Framework v1.3.2 Quality

2006-05-02 Thread Wendy Smoak
Sorry for the delay. I finally got 1.3.2 into test today. +1 Beta -- Wendy On 4/26/06, Don Brown [EMAIL PROTECTED] wrote: The first Action 1 release since the recent reorganization, we have a Struts Action Framework 1.3.2 build to evaluate for release quality. The release plan is available

Re: [VOTE] Struts Action Framework v1.3.2 Quality

2006-05-02 Thread Wendy Smoak
On 4/28/06, Ted Husted [EMAIL PROTECTED] wrote: There are things like references to Bugzilla. Do you remember where? I searched across struts-action and only found bugzilla links on the old release notes pages. The Struts Faces index page had a typo and wasn't building, so the old version

Re: [VOTE] Struts Action Framework v1.3.2 Quality

2006-05-03 Thread Wendy Smoak
On 5/3/06, Michael Jouravlev [EMAIL PROTECTED] wrote: 2. The struts-cookbook-1.3.2 application allows to take a look at the Java source code of examples. The links refer to source.jsp?src=/WEB-INF/src/java/examples/simple/xxx.java, while the actual source code is located under

JIRA links to Subversion commits

2006-05-03 Thread Wendy Smoak
The Subversion plugin for JIRA seems to be installed, but it's not working. For example: http://svn.apache.org/viewcvs?rev=398085view=rev http://issues.apache.org/struts/browse/STR-2852?page=all This page says there is a properties file to edit, and I wonder if that was done for our

[VOTE] Release the struts-parent pom v2

2006-05-03 Thread Wendy Smoak
We need to release version 2 of the struts-parent pom: * http://svn.apache.org/repos/asf/struts/maven/trunk/pom/pom.xml This is the parent pom from which struts-action-parent inherits, and it needs to be released prior to the Struts Action 1.3.3 test build. Changes since v1 include: - Addition

Re: [VOTE] Struts Action Framework v1.3.2 Quality

2006-05-03 Thread Wendy Smoak
On 5/3/06, Michael Jouravlev [EMAIL PROTECTED] wrote: Strike that. JIRA search works fine. Before or after I changed the summary text on your issue? :) There's a new snapshot available if you want to get a head start on issues for 1.3.3 this weekend:

TestGen4Web (was: Re: svn commit: r399762 - in /struts/action/trunk/integration/tg4w: ...)

2006-05-04 Thread Wendy Smoak
On 5/4/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I still need to provide detailed instructions (ya, it's on my todo list :) ), but basically, just do this: - build and deploy the struts-blank.war sample app ~/svn/struts/current/action/apps/blank $ mvn package cargo:start

Struts JIRA problem

2006-05-05 Thread Wendy Smoak
Our JIRA instance is showing a stack trace on the dashboard. I opened a ticket for it: http://issues.apache.org/jira/browse/INFRA-789 -- Wendy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [VOTE] Release the struts-parent pom v2

2006-05-05 Thread Wendy Smoak
On 5/3/06, Wendy Smoak [EMAIL PROTECTED] wrote: We need to release version 2 of the struts-parent pom: * http://svn.apache.org/repos/asf/struts/maven/trunk/pom/pom.xml RESULT +1 - 6 (binding) I'm publishing it now... Thanks, Wendy

Struts JIRA -- top level 'ALL' and/or 'SITE' project?

2006-05-07 Thread Wendy Smoak
As part of his review of the 1.3.3 snapshot, Paul suggested changing the downloads page. This is actually part of the top-level site. We currently don't have anywhere to record issues for the struts.apache.org site, or for things that affect more than one of the sub-projects. What do you think

Re: Struts Action 1.3.3 release will be going for GA, need feedback now

2006-05-07 Thread Wendy Smoak
On 5/7/06, Paul Benedict [EMAIL PROTECTED] wrote: #1) The Development milestones haven't been updated since 1.2.6. If you don't care about documenting anything else in 1.2.x, at least split off 1.3.x into 1.3.3 and 1.3.x, so that the notes are official. There's a couple of TODO items still

Re: Struts Action 1.3.3 release will be going for GA, need feedback now

2006-05-07 Thread Wendy Smoak
On 5/7/06, Don Brown [EMAIL PROTECTED] wrote: I think Don worked on these already (after that snapshot). Does this look better? http://struts.apache.org/struts-action/milestones.html Actually, I removed this page, merging its content into the roadmap page. Check the live website for the

Re: Struts JIRA -- top level 'ALL' and/or 'SITE' project?

2006-05-07 Thread Wendy Smoak
On 5/7/06, Ted Husted [EMAIL PROTECTED] wrote: I'd prefer site, since it keeps the focus on the deliverables. I agree. After thinking about it for a while I couldn't really come up with a justification for 'all'. If it's important enough to have issues, it can have its own JIRA project. --

Re: svn commit: r404856 - /struts/action2/

2006-05-07 Thread Wendy Smoak
I organized action2 into the usual branches/tags/trunk structure, and added it to the 'current' external. Then I noticed a few jar files as things scrolled by during an update. Can any of these be removed? ~/svn/struts/current/action2 $ find . -name *.jar

[VOTE] Struts Action Framework v1.3.3 Quality

2006-05-08 Thread Wendy Smoak
to review this test build, please respond with a vote on its quality: [ ] Alpha [ ] Beta [ ] General Availability (GA) We welcome votes from all community members, however, only the votes of Struts PMC members are binding. -- Wendy Smoak

Re: struts-tiles-1.3.3.jar is missing dtd files

2006-05-08 Thread Wendy Smoak
On 5/8/06, Jürgen Zimmermann [EMAIL PROTECTED] wrote: struts-tiles-1.3.3.jar is missing the dtd files tiles-config_1_1.dtd and tiles-config_1_3.dtd Thanks once again! (And Craig, for noticing the missing tld.) I opened http://issues.apache.org/struts/browse/STR-2866 for it. -- Wendy

Re: [VOTE] Struts Action Framework v1.3.3 Quality

2006-05-08 Thread Wendy Smoak
On 5/8/06, Craig McClanahan [EMAIL PROTECTED] wrote: * The missing DTD files in struts-tiles-xxx.jar that Jurgen Zimmerman reported. * The fact that META-INF/tld/struts-tiles.tld is *also* missing from this jar file. It looks like Maven's resource copying process is not recursive by

Re: Stupid Maven Question

2006-05-08 Thread Wendy Smoak
On 5/8/06, Craig McClanahan [EMAIL PROTECTED] wrote: I notice that, when a release manager is cutting a new release, she or he has to update the version element of all the dependent pom.xml files (in the recent case, from 1.3.3-SNAPSHOT to 1.3.3, and then from 1.3.3 to 1.3.4-SNAPSHOT). Since

Re: [VOTE] Struts Action Framework v1.3.3 Quality

2006-05-08 Thread Wendy Smoak
On 5/8/06, Craig McClanahan [EMAIL PROTECTED] wrote: The Specification-Title entry in the manifest for many (all?) of the generated JAR files is corrupted. Maven is picking up the description from the struts-parent pom. Adding a single line description to struts/current/action/pom.xml

Re: small error on announcements page

2006-05-08 Thread Wendy Smoak
On 5/8/06, David Durham [EMAIL PROTECTED] wrote: On this page: http://struts.apache.org/announce.html In the bulleted section of the first announcement, 23 March 2006 ... the following statement is open-ended: A new mailreader demo application that duplicates the functionality

Re: [VOTE] Struts Action Framework v1.3.3 Quality

2006-05-08 Thread Wendy Smoak
On 5/7/06, Wendy Smoak [EMAIL PROTECTED] wrote: The Struts Action Framework 1.3.3 Test Build is available to evaluate for release quality. The release plan is available on the wiki: http://wiki.apache.org/struts/StrutsActionRelease133 +1 Beta -- The struts-tiles jar is missing the non

Struts Action 1.3.4 Release Plan

2006-05-08 Thread Wendy Smoak
Please continue reviewing the 1.3.3 test build and reporting issues: * http://cvs.apache.org/dist/struts/action/v1.3.3/ Are there any comments on the included website docs? I've posted a release plan for 1.3.4: * http://wiki.apache.org/struts/StrutsActionRelease134 Tonight I'll review the

Re: Struts Action 1.3.4 Release Plan

2006-05-09 Thread Wendy Smoak
On 5/8/06, Wendy Smoak [EMAIL PROTECTED] wrote: Tonight I'll review the issues and changes since 1.3.3 and deploy snapshots of 1.3.4. Assuming there are no major issues outstanding, I'm planning on rolling the 1.3.4 test build on Tuesday evening. The snapshots are available: http

Re: svn commit: r400385 - in /incubator/webwork2: ./ action/ core/ core/src/test/java/org/apache/struts/action2/views/jsp/ src/site/ thirdparty/ thirdparty/jasperreports/ thirdparty/jfreechart/ thirdp

2006-05-09 Thread Wendy Smoak
On 5/6/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Author: mrdon Date: Sat May 6 19:32:25 2006 New Revision: 400385 URL: http://svn.apache.org/viewcvs?rev=400385view=rev Log: Starting to synchronizing the Maven 2 build with Struts Action 1, keeping the Ant build in sync I think

[VOTE] Struts Action Framework v1.3.4 Quality

2006-05-10 Thread Wendy Smoak
resolved all of the packaging issues discovered since converting to Maven 2 and reorganizing the project. -- Wendy Smoak - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: [VOTE] Struts Action Framework v1.3.4 Quality

2006-05-10 Thread Wendy Smoak
On 5/10/06, Joe Germuska [EMAIL PROTECTED] wrote: This seems like the smallest of things, but the distribution includes struts-core-1.3.4.jar and not struts-action-1.3.4.jar. I thought we'd decided to change that? The upgrade notes wiki page refers to struts-action:

Re: [VOTE] Struts Action Framework v1.3.4 Quality

2006-05-10 Thread Wendy Smoak
On 5/10/06, Niall Pemberton [EMAIL PROTECTED] wrote: I missed the discussion where the 1.3 dtd was added - seems like its actually identical to the 1.1 dtd - which IMO serves no purpose. I would rather it was removed. I remember being involved -- it had to do with the version numbers not

Re: [VOTE] Struts Action Framework v1.3.4 Quality

2006-05-11 Thread Wendy Smoak
On 5/11/06, Ted Husted [EMAIL PROTECTED] wrote: On 5/10/06, Wendy Smoak [EMAIL PROTECTED] wrote: Niall, does Monday give you enough time? Calling the vote immediately was intended to encourage testing and evaluation, not to lock people out of the process by rushing it through. As mentioned

Re: [PROPOSAL] Separate lists for notifications vs. discussion

2006-05-11 Thread Wendy Smoak
On 5/1/06, Craig McClanahan [EMAIL PROTECTED] wrote: On 5/1/06, Martin Cooper [EMAIL PROTECTED] wrote: On 5/1/06, Wendy Smoak [EMAIL PROTECTED] wrote: We also need to send the Wiki diffs to commits@ instead of [EMAIL PROTECTED] Is that something that someone here can fix, or do I need

Re: [VOTE] Struts Action Framework v1.3.4 Quality

2006-05-11 Thread Wendy Smoak
On 5/11/06, Niall Pemberton [EMAIL PROTECTED] wrote: I have taken some time to check out the 1.3.4 version today - upgrading my webapp to this version (was on 1.2.9) and the only other issue(s) I came up with is that we used to distribute things like the validator-rules.xml config and taglib

Re: [VOTE] Struts Action Framework v1.3.4 Quality

2006-05-11 Thread Wendy Smoak
On 5/11/06, Craig McClanahan [EMAIL PROTECTED] wrote: I think we should include the DTDs in some convenient place like lib in the distro in *addition* to the previous comments on recommended configuration practices. There's lots of documentation about valid options in the DTD documents

Release announcements

2006-05-11 Thread Wendy Smoak
I've added a proposed release announcement to the release plan for Action 1.3.4. If you would like to highlight a new feature, or have any other suggestions or corrections, (did I get the name right?) then please help by updating the wiki page, or commenting on this thread. *

Re: [VOTE] Struts Action Framework v1.3.4 Quality

2006-05-11 Thread Wendy Smoak
On 5/11/06, Niall Pemberton [EMAIL PROTECTED] wrote: No problem, its a minor contribution compared to your efforts to get a 1.3.x version out - thanks for that. Apologies if you think I'm being a PITA. I don't think that at all. We may differ on whether a particular issue is reason enough to

Re: [VOTE] Struts Action Framework v1.3.4 Quality

2006-05-12 Thread Wendy Smoak
On 5/10/06, Wendy Smoak [EMAIL PROTECTED] wrote: The Struts Action Framework 1.3.4 Test Build is available to evaluate for release quality. ... The test build, including checksums and signatures, has been deployed to: http://svn.apache.org/dist/struts/action/v1.3.4 Late tonight, the vote

Re: [PROPOSAL] Separate lists for notifications vs. discussion

2006-05-12 Thread Wendy Smoak
On 5/11/06, Craig McClanahan [EMAIL PROTECTED] wrote: I tried to do this, but my apmail karma only works on the mail server, not on minotaur where this particular file needs to be edited. Done. http://issues.apache.org/jira/browse/INFRA-802 -- Wendy

Re: [VOTE] Struts Action Framework v1.3.4 Quality

2006-05-13 Thread Wendy Smoak
On 5/10/06, Wendy Smoak [EMAIL PROTECTED] wrote: The Struts Action Framework 1.3.4 Test Build is available to evaluate for release quality. The release plan is available on the wiki: http://wiki.apache.org/struts/StrutsActionRelease134 The test build, including checksums and signatures, has

Re: [VOTE] Struts Action Framework v1.3.3 Quality

2006-05-13 Thread Wendy Smoak
On 5/7/06, Wendy Smoak [EMAIL PROTECTED] wrote: The Struts Action Framework 1.3.3 Test Build is available to evaluate for release quality. The release plan is available on the wiki: http://wiki.apache.org/struts/StrutsActionRelease133 The test build, including signatures and checksums, has

Re: [VOTE] Struts Action Framework v1.3.4 Quality

2006-05-13 Thread Wendy Smoak
On 5/13/06, Craig McClanahan [EMAIL PROTECTED] wrote: On 5/13/06, Ted Husted [EMAIL PROTECTED] wrote: I would prefer that we resolve the DTD issue before marking a distribution ready for primetime. I agree ... and vote for beta as well. But we should spend some more time testing to see if

Re: Struts release process is broken (Re: [VOTE] Struts Action Framework v1.3.4 Quality)

2006-05-14 Thread Wendy Smoak
On 5/14/06, Ted Husted [EMAIL PROTECTED] wrote: If it helps, I'd say we could we could even announce the next distribution as * Stuts Action 1.3.5 Beta (release candidate). (Given the votes, of course.) I think the only thing that's broken is the notion that a Beta is not a Release

Re: [VOTE] Struts Action Framework v1.3.4 Quality

2006-05-14 Thread Wendy Smoak
On 5/14/06, Paul Benedict [EMAIL PROTECTED] wrote: Listen to this logic: By making branding Tiles a 1.3.x version, we are directly tying the product to struts. That implies it is only for Struts, and that's not true. Struts Tiles *is* tied directly to Struts Action -- look at the dependency

Re: [PROPOSAL] Separate lists for notifications vs. discussion

2006-05-15 Thread Wendy Smoak
On 5/14/06, Patrick Lightbody [EMAIL PROTECTED] wrote: It looks like this is now basically done (the JIRA issue is complete). The final step will be to unsubscribe the address [EMAIL PROTECTED] from all lists except for the dev@ list. That will keep the forums synced on the OpenSymphony

Re: Meet Up in San Francisco 2006

2006-05-15 Thread Wendy Smoak
On 5/15/06, Don Brown [EMAIL PROTECTED] wrote: Actually, if you wouldn't mind, I need a ride too. My flight comes in at 3:50 so 5:45 would work great for me. If you have room, Wendy Smoak might also be interested in catching a ride. Thanks, but my flight doesn't arrive until 5:15. If anyone

Re: Release Process thoughts (Re: [VOTE] Struts Action Framework v1.3.4 Quality)

2006-05-17 Thread Wendy Smoak
On 5/16/06, Don Brown [EMAIL PROTECTED] wrote: I think the solution is to: 1. Make betas publicly available and widely known like our 1.1 betas were +1. Based on this and other comments, I'd like to add the following to the release guidelines [1]: * Versions with significant changes,

Re: Release Process thoughts (Re: [VOTE] Struts Action Framework v1.3.4 Quality)

2006-05-17 Thread Wendy Smoak
On 5/17/06, Don Brown [EMAIL PROTECTED] wrote: Ok, so if you don't think this is the answer to the backwards release then test problem, what is? I don't know. Earlier 1.x releases had the benefit of the entire team focused on them, and more people using nightly builds. That's no longer the

Re: svn commit: r408129 - in /struts/action2/trunk: apps/showcase/ apps/showcase/src/main/java/org/apache/struts/action2/showcase/jsf/ apps/showcase/src/main/webapp/WEB-INF/ apps/showcase/src/main/web

2006-05-20 Thread Wendy Smoak
What repo is MyFaces coming from? On ibiblio it looks like the groupId for v1.1.2 is 'org.apache.myfaces.core' http://www.ibiblio.org/maven2/org/apache/myfaces/core/myfaces-api/1.1.2/ -- Wendy --- struts/action2/trunk/apps/showcase/pom.xml (original) +++

Re: svn commit: r408129 - in /struts/action2/trunk: apps/showcase/ apps/showcase/src/main/java/org/apache/struts/action2/showcase/jsf/ apps/showcase/src/main/webapp/WEB-INF/ apps/showcase/src/main/web

2006-05-21 Thread Wendy Smoak
On 5/20/06, Don Brown [EMAIL PROTECTED] wrote: Yeah, I had a problem with that one. I found it in some maven repo, but Maven 2 wasn't pulling it down, so I had to install it manually. Are you saying I just had the group id wrong? Yes. If you use 'org.apache.myfaces.core', Maven should find

Re: svn commit: r408459 - in /struts/action2/trunk: action-api/pom.xml apps/pom.xml core/pom.xml extras/pom.xml pom.xml uber/pom.xml

2006-05-21 Thread Wendy Smoak
Be sure to update and install from the top level of Action 2 to pick up the changed artifactId. svn up mvn install -P extras Also remove the old ide config files and re-generate them, for example with IDEA: rm project.i* mvn idea:idea -P extras -- Wendy On 5/21/06, [EMAIL PROTECTED] [EMAIL

[action2] Maven Snapshots

2006-05-21 Thread Wendy Smoak
I published snapshots with 'mvn deploy': http://people.apache.org/maven-snapshot-repository/org/apache/struts/action2/ What about 'extras'? It seems like the profile needs to be split up. Right now if I do 'mvn deploy -P extras' it's going to upload the both struts-extras.jar and the showcase

Re: [action2] Maven Snapshots

2006-05-21 Thread Wendy Smoak
On 5/21/06, Don Brown [EMAIL PROTECTED] wrote: This is an interesting question - do we want to include pre-built example webapps that are missing their LGPL deps? Or, would it be better not to build them at all? Regardless, showcase should be split up so we can ship a functional app with no

Re: [action2] Maven Snapshots

2006-05-21 Thread Wendy Smoak
On 5/21/06, Wendy Smoak [EMAIL PROTECTED] wrote: Once the LGPL-dependent examples are removed from the showcase, it can be part of the normal build, and the 'extras' profile can build both struts-extras.jar and a separate extras example app. ... which would put us right back in the original

Re: [action2] Maven Snapshots

2006-05-21 Thread Wendy Smoak
On 5/21/06, Rainer Hermanns [EMAIL PROTECTED] wrote: Otherwise, I think the showcase webapp can now be included in the default build. Thanks! The snapshots are updated, and now include the showcase: http://people.apache.org/maven-snapshot-repository/org/apache/struts/action2/ To update

Re: svn commit: r408459 - in /struts/action2/trunk: action-api/pom.xml apps

2006-05-21 Thread Wendy Smoak
On 5/21/06, Jason Carreira [EMAIL PROTECTED] wrote: Wendy, will this create the IDEA modules with all dependencies for extras and showcase? Are all of the jars downloading now? I had to fix this by hand on the plane yesterday, so I don't want to blow them away if I have to do it again. If

[Standalone Tiles] Removing taglib attributes

2006-05-21 Thread Wendy Smoak
I've opened SB-21 to take a look at the multiple Tiles taglib attributes that seem to mean the same thing. I can't find the original discussion, but I remember at one point talking about consolidating these to a single attribute. Does anyone remember that discussion, or have an opinion either

[action2] Apps dependencies

2006-05-22 Thread Wendy Smoak
Most of the example apps are missing dependencies in WEB-INF/lib, so they won't start. apps/pom.xml has the Spring dependencies marked 'optional', so they're not getting included. If all of the examples need those jars, we can remove the 'optional' marker and let the dependencies be inherited.

Re: [PROPOSAL] Separate lists for notifications vs. discussion

2006-05-22 Thread Wendy Smoak
On 5/15/06, Wendy Smoak [EMAIL PROTECTED] wrote: I think this is done. As a moderator, I sent the unsubscribe requests, then replied to the confirmation emails, but I never saw the 'goodbye' message. Let me know if you still see non-discussion emails in the forum after today. Patrick

Re: svn commit: r408821 - /struts/action2/trunk/apps/pom.xml

2006-05-22 Thread Wendy Smoak
On 5/22/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: URL: http://svn.apache.org/viewvc?rev=408821view=rev Log: Added Cargo plugin configuration for apps. Usage: mvn package cargo:start -Dcargo.tomcat5x.home=/path/to/tomcat You can also set the 'cargo.tomcat5x.home' property in

  1   2   3   4   5   6   7   8   9   10   >