Re: [S2] [VOTE] Struts 2.0.7 Quality

2007-03-23 Thread mraible
+1 GA - all tests pass in AppFuse. Matt Ted Husted-4 wrote: > > 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/ > >

Re: OGNL performance detrimental to Struts 2

2007-03-23 Thread Brian Pontarelli
Not sure what the profiler data looks like but if the profiler is indeed stating that OGNL code is taking the most processor time and it is indeed 5-10 times slower, than the performance tuning page doesn't look like it will address these issues. However, it could simply be the profiler data is

Re: OGNL performance detrimental to Struts 2

2007-03-23 Thread Ted Husted
Has anyone rerun these type of benchmarks in light of the performance tuning page? * http://struts.apache.org/2.x/docs/performance-tuning.html -Ted. On 12/11/06, dice <[EMAIL PROTECTED]> wrote: By my own benchmarking I am finding Struts 2 somewhere between 5-10 times slower than Struts 1 in J

Re: struts-tags.tld

2007-03-23 Thread Dave Newton
--- James Mitchell <[EMAIL PROTECTED]> wrote: > I'm also not able to do taglib completion on the > struts tags in the jsp editor, because it can't find > the tld, but I'm sure I'm just missing some setting > in Eclipse. The only times that's happened to me are when I had the wrong <%@ taglib...%

Re: struts-tags.tld

2007-03-23 Thread James Mitchell
Sure. Actually, it's a bit odd. I used to be able to run the showcase and/ or mailreader from within Eclipse WTP. When the ajax stuff got pulled out into a plugin, the apps would run, but I got errors when I tried hitting any of the pages that used the dojo stuff. Deploying from the comm

Re: XWork build failing

2007-03-23 Thread James Mitchell
I'm on a MacBook Pro. You can also look under target/surefire-reports/(test class).txt -- James Mitchell The Ruby Roundup http://www.rubyroundup.com/ On Mar 23, 2007, at 11:29 AM, Ted Husted wrote: On 3/23/07, Piero Sartini <[EMAIL PROTECTED]> wrote: Am Donnerstag, 22. März 2007 schrieb Cl

Re: XWork build failing

2007-03-23 Thread Piero Sartini
Am Freitag, 23. März 2007 schrieb Ted Husted: > On 3/23/07, Piero Sartini <[EMAIL PROTECTED]> wrote: > > Am Donnerstag, 22. März 2007 schrieb Claus Ibsen: > > > Isn't it a unit test executed by surefire? that tests what happens if > > > you do a XSLTransformation with an invalid filename, and thus

Re: struts-tags.tld

2007-03-23 Thread Musachy Barroso
Because I forgot to remove it(in 2.1) :), you can delete it musachy On 3/23/07, James Mitchell <[EMAIL PROTECTED]> wrote: Now that we generate the TLDs, why is struts-tags.tld still under svn? Seems like it will get out of sync eventually. -- James Mitchell The Ruby Roundup http://www.rubyr

struts-tags.tld

2007-03-23 Thread James Mitchell
Now that we generate the TLDs, why is struts-tags.tld still under svn? Seems like it will get out of sync eventually. -- James Mitchell The Ruby Roundup http://www.rubyroundup.com/ - To unsubscribe, e-mail: [EMAIL PROTECTE

Re: XWork build failing

2007-03-23 Thread Ted Husted
On 3/23/07, Piero Sartini <[EMAIL PROTECTED]> wrote: Am Donnerstag, 22. März 2007 schrieb Claus Ibsen: > Isn't it a unit test executed by surefire? that tests what happens if you > do a XSLTransformation with an invalid filename, and thus it log it at > ERROR level but the test is fine. But the

Re: XWork build failing

2007-03-23 Thread Piero Sartini
Ok, I checked it again and you are right. I assumed it is the XSLTResult because it is the last error I see when the tests are finnished. Actually, the errors are: [surefire] Running org.apache.struts2.views.jsp.PortletUrlTagTest [surefire] Tests run: 8, Failures: 1, Errors: 0, Time elapsed: 1,3

Re: XWork build failing

2007-03-23 Thread Claus Ibsen
Piero Are you sure surefire tests really fails. It reports something like <<< FAILURE in the output if it fails. The test can output logging at ERROR level and still not fail the test. Could you double check it and report back. ---

Re: Akrogen plugin eclipse to generate Struts 2.x components

2007-03-23 Thread Angelo zerr
Sorry for my error you can go at http://akrogen.sourceforge.net/1_0_2/index.html 2007/3/23, Angelo zerr <[EMAIL PROTECTED]>: I have translated the page of the 1.0.2 version of Akrogen you can go at http://akrogen.sourceforge.net/1_0_2/index.html

