Re: s2 localization - want to chat

2007-03-21 Thread Antonio Petrelli
2007/3/21, Don Brown [EMAIL PROTECTED]: Swing by the #struts room at irc.freenode.net. It isn't google chat, but many clients like Gaim (Linux), Colloquy (OSX), and mIRC (Windows) are available. The problem is that someone cannot use IRC through a proxy (like me), but GoogleTalk (or chat)

Re: Struts 2 snapshot dependencies

2007-03-21 Thread Antonio Petrelli
2007/3/21, Wendy Smoak [EMAIL PROTECTED]: The snapshot dependencies in Struts 2 releases are causing comments... http://jira.codehaus.org/browse/MEV-511 I think that the problem is at the very base: IMHO each plugin should be a different project, not a module of Struts 2.

Re: Struts 2 jars are missing signatures in the Maven repo

2007-03-21 Thread Ted Husted
Strangely, it still doesn't work. :( I tried concatenating the key to authorized_keys, and I tried the new key as authorized_key by itself (with the correct permissions), and deploy still prompts me for a password, over and over again. For some reason, from Cygwin, I can't ssh to people, even

Re: [s2] Struts 2.0.7 Status

2007-03-21 Thread Ted Husted
We need another volunteer to perform step #6 of the release gauntlet, which stages the JARs as Maven artifacts * http://struts.apache.org/2.x/docs/creating-and-signing-a-distribution.html My CygWin SSH setup is still muddled. I tried running it using password authentication three times, but did

Re: Struts 2 snapshot dependencies

2007-03-21 Thread Ted Husted
On 3/20/07, Wendy Smoak [EMAIL PROTECTED] wrote: Can any of these be removed in favor of released versions? No idea. The dependencies in question relate to * Annotations * Hosted QA * Maven * Plexus * Tiles Plexus and Tiles are on the experimental/beta plugins list in the release notes, so

Re: Unittest - catch 22

2007-03-21 Thread Nils-Helge Garli
It's definetively a weakness in the tests, and illustrates how fragile unit testing with mock objects is. Even though testing of the debug logging might not be that interesting, these tests will proably have to be frequently updated when changes occur in the code they test. So my point of view is

Re: Struts 2 snapshot dependencies

2007-03-21 Thread Antonio Petrelli
2007/3/21, Ted Husted [EMAIL PROTECTED]: If there are better versions of Tiles or Plexus that we can use, then someone who uses those bits should submit a patch. About Tiles, there is version 2.0.1 (alpha). But the code changed a lot since the last snapshot of 2.0, so I have to change some

Re: Struts 2 snapshot dependencies

2007-03-21 Thread Wendy Smoak
On 3/21/07, Ted Husted [EMAIL PROTECTED] wrote: Aside from what is already on the list, what else else we need to use the fabled release plugin. Time, as usual. :) Someone needs to try it, see what happens, and work through any issues that come up. It is important to note that the ASF

Re: Struts 2 jars are missing signatures in the Maven repo

2007-03-21 Thread Wendy Smoak
On 3/21/07, Ted Husted [EMAIL PROTECTED] wrote: For some reason, from Cygwin, I can't ssh to people, even with the password. Unless command-line ssh works, nothing else could be expected to. I think some combination of PuTTY and scpexe:// urls (instead of scp://) should work. I'll put it on

Re: Struts 2 jars are missing signatures in the Maven repo

2007-03-21 Thread Antonio Petrelli
2007/3/21, Ted Husted [EMAIL PROTECTED]: For some reason, from Cygwin, I can't ssh to people, even with the password. I remember some time ago that, under windows, I had to use SSH for windows, because cygwin package was buggy: http://sshwindows.sourceforge.net/ HTH Antonio

Re: Struts 2 jars are missing signatures in the Maven repo

