Re: [VOTE] Confirm the Struts Action Library 1.3.0 release plan

2006-02-17 Thread Wendy Smoak
On 2/17/06, Ted Husted [EMAIL PROTECTED] wrote: I still need to assemble the appropriate JARS into a Struts-Action distribution, but we're otherwise through Checklist A now. I'll try to mop that up tonight. But, at this point, the seven Classic subproject builds are tagged, rolled, and

Re: [VOTE] Confirm the Struts Action Library 1.3.0 release plan

2006-02-17 Thread Wendy Smoak
On 2/17/06, James Mitchell [EMAIL PROTECTED] wrote: Did we tag every subproject? Including 'current'? Maybe I just missed it. I didn't see a tag for current... but there is no trunk/branches/tags directory structure there, either. It seems to me that we need a tag for (something like)

Re: svn commit: r378516 - /struts/action/tags/STRUTS-ACTION_1.3.0/

2006-02-17 Thread Wendy Smoak
On 2/17/06, Martin Cooper [EMAIL PROTECTED] wrote: Why are we changing the convention for tag naming now? We have always used underscores in the tag names, ever since the STRUTS_0_5 tag way back when. I don't see any reason to change that now. I doubt it was intentional. I changed the release

Re: svn commit: r378516 - /struts/action/tags/STRUTS-ACTION_1.3.0/

2006-02-17 Thread Wendy Smoak
On 2/17/06, Wendy Smoak [EMAIL PROTECTED] wrote: I doubt it was intentional. I changed the release plan to match what actually happened, but I can change it back and 'svn mv' the tags to the correct names. Actually, both Shale and Scripting used the same format that Ted did: STRUTS

Re: [VOTE] Confirm the Struts Action Library 1.3.0 release plan

2006-02-17 Thread Wendy Smoak
On 2/17/06, Ted Husted [EMAIL PROTECTED] wrote: Now, if we're saying that in order to update the Struts Action library with the new Taglib 1.3.1 JAR, I have to checkout a certain revision of six other subprojects so that we can do a complex tag, I'm suddenly going to find something else to do

Re: Tag / Branch naming (was Re: svn commit: r378516 - /struts/action/tags/STRUTS-ACTION_1.3.0/)

2006-02-17 Thread Wendy Smoak
On 2/17/06, Martin Cooper [EMAIL PROTECTED] wrote: Can't we all just use what we were using for the first 5 years of Struts? I'll rename them with underscores, for example: STRUTS_ACTION_1_3_0. Okay? (See also:

Re: [VOTE] Confirm the Struts Action Library 1.3.0 release plan

2006-02-16 Thread Wendy Smoak
On 2/16/06, Niall Pemberton [EMAIL PROTECTED] wrote: On 2/16/06, Ted Husted [EMAIL PROTECTED] wrote: If some people feel these patches are a problem, then we can always keep Action 1.3.0 as a test-build, until someone has time to apply them and roll an Action 1.3.1 (note that the other six

Re: [VOTE] Confirm the Struts Action Library 1.3.0 release plan

2006-02-14 Thread Wendy Smoak
On 2/14/06, Paul Benedict [EMAIL PROTECTED] wrote: First, I noticed the 1.3 API docs are built using Java 5. Is 1.3 Java 5 compliant? I didn't think this was the case so please make sure those are being built with the right compiler. If you go to this link, you will notice the Map

Re: 1.3 action pre-release, does jsp:include page=/do/myAct / work?

2006-02-13 Thread Wendy Smoak
On 2/13/06, Wolfgang Gehner [EMAIL PROTECTED] wrote: Hi guys, I just plopped the nightlies of Feb 12 into a project (struts_action) and jsp:include page=/do/myAct / doesn't work for me (: Always did with 1.1, 1.2 I think I had previously raised a bug on this, but I honestly don't

Re: [VOTE] Confirm the Struts Action Library 1.3.0 release plan

2006-02-11 Thread Wendy Smoak
it makes sense to apply them. -- Wendy Smoak - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Checkstyle (was svn commit: r360442 [1/3] )

2006-02-08 Thread Wendy Smoak
On 2/8/06, Ted Husted [EMAIL PROTECTED] wrote: One other thing. We now have two style-related configuration files in build * jalopy-struts.xml * struts_checks.xml :) Can we choose a consistent naming convention for these files? :) Feel free to rename it, just make the corresponding change

Re: svn commit: r375627 [3/3] - /struts/action/trunk/src/java/org/apache/struts/action/

2006-02-07 Thread Wendy Smoak
On 2/7/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Modified: struts/action/trunk/src/java/org/apache/struts/action/DynaActionFormClass.java URL:

Re: Checkstyle (was svn commit: r360442 [1/3] )

2006-02-07 Thread Wendy Smoak
On 2/7/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Which version of Jalopy are you using? The Maven plugin depends on Jalopy 1.0b11. I'd like to get } else { to stay on one line before we run Jalopy against the other sub-projects. That's our convention, inherited from Sun, and it

Re: Checkstyle (was svn commit: r360442 [1/3] )

2006-02-07 Thread Wendy Smoak
On 2/7/06, Wendy Smoak [EMAIL PROTECTED] wrote: I'd like to get } else { to stay on one line before we run Jalopy against the other sub-projects. That's our convention, inherited from Sun, and it should be a simple change to the configuration file. I *think* r375843 fixes this. I'm

Re: Checkstyle (was svn commit: r360442 [1/3] )

2006-02-06 Thread Wendy Smoak
On 2/5/06, Wendy Smoak [EMAIL PROTECTED] wrote: The long lines are a problem. Not fixing them is one thing, but it wants to make this change, which *creates* a line longer than 80 characters: -protected String processorClass

Re: Checkstyle (was svn commit: r360442 [1/3] )

2006-02-05 Thread Wendy Smoak
On 2/5/06, Ted Husted [EMAIL PROTECTED] wrote: I'd be happy to fix the Javadoc issues. It's mainly a matter of inserting a blank line before using exotic elements, like an unordered list. Okay. :) The main use of IDEA in this case is to redress past errors. Once we are over this hump, just

Re: Checkstyle (was svn commit: r360442 [1/3] )

2006-02-05 Thread Wendy Smoak
On 2/5/06, Ted Husted [EMAIL PROTECTED] wrote: OK, I'll make a point of running Jalopy before checkins, to avoid any flip-flopping. Sounds good, assuming it can be configured so it doesn't introduce new problems. Or, in my case, to to run at all: /svn/struts/current/action $ maven jalopy __

[shale] Use Cases form completion trouble

2006-02-05 Thread Wendy Smoak
With shale-usecases-20060205.war deployed to Tomcat 5.5.15, I can get to the 'form completion' example page, but it doesn't work (the city and state remain blank when the zip code field changes) and this error appears in the console: WARNING: No ViewController for viewId /ajax/zipCode.jsp found

Re: [shale] Use Cases form completion trouble

2006-02-05 Thread Wendy Smoak
On 2/5/06, Gary VanMatre [EMAIL PROTECTED] wrote: You need to rename your web archive to have a name of struts-shale-usecases.war. This example has hard-coded javascript that assumes the context root is struts-shale-usecases. More than that, it assumes port 8080 on localhost. It seems to

Re: Checkstyle (was svn commit: r360442 [1/3] )

2006-02-04 Thread Wendy Smoak
Frank W. Zammetti [EMAIL PROTECTED] wrote: I haven't been able to get Jalopy to cooperate in the least. A big part of it is that the documentation leaves a great deal to be desired in explaining how to configure it, I have the same problem with the documentation. Is the XML config universal,

Re: Help adding Struts to AJAX impl