Re: Akrogen plugin eclipse to generate Struts 2.x components

2007-03-23 Thread Angelo zerr
I have translated the page of the 1.0.2 version of Akrogen you can go at http://akrogen.sourceforge.net/1_0_2/index.html Regards Angelo 2007/3/23, Angelo zerr <[EMAIL PROTECTED]>: Hi, I post my message in this forum, because perhaps somebody

Write access to confluence

2007-03-23 Thread Piero Sartini
I often come accross information in the wiki I would like to enhance. In the "how-to-help" pages is described the possibility of posting comments - but could not find this functionality. I did sign a CLA few days ago anyway, is it possible to upgrade my account (psartini) ? Piero -

Re: How to get Started

2007-03-23 Thread Ted Husted
These would be the existing starting points. * http://struts.apache.org/helping.html * http://struts.apache.org/dev/builds.html * http://struts.apache.org/2.x/docs/contributors-guide.html -Ted. On 3/23/07, Felipe Rodrigues <[EMAIL PROTECTED]> wrote: In the truth, I just requested a simple O

Re: [S2] [VOTE] Struts 2.0.7 Quality

2007-03-23 Thread Piero Sartini
Am Freitag, 23. März 2007 schrieb Ted Husted: > Actually, that's perfect :) +1 (GA) then :) - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

Re: How to get Started

2007-03-23 Thread Felipe Rodrigues
In the truth, I just requested a simple Open Source license for IDEA. The response was to send her an email from my apache.org account. That is why I asked it here. I've sent another email to her explaning that I am not a committer, and sent her some others open source projects that I work on. I t

Re: XWork build failing

2007-03-23 Thread Piero Sartini
Am Donnerstag, 22. März 2007 schrieb Claus Ibsen: > Isn't it a unit test executed by surefire? that tests what happens if you > do a XSLTransformation with an invalid filename, and thus it log it at > ERROR level but the test is fine. But the test fails, and this should not happen I assume? [INF

Re: [S2] [VOTE] Struts 2.0.7 Quality

2007-03-23 Thread Ted Husted
Actually, that's perfect :) On 3/23/07, Piero Sartini <[EMAIL PROTECTED]> wrote: I am using 2.0.7 since it became available to develop my application. Everything works fine and there are no problems. But I am not sure if this is enough to make a vote or if more extensive testing is expected. Pi

Re: [S2] [VOTE] Struts 2.0.7 Quality

2007-03-23 Thread Piero Sartini
I am using 2.0.7 since it became available to develop my application. Everything works fine and there are no problems. But I am not sure if this is enough to make a vote or if more extensive testing is expected. Piero - To uns

Re: How to get Started

2007-03-23 Thread Ted Husted
On 3/23/07, Felipe Rodrigues <[EMAIL PROTECTED]> wrote: How do I get a apache.org email account to get the IDEA License? The Apache Software Foundation is an organization, and not a free web host, like SourceForge or GoogleCode. An ASF account is earned by making sustained and welcome contribut

Re: How to get Started

2007-03-23 Thread Philip Luppens
On 3/23/07, Felipe Rodrigues <[EMAIL PROTECTED]> wrote: Right. I use eclipse. I'm just curious about IntelliJ and how does it work with maven. humm... Only commiters. So I will have to try another way. Thanks any way. Perhaps this could provide you with some insights (because I don't think y

Re: How to get Started

2007-03-23 Thread Felipe Rodrigues
Right. I use eclipse. I'm just curious about IntelliJ and how does it work with maven. humm... Only commiters. So I will have to try another way. Thanks any way. Antonio Petrelli-3 wrote: > > 2007/3/23, Felipe Rodrigues <[EMAIL PROTECTED]>: >> >> How do I get a apache.org email account to get

Re: How to get Started

2007-03-23 Thread Antonio Petrelli
2007/3/23, Felipe Rodrigues <[EMAIL PROTECTED]>: How do I get a apache.org email account to get the IDEA License? But you use Eclipse, right? Only committers and above ranks have an apache.org account. Antonio - To unsubscri

Re: How to get Started

2007-03-23 Thread Felipe Rodrigues
How do I get a apache.org email account to get the IDEA License? Philip Luppens wrote: > > On 3/23/07, Felipe Rodrigues <[EMAIL PROTECTED]> wrote: >> >> Ok, >> >> I still got a quesiton. >> When working in a issue to version 2.0.8, what tag (or module) from SVN >> must >> I checkout and how >>

Re: [S2] [VOTE] Struts 2.0.7 Quality