2007-03-21 Thread Ted Husted
On 3/21/07, Wendy Smoak [EMAIL PROTECTED] wrote: On 3/21/07, Ted Husted [EMAIL PROTECTED] wrote: For some reason, from Cygwin, I can't ssh to people, even with the password. Unless command-line ssh works, nothing else could be expected to. The odd part is th CygWin ssh doesn't work now even

Re: Struts 2 jars are missing signatures in the Maven repo

2007-03-21 Thread Brian Pontarelli
The latest version of SSH from Cygwin should work. Ensure that your authorized_keys is only read and writable by the user and not the group or everyone. Otherwise SSHD will reject it. Also ensure that the server you are connecting to has a modern version of SSH. If it doesn't you might need to

Re: [s2] Struts 2.0.7 Status

2007-03-21 Thread James Mitchell
Have you found a volunteer yet? -- James Mitchell The Ruby Roundup http://www.rubyroundup.com/ On Mar 21, 2007, at 8:22 AM, Ted Husted wrote: We need another volunteer to perform step #6 of the release gauntlet, which stages the JARs as Maven artifacts *

Re: Struts 2 jars are missing signatures in the Maven repo

2007-03-21 Thread Ted Husted
On 3/21/07, Brian Pontarelli [EMAIL PROTECTED] wrote: The latest version of SSH from Cygwin should work. How do I determine what is the latest version? Ensure that your authorized_keys is only read and writable by the user and not the group or everyone. Otherwise SSHD will reject it. Also

Re: s2 localization - want to chat

2007-03-21 Thread Martin Cooper
On 3/21/07, Antonio Petrelli [EMAIL PROTECTED] wrote: 2007/3/21, Don Brown [EMAIL PROTECTED]: Swing by the #struts room at irc.freenode.net. It isn't google chat, but many clients like Gaim (Linux), Colloquy (OSX), and mIRC (Windows) are available. The problem is that someone cannot use

Re: [s2] Struts 2.0.7 Status

2007-03-21 Thread Ted Husted
Nope. On 3/21/07, James Mitchell [EMAIL PROTECTED] wrote: Have you found a volunteer yet? -- James Mitchell The Ruby Roundup http://www.rubyroundup.com/ On Mar 21, 2007, at 8:22 AM, Ted Husted wrote: We need another volunteer to perform step #6 of the release gauntlet, which stages the

Re: Struts 2 jars are missing signatures in the Maven repo

2007-03-21 Thread Nate Drake
If it doesn't you might need to create a second file named authorized_keys2, which is used by some SSHD versions to support dsa. Lastly, I would also try turning on SSH debugging on the client side. This will often show you what is going wrong with the connection. How is client-side

Re: [s2] Struts 2.0.7 Status

2007-03-21 Thread James Mitchell
Ok, I'll do it. So, going from the below wiki page, there's a couple of steps that I'll have to do prior to #6. I know I need to at least start at #4. So I'll start there. -- James Mitchell The Ruby Roundup http://www.rubyroundup.com/ On Mar 21, 2007, at 12:43 PM, Ted Husted wrote:

Re: Codebehind issue?

2007-03-21 Thread Usama Rashwan
Hi Brian, did u checked this thread http://forums.opensymphony.com/thread.jspa?threadID=71257tstart=15 and Note , the struts.codebehind.defaultPackage is the package name defined in struts.xml not the real package name for example [code] struts package

Re: Codebehind issue?

2007-03-21 Thread Brian Pontarelli
Yeah, I've done some more investigation. The Struts docs are pretty lacking in general and I've brought up most of the doc issues before. I think there are still bugs out there for them. I'm hoping to help clean them up next week. I was supposed to start on a large project a few weeks ago that

Re: [s2] Struts 2.0.7 Status

2007-03-21 Thread Ted Husted
I don't know if you needed to do #4 or not, it seems to do some building as it goes. For an issue ticket, you could use WW-1834. We would probably need to change the HEAD too. -T. On 3/21/07, James Mitchell [EMAIL PROTECTED] wrote: There's no api/ under STRUTS_2_0_X branch, so the assembly is