2006-02-01 Thread Wendy Smoak
On 2/1/06, Michael Jouravlev [EMAIL PROTECTED] wrote: Hi, Ajax gurus, I have an OT question: how to ensure the proper order of several XHRs? I found how to create several XHRs simultaneously, but I have a requirement: to wait for the first request to return before firing the second, (Hardly

Re: Nightly builds experiencing some weirdness

2006-01-31 Thread Wendy Smoak
On 1/30/06, James Mitchell [EMAIL PROTECTED] wrote: I believe I've fixed the problem and I am manually running the nightly. If you don't hear anything from me then things are running smoothly. Is there an update? If you ran them yesterday, it didn't work-- only the files from the 24th are

Re: Nightly builds experiencing some weirdness

2006-01-31 Thread Wendy Smoak
On 1/31/06, Wendy Smoak [EMAIL PROTECTED] wrote: On 1/30/06, James Mitchell [EMAIL PROTECTED] wrote: I believe I've fixed the problem and I am manually running the nightly. If you don't hear anything from me then things are running smoothly. Is there an update? If you ran them yesterday

[shale] Maven snapshots and archetype

2006-01-30 Thread Wendy Smoak
I've updated both of the internal/snapshot Maven repositories with snapshots of Shale. m1: http://cvs.apache.org/repository/struts/jars/ m2: http://cvs.apache.org/maven-snapshot-repository/struts/ Here's the script I'm using, which is generic except for the htmlunit.home property and some

Speaking of nightly builds...

2006-01-30 Thread Wendy Smoak
The nightly builds for Struts Action and friends have gone missing. The last ones are from the 24th. I assume these are (were!) running on the zone. Can someone please check it? Thanks, -- Wendy - To unsubscribe, e-mail:

[shale] Optional HtmlUnit dependency

2006-01-28 Thread Wendy Smoak
Without htmlunit.home defined, I get... $ ant clean ... clean: [echo] Executing clean on module test-framework BUILD FAILED E:\svn\struts\current\shale\build.xml:340: The following error occurred while ex ecuting this line: E:\svn\struts\current\shale\build.xml:890: The following error

Re: display tag link busted

2006-01-27 Thread Wendy Smoak
On 1/27/06, David Durham [EMAIL PROTECTED] wrote: On this page: http://struts.apache.org/struts-action/userGuide/preface.html#resources The display tag link is this: http://http://displaytag.sourceforge.net/ I added this to Bug 38349: http://issues.apache.org/bugzilla/show_bug.cgi?id=38349

Re: svn commit: r372715 - /struts/shale/trunk/build/test-framework/project.xml

2006-01-26 Thread Wendy Smoak
On 1/26/06, Craig McClanahan [EMAIL PROTECTED] wrote: I can see why these two have to be declared, since the Shale code directly depends on them. But HtmlUnit itself ships with a bunch of other jars that it requires at runtime. Do these have to be declared also, or are they picked up

Re: [VOTE] Accept WebWork 2 Merger Incubator Proposal

2006-01-25 Thread Wendy Smoak
to become Struts Action 2. +1 -- Wendy Smoak - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: Struts subproject releases

2006-01-25 Thread Wendy Smoak
On 1/25/06, Don Brown [EMAIL PROTECTED] wrote: Nevermind, I see from the cvs.apache.org repository they are artifacts in the struts directory. Don, I see the jar and signature, but no checksum: http://www.apache.org/dist/java-repository/struts/jars/ Thanks, -- Wendy

Re: svn commit: r372389 - /struts/scripting/trunk/project.xml

2006-01-25 Thread Wendy Smoak
On 1/25/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Author: mrdon Date: Wed Jan 25 17:25:11 2006 New Revision: 372389 URL: http://svn.apache.org/viewcvs?rev=372389view=rev Log: Changing version number to 1.0.2-dev 1.0.2-SNAPSHOT, please... it's a Maven thing. :) (It's a keyword which

Re: Managing Snapshots in the Maven Repo (was Re: [Standalone Tiles] Major Refactoring (Long))

2006-01-23 Thread Wendy Smoak
We were discussing how to handle Shale's dependency on Standalone Tiles under this subject line, and I don't think it was ever resolved. Maven's snapshots aren't a good fit for Shale, which needs to depend on a reasonably stable version of Standalone Tiles. In another thread, Craig wrote: Of

Re: svn commit: r371783 - /struts/sandbox/trunk/tiles/pom.xml

2006-01-23 Thread Wendy Smoak
On 1/23/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Author: wsmoak Date: Mon Jan 23 18:56:45 2006 New Revision: 371783 URL: http://svn.apache.org/viewcvs?rev=371783view=rev Log: Added Maven 2 build file. To install Standalone Tiles to your local Maven 2 repository: 'mvn install'

Re: svn commit: r371806 - /struts/sandbox/trunk/archetypes/shale-blank/

2006-01-23 Thread Wendy Smoak
On 1/23/06, Craig McClanahan [EMAIL PROTECTED] wrote: Thanks Wendy ... if anything ever turns me into a Mavenite, it will probably be this feature :-). This one isn't finished yet... but the archetypes *are* nice, I agree. :) If this is difficult/impossible to arrange with Maven I'm open to

Re: Checkstyle (was svn commit: r360442 [1/3] )

2006-01-19 Thread Wendy Smoak
On 1/18/06, Frank W. Zammetti [EMAIL PROTECTED] wrote: If anyone reading this can get the GUI configurator to spit out a conventions file (using Jalopy 1.5rc1) and send it to me, I'd appreciate it greatly! The default settings are actually the Sun coding standards, which the Checkstyle file

Re: Checkstyle (was svn commit: r360442 [1/3] )

2006-01-19 Thread Wendy Smoak
On 1/19/06, Ted Husted [EMAIL PROTECTED] wrote: Did you have a chance to peek at the CheckStyle report? For Action right now, we're seeing a brutal 4733 errors in 281 files. It dropped to 2810 errors in 281files, but I didn't look closely at what it changed. Did you do anything else besides

Re: 1.3.0 Release - Next Steps

2006-01-17 Thread Wendy Smoak
On 1/16/06, Ted Husted [EMAIL PROTECTED] wrote: Any new input on #37730? If we are not ready to resolve the serialization issue, then we should table this new feature for a subsequent release. Done in r369764, see comments on Bug# 37730. I resolved the CGLIB-related bugs and updated the