2007-03-23 Thread Nate Drake
+1 (GA) On 3/23/07, Ted Husted <[EMAIL PROTECTED]> wrote: There's not an actual drop-dead date. Like merit, quality votes never expire. The 72-hour clause just means that if we had 3 +1s by then, and nothing seemed awry, we might go ahead and announce it. Hey, elsewhere, I've been known to ca

Akrogen plugin eclipse to generate Struts 2.x components

2007-03-23 Thread Angelo zerr
Hi, I post my message in this forum, because perhaps somebody would be interset with my project. I'm developping plugin eclipse Akrogen http://akrogen.sourceforge.net/index.html which is able to generate code. With Akrogen you can write your wizard page with XML. But I'm developping new version

Re: [S2] [VOTE] Struts 2.0.7 Quality

2007-03-23 Thread Ted Husted
There's not an actual drop-dead date. Like merit, quality votes never expire. The 72-hour clause just means that if we had 3 +1s by then, and nothing seemed awry, we might go ahead and announce it. Hey, elsewhere, I've been known to cast positive quality votes even weeks after the announcement, j

Re: How to get Started

2007-03-23 Thread Philip Luppens
On 3/23/07, Felipe Rodrigues <[EMAIL PROTECTED]> wrote: Ok, I still got a quesiton. When working in a issue to version 2.0.8, what tag (or module) from SVN must I checkout and how proceed to commit my changes? You should check out the 2.0.x branch (STRUTS_2_0_X). If you encounter bugs, or are

Re: How to get Started

2007-03-23 Thread Ted Husted
There's a STRUTS_2_0_X tag that would become Struts 2.0.8. So you could checkout that tag $ svn co http://svn.apache.org/repos/asf/struts/struts2/branches/STRUTS_2_0_X and make the changes there. Then, create a patch and attach it to the issue. * http://struts.apache.org/helping.html#patches

Re: How to get Started

2007-03-23 Thread Dave Newton
--- Felipe Rodrigues <[EMAIL PROTECTED]> wrote: > how proceed to commit my changes? Commit your changes? d. Be a PS3 game guru. Get your game face on with the latest PS3 news and previews at Yahoo! Games. ht

Re: [S2] [VOTE] Struts 2.0.7 Quality

2007-03-23 Thread Dave Newton
User-boy here, likewise--I have a new gig and won't be able to look at it until Sunday. --- Philip Luppens <[EMAIL PROTECTED]> wrote: > Same here .. it would be easier if we could extend > the period until > after the weekend, making it easier for those not > able to work on S2 > during the day/w

Re: How to get Started

2007-03-23 Thread Felipe Rodrigues
Ok, I still got a quesiton. When working in a issue to version 2.0.8, what tag (or module) from SVN must I checkout and how proceed to commit my changes? Dave Newton-4 wrote: > > --- Felipe Rodrigues <[EMAIL PROTECTED]> > wrote: >> Can I use Eclipse as IDE and SVN client by >> Subclipse? > >

Re: [S2] [VOTE] Struts 2.0.7 Quality

2007-03-23 Thread Philip Luppens
Same here .. it would be easier if we could extend the period until after the weekend, making it easier for those not able to work on S2 during the day/week. Phil On 3/23/07, James Mitchell <[EMAIL PROTECTED]> wrote: Unfortunately, I got pulled away on a critical issue and was not able to run t

Re: [S2] [VOTE] Struts 2.0.7 Quality

2007-03-23 Thread James Mitchell
Unfortunately, I got pulled away on a critical issue and was not able to run through this as fully as I would have liked. So +0 from me, unless I can find more time before the 72 hours runs out. -- James Mitchell The Ruby Roundup http://www.rubyroundup.com/ On Mar 21, 2007, at 4:59 PM, Ted

Re: How to get Started

2007-03-23 Thread Dave Newton
--- Felipe Rodrigues <[EMAIL PROTECTED]> wrote: > Can I use Eclipse as IDE and SVN client by > Subclipse? Sure. > How to build a local version to test? http://cwiki.apache.org/WW/building-the-framework-from-source.html d.

Re: How to get Started

2007-03-23 Thread Claus Ibsen
Some info at the wiki http://struts.apache.org/2.x/docs/building-with-maven.html - Posted via Jive Forums http://forums.opensymphony.com/thread.jspa?threadID=72376&messageID=135035#135035

Re: XWork build failing

2007-03-23 Thread Claus Ibsen
Strange. On my XP it seems to work. D:\project\xwork>svn info Path: . URL: https://svn.opensymphony.com/svn/xwork/trunk Repository Root: https://svn.opensymphony.com/svn/xwork Repository UUID: e221344d-f017-0410-9bd5-d282ab1896d7 Revision: 1388 Node Kind: directory Schedule: normal Last Changed A