Re: [s2] Struts 2.0.7 Status

2007-03-21 Thread James Mitchell
There's no api/ under STRUTS_2_0_X branch, so the assembly is failing. I made a quick fix to remove those references (fileset) and trying again. I suppose I should commit this, unless we need the api as part of the distribution. If so, which Jira should I reference? -- James Mitchell

Re: Struts 2 jars are missing signatures in the Maven repo

2007-03-21 Thread Brian Pontarelli
You don't have to have ssh-agent running in order to use certificates and keys. This only helps reduce the number of times you need to type in the passphrase for the private key. You should be able to use a DSA certificate and key file without any agent running. -bp Martin Cooper wrote: On

Re: Struts 2 jars are missing signatures in the Maven repo

2007-03-21 Thread Brian Pontarelli
Yeah, start with client side debugging and see if it tells you anything. You can tell the version like this: ssh -V It should be something like: OpenSSH_4.5p1, OpenSSL 0.9.8d 28 Sep 2006 Here's an example of a correct DSA pub key handling from my debug out put: $ ssh -v [EMAIL

Re: Struts 2 jars are missing signatures in the Maven repo

2007-03-21 Thread Martin Cooper
On 3/21/07, Ted Husted [EMAIL PROTECTED] wrote: On 3/21/07, Wendy Smoak [EMAIL PROTECTED] wrote: On 3/21/07, Ted Husted [EMAIL PROTECTED] wrote: For some reason, from Cygwin, I can't ssh to people, even with the password. Unless command-line ssh works, nothing else could be expected to.

Re: Codebehind issue?

2007-03-21 Thread Claus Ibsen
Brian you got enough memory setup for Maven? I have MAVEN_OPTS=-Xmx512m and have no problems. - Posted via Jive Forums http://forums.opensymphony.com/thread.jspa?threadID=71861messageID=134516#134516

Re: Codebehind issue?

2007-03-21 Thread Brian Pontarelli
I use the default memory, which is 64 or 128 I think. However, I'm a little surprised that unit tests should be creating more than 64M worth of objects (minus the maven footprint). This seems like an issue to me. After each test case all test objects should be released. If a test creates a

Re: [s2] Struts 2.0.7 Status

2007-03-21 Thread Ted Husted
On 3/21/07, James Mitchell [EMAIL PROTECTED] wrote: I was under the impression that I will be deploying my locally built artifacts. Yes, it's just not clear to me whether deploy creates the artifacts. It seems to be building and testing something. But, it probably wouldn't work clean anyway.

[S2] [VOTE] Struts 2.0.7 Quality

2007-03-21 Thread Ted Husted
The Struts 2.0.7 test build is now available. Release notes: * http://struts.apache.org/2.x/docs/release-notes-207.html Distribution: * http://people.apache.org/builds/struts/2.0.7/ The Maven 2 staging repository is not yet available, but when it is, it will be in the

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 (fileset) and

Re: Error in showcase

2007-03-21 Thread Ted Husted
Not yet, you can go ahead an open one for 2.0.8. There's also * https://issues.apache.org/struts/browse/WW-1793 * https://issues.apache.org/struts/browse/WW-1539 * https://issues.apache.org/struts/browse/WW-1533 * https://issues.apache.org/struts/browse/WW-1560 On 3/21/07, Claus Ibsen

Re: s2 localization - want to chat

2007-03-21 Thread Rene Gielen
That's why I always liked the Webwork chatroom, as it is part of the project and accessible via web :) I would be interested to join discussion, if timeslot fits. For me any option, including IRC, is quite ok, although I have restrictions during my dayjob, too. But regarding timezones, this

Re: [s2] Struts 2.0.7 Status