Re: 1.3.0 Release - Next Steps

2006-01-17 Thread Wendy Smoak
On 1/17/06, Ted Husted [EMAIL PROTECTED] wrote: OK, I see by the commit and wiki logs that Wendy has done the deed, and everything is checked that going to be checked :) The release notes could use a final review; I didn't check it off on the release plan. And we also need to remove the

Re: 1.3.0 Release - Next Steps

2006-01-17 Thread Wendy Smoak
On 1/17/06, Wendy Smoak [EMAIL PROTECTED] wrote: And we also need to remove the example of the cglib enhanced form from apps/examples. Done in r370014. -- Wendy - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Removing CGLIB enhancement from struts-action

2006-01-16 Thread Wendy Smoak
I really don't like doing this. :( I'm happy to hear alternatives. This is a proposal to remove CGLIB enhancement from Struts Action. Bug# 37730 Enhanced DynaActionForms cannot be correctly deserialized [0] remains unresolved and is holding up the 1.3.0 release plan. I'd like to remove this in

[shale] Maven build - groupId changed to 'struts'

2006-01-15 Thread Wendy Smoak
Shale's Maven 1 build has had 'shale' as the groupId, leading to its artifacts landing in ~/.maven/repository/shale/. I just changed the groupId to 'struts'. If you are using the Maven build and using the artifacts in your own projects, you'll need to adjust your dependencies, for example:

Re: 1.3.0 Release - Next Steps

2006-01-13 Thread Wendy Smoak
On 1/13/06, Frank W. Zammetti [EMAIL PROTECTED] wrote: That CGLib extension always bugged me a bit... might that not be a perfect candidate for the Extras package, which would serve to resolve issue #2 as well? The idea of that dependency, even if optional (it *is* optional, right?!?) doesn't

Re: 1.3.0 Release - Next Steps

2006-01-12 Thread Wendy Smoak
On 1/12/06, Ted Husted [EMAIL PROTECTED] wrote: We might be talking past each other. The package I'm talking about is here: * http://struts.apache.org/struts-extras/apidocs/index.html org.apache.struts.plugins.resources AFAIK, this is the only package with a dependency on Commons

Re: [POLL] Struts Action Framework tagline

2006-01-11 Thread Wendy Smoak
On 1/11/06, Patrick Lightbody [EMAIL PROTECTED] wrote: Just from my experience, I'd prefer if we didn't use the 2 anywhere. We used WebWork2 for a while and it really confused things and broke up the brand. We've had much better success ever since we actively eliminated WebWork2 in favor of

download.cgi (was: Re: Redirects and .htaccess)

2006-01-11 Thread Wendy Smoak
On 1/6/06, Martin Cooper [EMAIL PROTECTED] wrote: On 1/6/06, Wendy Smoak [EMAIL PROTECTED] wrote: (I also forgot to fix the file permissions on download.cgi, but no one reported that!) That's odd. At some point, I deliberately set the permissions on that file so that I was the only

Re: 1.3.0 Release - Next Steps

2006-01-11 Thread Wendy Smoak
On 1/4/06, Ted Husted [EMAIL PROTECTED] wrote: Regardless, I'm thinking that we should rename the acquiring.xml to downloads.xml, since that's the usual name, and the one I should have used in the first place. Done, so Maven will stop saying we haven't had any releases. The old acquiring

Re: [POLL] Struts Action Framework tagline

2006-01-10 Thread Wendy Smoak
On 1/10/06, Ted Husted [EMAIL PROTECTED] wrote: In the interest of effective filtering, we should agree on a standard subject tag for the Struts Action framework. For the Struts Shale framework, we've been using [Shale]. So, for the other, should we use * [SAF 2.x] or * [Action 2.x] or

Re: [POLL] Struts Action Framework tagline

2006-01-10 Thread Wendy Smoak
On 1/10/06, Michael Jouravlev [EMAIL PROTECTED] wrote: I don't see a point to build fences between two versions of (presumably) the same framework. This will slow down the adoption of 2.0/WW/Ti . There has to be _some_ way to separate the questions, otherwise every answer is going to start

Re: 1.3.0 Release - Next Steps

2006-01-10 Thread Wendy Smoak
On 1/10/06, Ted Husted [EMAIL PROTECTED] wrote: As and for an alternative, I suggest we move the classes that depend on Resources from Extras * http://struts.apache.org/struts-extras/apidocs/index.html to a sandbox Extras folder until Commons Message Resources is ready. The original vote

UMLGraph diagrams (was: Re: svn commit: r367111)