2007-03-21 Thread James Mitchell
I'm trying to move forward on this and not sure what the next step is. I'm pretty sure that step #6 did not do what it was supposed to do. When I compare what's under 2.0.6... /home/jmitchell/apache_home/apache-tomcat-5.5.20/ I only see struts2-assemply/ and not all the other modules.

Re: s2 localization - want to chat

2007-03-21 Thread Philip Luppens
Same here - my day job makes it really hard at the moment, but I would like to attend this discussion as well. I'd prefer somewhere around 21.00 GMT during the week - IRC/Jabber/.. - Phil On 3/21/07, Rene Gielen [EMAIL PROTECTED] wrote: That's why I always liked the Webwork chatroom, as it is

Re: s2 localization - want to chat

2007-03-21 Thread Ted Husted
Is the WW chatroom still open? That would be a good a place as any. Just try and post the transcript, so that it become part of the regular development discussions. (If it didn't happen on the list, it didn't happen.) -Ted. On 3/21/07, Philip Luppens [EMAIL PROTECTED] wrote: Same here - my

Re: [s2] Struts 2.0.7 Status

2007-03-21 Thread Ted Husted
For some reason, the rest of the folders didn't move over with struts2-assembly, so I moved it back and tried again, and it seems fine now. Thanks so much, James! -Ted. On 3/21/07, James Mitchell [EMAIL PROTECTED] wrote: I'm trying to move forward on this and not sure what the next step is.

Re: [s2] Struts 2.0.7 Status

2007-03-21 Thread James Mitchell
So, is that it? What else can I do? Did all the files make it? -- James Mitchell The Ruby Roundup http://www.rubyroundup.com/ On Mar 21, 2007, at 8:48 PM, Ted Husted wrote: For some reason, the rest of the folders didn't move over with struts2-assembly, so I moved it back and tried again,

Re: [s2] Struts 2.0.7 Status

2007-03-21 Thread Ted Husted
Yep, it's all done except for the voting. On 3/21/07, James Mitchell [EMAIL PROTECTED] wrote: So, is that it? What else can I do? Did all the files make it? -- James Mitchell The Ruby Roundup http://www.rubyroundup.com/ On Mar 21, 2007, at 8:48 PM, Ted Husted wrote: For some reason, the

Re: s2 localization - want to chat

2007-03-21 Thread James Mitchell
Yes, I'm in there right now. No one here but me and the bot;) Server: conference.chat.opensymphony.com Port: 5222 -- James Mitchell The Ruby Roundup http://www.rubyroundup.com/ On Mar 21, 2007, at 8:38 PM, Ted Husted wrote: Is the WW chatroom still open? That would be a good a place as

Orphaned file?

2007-03-21 Thread James Mitchell
What's the status of core/src/main/etc/taglib-settings.xml ? I keep seeing Eclipse complain about the invalid syntax, so I grep'd around and can't find a single reference to it. I'm guessing that it used to be part of the old way we created the tld file. Anyone care if I remove it? --

Re: [s2] Struts 2.0.7 Status

2007-03-21 Thread Wendy Smoak
On 3/21/07, Ted Husted [EMAIL PROTECTED] wrote: On 3/21/07, James Mitchell [EMAIL PROTECTED] wrote: I was under the impression that I will be deploying my locally built artifacts. Yes, it's just not clear to me whether deploy creates the artifacts. It seems to be building and testing

Re: s2 localization - want to chat

2007-03-21 Thread Wendy Smoak
On 3/21/07, Ted Husted [EMAIL PROTECTED] wrote: Is the WW chatroom still open? That would be a good a place as any. Just try and post the transcript, so that it become part of the regular development discussions. (If it didn't happen on the list, it didn't happen.) Codehaus irc has a web

Re: s2 localization - want to chat

2007-03-21 Thread Paul Benedict
Great. Then you will see the conversation I had to day with Rene. It's nothing spectacular, but these were our talking points: * Will try to create a shared localization project between s1/s2 * 1.4 will help transition users to 2 as much as possible * Will be updating the patch * New s2