2006-01-08 Thread Wendy Smoak
On 1/8/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: URL: http://svn.apache.org/viewcvs?rev=367111view=rev Log: Added a class diagram to the package description. Thanks to Andrea Aime for help with UMLGraph and Graphviz. Added:

Re: Examples Webapp jars

2006-01-08 Thread Wendy Smoak
On 1/8/06, Niall Pemberton [EMAIL PROTECTED] wrote: Not sure how its happening, but when I build the struts-examples war I'm getting two copies of the fileupload jar (version 1.0 and version 1.1) and as well as the struts-action-1.3.0-dev.jar I also seem to have the old version

Redirects and .htaccess

2006-01-06 Thread Wendy Smoak
I wondered why some links weren't working. Oops. I had an old copy of .htaccess in my local site/xdocs, and when I published the site on 12/28 I overwrote the correct one. (I also forgot to fix the file permissions on download.cgi, but no one reported that!) I think there used to be more, but

Re: Redirects and .htaccess

2006-01-06 Thread Wendy Smoak
On 1/6/06, Martin Cooper [EMAIL PROTECTED] wrote: (I also forgot to fix the file permissions on download.cgi, but no one reported that!) That's odd. At some point, I deliberately set the permissions on that file so that I was the only person able to write to it, so that it never got

Re: [site][maven] Maven-Generated Javadocs

2006-01-06 Thread Wendy Smoak
On 1/2/06, Wendy Smoak [EMAIL PROTECTED] wrote: The package descriptions are now showing up, for example (the new one for remoting): http://struts.apache.org/struts-shale/shale-core/apidocs/org/apache/shale/remoting/package-summary.html#package_description ... which just moved to: http

Re: svn commit: r366067 - in /struts: el/trunk/pom.xml extras/trunk/pom.xml taglib/trunk/pom.xml tiles/trunk/pom.xml

2006-01-05 Thread Wendy Smoak
On 1/4/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Author: wsmoak Date: Wed Jan 4 19:23:01 2006 New Revision: 366067 URL: http://svn.apache.org/viewcvs?rev=366067view=rev Log: Added experimental Maven 2 build files: struts-el, struts-extras, struts-taglib, struts-tiles I missed

Re: [Shale] Maven build stops

2006-01-04 Thread Wendy Smoak
On 1/4/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: The nightly has a reference to maven-javadoc-plugin-1.8-SNAPSHOT.jar in the dependency. The latest available one from http://maven.apache.org/maven-1.x/reference/plugins/javadoc/ is maven-javadoc-plugin-1.7.jar. This means that the

Re: [Shale] Maven build stops

2006-01-04 Thread Wendy Smoak
On 1/4/06, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: I ran the default, i.e just maven. I get the following output (never mind the norwegian): E:\Apache\Shale\buildmaven __ __ | \/ |__ _Apache__ ___ | |\/| / _` \ V / -_) ' \ ~ intelligent projects ~ |_| |_\__,_|\_/\___|_||_| v.

Re: 1.3.0 Release - Next Steps

2006-01-04 Thread Wendy Smoak
On 1/4/06, Ted Husted [EMAIL PROTECTED] wrote: Regardless, I'm thinking that we should rename the acquiring.xml to downloads.xml, since that's the usual name, and the one I should have used in the first place. Sounds fine to me. (I think I was the last person to publish struts-site; I'll

Re: Maven nightlies site

2006-01-03 Thread Wendy Smoak
On 1/3/06, Martin Cooper [EMAIL PROTECTED] wrote: Is the README file here: http://svn.apache.org/builds/struts/maven/ in SVN, or do I just edit the live file directly? I see that it still refers to 'core' instead of 'action', and various other obsolete names. I think you just edit it in

[shale] 'required' validator

2006-01-02 Thread Wendy Smoak
The 'required' validation rule looks like it should call the CommonsValidator.isSupplied method, and then use the 'errors.required' message in messages.properties. Instead, when a form with a missing required field is submitted, a breakpoint set in the 'isSupplied' message is never reached, and

Re: [site][maven] Maven-Generated Javadocs

2006-01-02 Thread Wendy Smoak
On a similar topic, Maven is not picking up the 'package.html' files for Shale. It looks like the m1 Javadoc plugin is unable to deal with the relative paths over to the source code. (If I put a project.xml file in shale/core-library, it works fine.) I'll check with the Maven team and see if

Re: [site][maven] Maven-Generated Javadocs

2006-01-02 Thread Wendy Smoak
On 1/2/06, Wendy Smoak [EMAIL PROTECTED] wrote: I'll check with the Maven team and see if there's a fix. Easier than I thought. :) It was reported and fixed in May (MPJAVADOC-59). The Javadoc plugin has not been released since then, but there's a recent snapshot in the internal repository

Re: [site][maven] Maven-Generated Javadocs

2006-01-01 Thread Wendy Smoak
On 12/30/05, Craig McClanahan [EMAIL PROTECTED] wrote: http://struts.apache.org/struts-shale/shale-core/apidocs/index.html However, the Javadoc generation does not seem to be picking up the overview.html file (containing text for the overview description page). This is done; it involved

Re: 404 Error for DEV-Documentation

2005-12-28 Thread Wendy Smoak
On 12/28/05, Matthias Wessendorf [EMAIL PROTECTED] wrote: When I am on *users* doc (e.g. http://struts.apache.org/struts-action/userGuide/building_view.html#vali dator) and I click on link see the Developers Guide (ref to

Re: 404 Error for DEV-Documentation

2005-12-28 Thread Wendy Smoak
On 12/28/05, Wendy Smoak [EMAIL PROTECTED] wrote: It was moved over to struts-taglib: http://struts.apache.org/struts-taglib/dev_validator.html ... and that page has some broken links as well. You might want to use the docs from the 1.2 branch for now: http://struts.apache.org/struts

Re: Action 1.3, Shale 1.0 -- FileUpload 1.1?

2005-12-28 Thread Wendy Smoak
On 12/27/05, Martin Cooper [EMAIL PROTECTED] wrote: Now that FileUpload 1.1 is out, do we want to update Action 1.3 and Shale 1.0 to use it? If so, could someone clue me in on which places I need to update to do that? I found 16 project.xml files that reference it, +1 -- Half of those

Removing Ant build files from Struts Action

2005-12-28 Thread Wendy Smoak
Is anyone using any of these files in struts/action/trunk ? build.xml build.legacy.xml build.properties.sample build.properties.sample.lib build.properties.sample.repo build-all-clean.bat.sample The build.xml file was added for Gump [0] which is now using Maven.

Volunteers page

2005-12-28 Thread Wendy Smoak
While editing the volunteers page, I noticed that both Steve Raeburn and James Turner appear twice. Was the intent of r280836 to move them to the emeritus section? -- Wendy - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Mailreader example app

2005-12-28 Thread Wendy Smoak
As Frank mentioned, there seems to be a class missing from MailReader. In r354948 a reference to oas.apps.mailreader.actions.MainMenuAction was added to struts-config.xml, but I don't see the class anywhere. (Ted?) Thanks, -- Wendy

Re: Missing dependency

2005-12-27 Thread Wendy Smoak
On 12/27/05, Andres Paz Sampedro [EMAIL PROTECTED] wrote: I saw you added a pom.xml file. Is it now possible to build struts using maven 2? That would be great, I was really struggling with that last week and since I had never used maven before I thought it was a problem on my side. You can

Re: Missing dependency

2005-12-26 Thread Wendy Smoak
On 12/26/05, Andres Paz Sampedro [EMAIL PROTECTED] wrote: I'm trying to compile struts/action in Eclipse. After getting dependencies using the get-deps target I still get errors in 2 classes: DynaBeanInterceptor DynaActionFormClass Both have dependency on classes from the net.sf.cglib

Re: Missing dependency

2005-12-26 Thread Wendy Smoak
On 12/26/05, Andres Paz Sampedro [EMAIL PROTECTED] wrote: I'm trying to compile struts/action in Eclipse. After getting dependencies using the get-deps target Eventually the word target sinks in, and I realize you must be using the Ant build! If so, that build.xml file is generated from the

Re: [VOTE] Struts Shale 1.0.0 Quality

2005-12-23 Thread Wendy Smoak
problem is fixed in the trunk (r358730) -- it was only happening with JDK 1.4. Instructions to help users correct the problem, and a hotfix with the missing documentation, are available here if needed: http://wiki.wsmoak.net/cgi-bin/wiki.pl?Shale100 -- Wendy Smoak

Re: [VOTE] Struts Shale 1.0.0 Quality

2005-12-21 Thread Wendy Smoak
On 12/5/05, Craig McClanahan [EMAIL PROTECTED] wrote: Once you have had a chance to assess to quality of this build, please respond with a vote on the quality: The core-library API docs are missing from the 1.0.0 build. Other than that, I don't see anything that hasn't already been reported.

Re: 1.3.0 Release - Next Steps

2005-12-20 Thread Wendy Smoak
On 12/12/05, Ted Husted [EMAIL PROTECTED] wrote: If we think the problem is the tests, rather than the code, then I don't believe that the issue should affect whether we release. That's what I think. I've had 1.3.0-dev in production since mid-September and the app uses most of the Struts-EL

Bugzilla config

2005-12-18 Thread Wendy Smoak
I added a comment on Bug 33202, and it looks like the email only went to Joe. (The bug is assigned to him.) Shouldn't the emails always go to [EMAIL PROTECTED] Thanks, -- Wendy - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Removing ChainAction and DispatchChainAction

2005-12-18 Thread Wendy Smoak
On bugs 33202 and 33996 there is a proposal to remove ChainAction and DispatchChainAction. If we're going to do it before 1.3, now is the time. http://issues.apache.org/bugzilla/show_bug.cgi?id=33202 http://issues.apache.org/bugzilla/show_bug.cgi?id=33996 I started a trivial example app to try

Re: Removing ChainAction and DispatchChainAction

2005-12-18 Thread Wendy Smoak
On 12/18/05, Martin Cooper [EMAIL PROTECTED] wrote: We're using ChainAction (I'm not a fan of Dispatch* ;) with Struts 1.2.8, where we don't have the luxury of the parameter mechanism for mapping actions to commands. While having this available in 1.3.x would slightly ease migration for us,

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:

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=356434view=rev Log: Initial checkin of a JavaSE 5 based layer on top of standard Shale functionality. ... +project

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

2005-12-12 Thread Wendy Smoak
On 12/7/05, Ted Husted [EMAIL PROTECTED] wrote: If the plan is to continue using a hybrid build scheme, then I would have to vote +0. (Since I think I'm the one who added that part as a quick fix...) Don, see if this does what you need it to:

Re: how can i use tabs in struts. please give me a reply

2005-12-09 Thread Wendy Smoak
On 12/9/05, Sony Thomas [EMAIL PROTECTED] wrote: How can I use tabs in jsp pages in my struts application. Is there is any tab container stuff. Can anyone help me please. I use Struts Menu: http://struts-menu.sourceforge.net/ Struts Layout is another option:

Re: how can i use tabs in struts. please give me a reply

2005-12-09 Thread Wendy Smoak
On 12/9/05, Ted Husted [EMAIL PROTECTED] wrote: And, do please keep questions like this on the Struts User list. (Sorry! That's twice this week I haven't noticed which list a mesage was posted to. :/ ) -- Wendy - To

Re: [OT] IDE Haters (Was Re: Logging in MailReader 1.3)

2005-12-09 Thread Wendy Smoak
On 12/9/05, Frank W. Zammetti [EMAIL PROTECTED] wrote: Bad news though... check this out... The system is out of resources. Consult the following stack trace for details. java.lang.OutOfMemoryError + | Building nightlies Struts Site | Memory:

Re: [OT] IDE Haters (Was Re: Logging in MailReader 1.3)

2005-12-09 Thread Wendy Smoak
On 12/9/05, Frank W. Zammetti [EMAIL PROTECTED] wrote: Martin Cooper wrote: My turn to date myself, along with Frank. ;-) No wories, we're not women :) (Oh boy, I think I see Wendy getting ready to fire off a reply - LOL!) (You think I'm _that_ easily offended?!) I'm just enjoying the war

Re: [OT] IDE Haters (Was Re: Logging in MailReader 1.3)

2005-12-09 Thread Wendy Smoak
On 12/9/05, Patrick Lightbody [EMAIL PROTECTED] wrote: I definitely agree that a lot of Java users are at a point where they don't know what a class path is, much less the importance of ClassLoader hierarchies. It's unfortunate that using an IDE gets associated with that. There's using an

Chain questions

2005-12-08 Thread Wendy Smoak
I need help with Commons Chain and Struts in combination. I've read the Commons Chain docs, including the cookbook, which uses a CommandAction in the Chain version of mailreader. Then in Extras we have ChainAction and DispatchChainAction. I assume I'm supposed to use one of those instead of

Re: Chain questions

2005-12-08 Thread Wendy Smoak
On 12/8/05, Joe Germuska [EMAIL PROTECTED] wrote: Are you talking about dispatching to a chain, instead of dispatching to a method by reflection? If that's the case, you could do it using the commons-chain Lookup Command, although it might be more elegant ... Yes, I was looking for the

Re: bug 7817,please help

2005-12-06 Thread Wendy Smoak
On 12/6/05, osama awad [EMAIL PROTECTED] wrote: Hello, I am a struts developer who is working on a struts 1.0 application, I am having a problem that html:hidden tag not invoking setter on form bean, this bug is reported on

Re: 1.3.0 Release - Next Steps

2005-12-06 Thread Wendy Smoak
Coming back around to the pending 1.3 release... It looks like Commons Resources is coming along well, thanks to Niall, Rahul and Christian. Laurie, can we please have an update on Bug 37730 and the Enhanced DynaActionForm addition in general? 37301 is also still open. Thanks! The Cactus

PDF documentation

2005-12-03 Thread Wendy Smoak
Somewhere on the website conversion plan is PDF version of the site. I've been trying it occasionally, reporting issues and working with Lukas and Arnaud on [EMAIL PROTECTED] to fix the problems. Here's a preview of the Struts Tiles doc that Greg has been working on:

Re: [Standalone Tiles] Major Refactoring (Long)

2005-12-03 Thread Wendy Smoak
On 12/3/05, Joe Germuska [EMAIL PROTECTED] wrote: At 11:19 PM -0700 12/2/05, Wendy Smoak wrote: tiles-core-0.2-20051203.01.jar 02-Dec-2005 21:56 82K tiles-core-0.2-20051203.060733.jar 02-Dec-2005 22:07 82K tiles-core-0.2-SNAPSHOT.jar 02-Dec-2005 22:07 82K

Re: PDF documentation

2005-12-03 Thread Wendy Smoak
On 12/3/05, Martin Cooper [EMAIL PROTECTED] wrote: This looks really good. The only gripe I would have is that it would be nice if we could adjust the column widths in the tag attribute descriptions. As it is now, it looks like the space is distributed evenly between the columns, but it would

Re: svn commit: r353807 - in /struts/scripting/trunk: maven.xml project.xml xdocs/README.xsl xdocs/index.xml xdocs/navigation.xml xdocs/source-guide.xml

2005-12-03 Thread Wendy Smoak
On 12/3/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Author: mrdon Date: Sat Dec 3 19:51:00 2005 New Revision: 353807 URL: http://svn.apache.org/viewcvs?rev=353807view=rev +!-- The following two dependencies are only used during the build process -- Don, before you tag it, can you

Re: Struts Scripting _test_ build

2005-12-03 Thread Wendy Smoak
On 12/3/05, Don Brown [EMAIL PROTECTED] wrote: Since this is my first Struts release, I created a test build [1] for the Struts Scripting 1.0.0 release that I'd like some feedback, por favor, from the distribution gods (I'm looking at you Martin, Niall, and Wendy) :) If no one sees anything

Re: [VOTE] Confirm Shale 1.0.0 Test Build Release Plan

2005-12-02 Thread Wendy Smoak
On 12/2/05, Niall Pemberton [EMAIL PROTECTED] wrote: Also looking at the build.xml, the dependency download also includes three Commons components not mentioned on the website or in the release plan (Codec 1.2, Collections 3.0 and FileUpload 1.0). Those three are for MyFaces:

Re: svn commit: r351781 - in /struts/apps/trunk/mailreader/src: java/org/apache/struts/apps/mailreader/resources/ApplicationResources.properties webapp/Registration.jsp webapp/WEB-INF/entities/registe

2005-12-02 Thread Wendy Smoak
On 12/2/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: Author: husted Date: Fri Dec 2 09:52:55 2005 New Revision: 351781 URL: http://svn.apache.org/viewcvs?rev=351781view=rev Log: * Registration.jsp - Give submit and reset buttons names so that they can be invoked by automatic tests.

Re: [Standalone Tiles] Major Refactoring (Long)

2005-12-02 Thread Wendy Smoak
On 12/2/05, Joe Germuska [EMAIL PROTECTED] wrote: That is, using maven jar:deploy-snapshot, you can build and deploy a SNAPSHOT library independent of the version in the POM. Similarly with jar:install-snapshot, dist:deploy-snapshot, etc. In short, it builds a JAR with a timestamped version

Re: svn commit: r351883 - in /struts/apps/trunk/mailreader/src/webapp/WEB-INF: entities/profile-open.xml entities/subscription-add-page.xml entities/subscription-add.xml webtest.xml

2005-12-02 Thread Wendy Smoak
On 12/2/05, [EMAIL PROTECTED] [EMAIL PROTECTED] wrote: URL: http://svn.apache.org/viewcvs?rev=351883view=rev Log: WebTest.xml * Add test against duplicate subscription hosts. * Include reference to use case step in test descriptions. * Include remaining tests as TODOs Thanks, Ted! I'm

Re: [Standalone Tiles] Major Refactoring (Long)

2005-12-02 Thread Wendy Smoak
On 12/2/05, Joe Germuska [EMAIL PROTECTED] wrote: In short, it builds a JAR with a timestamped version (like struts-core-20051106.203359.jar) and then makes a copy of it with the name struts-core-SNAPSHOT.jar So for my team, if we are depending on a nightly build, we use the timestamped

<    4   5   6   7   8   9   10   11   12   >