Re: classpath scanner

2008-06-02 Thread Lukasz Lenart
Hi, The xbean classes are under: com.opensymphony.xwork2.util.finder and ASM 3.1 will be jar-jared into: org.objectweb.asm.xwork Convention in sandbox was updated to use the xbean classes. Is it possible to checkout such version from repo? Regards -- Lukasz http://www.lenart.org.pl/

Re: classpath scanner

2008-06-02 Thread Lukasz Lenart
Hi, They are not on any repo, just on the trunk of their projects: http://svn.opensymphony.com/svn/xwork/trunk http://svn.apache.org/repos/asf/struts/sandbox/trunk/struts2-convention-plugin Thank you, I had in mean SVN repo ;-) I will try to use it in my projects. Regards -- Lukasz

Re: classpath scanner

2008-06-02 Thread Lukasz Lenart
Hi, Yes, at least it's working! It was somehow hard to configure it. Why you choose to use not standard configuration options for @Action (they are not related to struts.xml action's config)? Any why it's working with my project ;-) Regards -- Lukasz http://www.lenart.org.pl/

Re: classpath scanner

2008-06-02 Thread Lukasz Lenart
What configuration options? Sorry, not @Action but @Result and location attribute, but I think I understand now what it means ;-) Regards -- Lukasz http://www.lenart.org.pl/

Re: [PROPOSAL] Deprecate or remove Dojo plugin

2008-07-21 Thread Lukasz Lenart
Hi, Disregarding what path we take, I think it is fairly obvious that the Dojo plugin will end up unmaintained, that's why we should users know that we do not plan on upgrading from 0.4.3. I'm just wondering, what have to be done to migrate to the latest version of Dojo toolkit? I'm not using

Re: [PROPOSAL] Deprecate or remove Dojo plugin

2008-07-22 Thread Lukasz Lenart
You would have to start the tags from scratch. Very optimistic ;-) Maybe than, the jQuery is a better option to start from scratch.. Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Struts2 maven archetypes are missing from repo

2008-08-12 Thread Lukasz Lenart
Old snapshots were removed recently to free up disk space. We can re-publish the latest snapshots, but they really ought to be fixed up and released. Ok, but this mean that you broke the use of Maven2 archetype to generate Struts2 application, is there any alternative? And the archetypes with

Re: Struts2 maven archetypes are missing from repo

2008-08-12 Thread Lukasz Lenart
We can re-publish the latest snapshots, but they really ought to be fixed up and released. Where are the sources for them? Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: Struts2 maven archetypes are missing from repo

2008-08-12 Thread Lukasz Lenart
If that's a page intended for end users, unreleased snapshots should not be listed there. Maybe, but when you type mvn archetype:create will get the Struts2 archetypes, so it can be very confusing for new users, that this archetypes are gone ;-) Regards -- Lukasz http://www.lenart.org.pl/

Re: Struts2 maven archetypes are missing from repo

2008-08-12 Thread Lukasz Lenart
I worked on the 'blank' archetype recently to try to update it to Struts 2.1, but wasn't successful in getting it to work. You might need to check out an older revision if that's the one you need and you want a 2.0.x archetype. Ok, I will try to make it running... Regards -- Lukasz

Re: Struts2 Maven Archetypes

2008-08-18 Thread Lukasz Lenart
Hi, Just remove the whole directory maven2-repo\org\apache\maven\plugins\maven-archetype-plugin and start from beginning with mvn archetype:generate Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail:

Re: Struts2 Maven Archetypes

2008-08-18 Thread Lukasz Lenart
Is it safe to use this archetype? How long will it be available? I think yes, how long - I don't know ;-) Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands,

Re: Struts2 maven archetypes are missing from repo

2008-08-19 Thread Lukasz Lenart
It seems to be a problem for many. Have you fixed that yet? They are still not there on the m2 repo, any idea when they will back up on the repo? No, the problem isn't solved yet, I will try to prepare some test catalog to use with mvn archetype:generate, but it will take probbably few days.

Re: Struts2 maven archetypes are missing from repo

2008-08-19 Thread Lukasz Lenart
If someone is interested in, I've prepared some test archetype base on struts2-archetype-blank sources, it's available here (use -U to update archetype plugin): mvn archetype:generate -DarchetypeCatalog=http://www.lenart.org.pl/maven If it will be ok, I will prepare all other archetypes for

Re: Struts 2 archetypes

2008-08-26 Thread Lukasz Lenart
Hi, I also prepared some example, you can try it with mvn -U archetype:generate -DarchetypeCatalog=http://www.lenart.org.pl/maven -U is needed to upgrade to the latest maven-archetype-plugin (where you have generate goal) I don't know if I should follow with my work as Wendy did it already?

Re: Struts 2 archetypes

2008-09-02 Thread Lukasz Lenart
I updated the Starter archetype build to put LICENSE and NOTICE in the jar. I'm planning to stage this for a vote later today or tomorrow. https://svn.apache.org/repos/asf/struts/maven/branches/ARCHETYPES_2_0_X/struts2-archetype-starter If you'd like to test it: $ mvn archetype:generate

Re: Struts2 maven archetypes are missing from repo

2008-09-23 Thread lukasz . lenart
Hi, I'm working on Struts2 Blank Archetype, could someone translate this sentence to Spanish? English: You are logged in! Spanish: Thanks in advance! -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: [EMAIL

Re: Struts2 maven archetypes are missing from repo

2008-09-23 Thread lukasz . lenart
Thanks a lot! 2008/9/23, Gabriel Belingueres [EMAIL PROTECTED]: Spanish: ¡Estás logueado! I have another issue, mostly related to Maven users, but maybe someone can help. Under src/min/resources I have some *.properties and *-validation.xml files. How to copy them to new directory base on

Re: Struts2 maven archetypes are missing from repo

2008-09-23 Thread lukasz . lenart
The existing S2 archetypes put the resources under src/main/resources/archetype-resources and follow the normal Maven directory layout; I didn't think you had to do anything in particular. Not exactly, when you will put some resources (*.properties and *.xml) under archetype-resources, then

Re: Struts2 maven archetypes are missing from repo

2008-09-23 Thread lukasz . lenart
I think this is fixed in the new Archetype plugin, but I haven't had time to check. Thanks, I will check that... Kind regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional

Re: Struts2 maven archetypes are missing from repo

2008-09-24 Thread Lukasz Lenart
I found something like that and I will try it later at home http://www.nabble.com/how-to-make-archetype-resource-copy-as-package-structure-td18751132.html http://maven.apache.org/plugins/maven-archetype-plugin/specification/archetype-metadata.html Regards -- Lukasz http://www.lenart.org.pl/

Re: Struts2 maven archetypes are missing from repo

2008-09-24 Thread Lukasz Lenart
1. Running mvn archetype:generate and selecting 19=struts2-archetype-starter results in struts2-archetype-starter:2.0.9-SNAPSHOT not found error. Does someone need to update it to use recommended version 2.0.11.2? (Running mvn archetype:generate with archetype version 2.0.11.2 also results in

Re: Struts2 maven archetypes are missing from repo

2008-09-24 Thread lukasz . lenart
Hi, I prepared totally new Struts2 Blank Archetype, please test it, it should be much better than previous one, all resources are now properly created (according to package name), I also added some Jetty specified files and extended pom.xml to include ascii2native plugin, but it isn't working

Re: Struts 2 and OGNL findings

2008-09-25 Thread Lukasz Lenart
Yeah, Struts 2 in Action isn't bad. :/ Dave I can confirm, it's better to have orginal version ;-) Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: empty spaces on param names

2008-12-01 Thread Lukasz Lenart
2008/12/1 Musachy Barroso [EMAIL PROTECTED]: As this ticket states: http://jira.opensymphony.com/browse/XW-667 Are you sure you pasted the correct link? Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail:

[2.1.3-SNAPSHOT] DataTimePicker test issue

2008-12-02 Thread Lukasz Lenart
Hi, I'm testing Dojo plugin from IntelliJ IDEA and I'm getting test failures for DateTimePickerTagTest: testSimple, testSimpleDisabled, testDateParsing It happens with such settings: -Duser.language=pl -Duser.country=PL If I switch to -Duser.language=en -Duser.country=EN everything is ok,

Re: [2.1.3-SNAPSHOT] DataTimePicker test issue

2008-12-02 Thread Lukasz Lenart
2008/12/2 Musachy Barroso [EMAIL PROTECTED]: I made some changes but still testDateParsing is falling. How is it failing? This line look suspicious to me: junit.framework.AssertionFailedError: expected:2007 but was:2019 after my change Regards -- Lukasz http://www.lenart.org.pl/

Re: [2.1.3-SNAPSHOT] DataTimePicker test issue

2008-12-03 Thread Lukasz Lenart
Hi, I think, I solved the problem, please check https://issues.apache.org/struts/browse/WW-2906 Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

Re: [2.1.3-SNAPSHOT] DataTimePicker test issue

2008-12-03 Thread Lukasz Lenart
2008/12/3 Musachy Barroso [EMAIL PROTECTED]: thanks for the patch!. Are the changes to the component necessary or just the test? Just looking at the diff I don't see the difference in behavior. The changes below solved the problems with this two tests: testSimple() and testSimpleDisabled()

Re: [2.1.3-SNAPSHOT] DataTimePicker test issue

2008-12-03 Thread Lukasz Lenart
2008/12/3 Lukasz Lenart [EMAIL PROTECTED]: I just realized that I should prepare some test app ;-) It looks like it works, I just made simple app with DateTimePickerTag and it works, I now is not sufficient but that all I can do right now ;-) Regards -- Lukasz http://www.lenart.org.pl

Maven2 archetypes

2008-12-08 Thread Lukasz Lenart
Hi, I updated two Struts2 archetypes to latest release, you can check them with command: mvn -U archetype:generate -DarchetypeCatalog=http://www.lenart.org.pl/maven Should I prepare patches for that and register JIRA ticket? Regards -- Lukasz http://www.lenart.org.pl/

Re: Maven2 archetypes

2008-12-08 Thread Lukasz Lenart
2008/12/8 Dave Newton [EMAIL PROTECTED]: Sure. Which two? I was cleaning up starter, but if you're further along that'll be quicker. I extended struts2-archetype-blank and I've been playing with struts2-archetype-starter but I think it needs to be polish ;-) Patch for struts2-archetype-blank:

Re: Maven2 archetypes

2008-12-09 Thread Lukasz Lenart
2008/12/9 Dave Newton [EMAIL PROTECTED]: Agreed; I have a 2.1.3-SNAPSHOT *really* blank (there's a JSP in webapp root and an action class/JSP to allow sanity-checking deployment). Base on my *blank* archetype, I can prepare *starter* version Regards -- Lukasz http://www.lenart.org.pl/

Re: beta testers needed for java templates

2008-12-17 Thread Lukasz Lenart
Hi, After svn up today, I'm getting such error: junit.framework.ComparisonFailure: Expected :ul class=errorMessagelispannot good/span/lilispanbad/span/lilispanbad to the bone/span/li/ul Actual :ul class=errorMessagelispanbad to the bone/span/lilispannot good/span/lilispanbad/span/li/ul

Re: beta testers needed for java templates

2008-12-17 Thread Lukasz Lenart
2008/12/17 Musachy Barroso musa...@gmail.com: The test was using a HashMap, whose values are iterated over. fixed(using LinkedHashMap instead). Ok, it works ;-) Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe,

Re: [OT] Archetypes: Maven v. classpath

2008-12-29 Thread Lukasz Lenart
Hi, As I understood, you want to copy *.properties and *.xml files base on groupId (package name). If so take a look on that [1], on attached patch. You can specify how to copy files with archetype-metadata.xml file. [1] https://issues.apache.org/struts/browse/WW-2911 Regards -- Lukasz

Re: beta testers needed for java templates

2009-01-02 Thread Lukasz Lenart
2009/1/2 Musachy Barroso musa...@gmail.com: It is under struts2 trunk(plugins/javatemplates). Thanks, I already found it ;-) Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail:

Jawarsowia 2009 conference

2009-01-11 Thread Lukasz Lenart
Hi, We (Warszawa JUG - Poland) are preparing annual Java conference at the end of May, is anybody interesting to talk about some new / interesting Java technology? Rest, Struts2, OSGi? Please feel free to contact me. Thanks in advance! -- Lukasz http://www.lenart.org.pl/

Re: NPE in xwork

2009-01-15 Thread Lukasz Lenart
2009/1/15 Musachy Barroso musa...@gmail.com: is anybody having this problem? Nope, works for me, 2.1.6 + convention + javatemplates + spring + tiles + config-browser Only one mine struts.xml, devMode set in struts.properties Regards -- Lukasz http://www.lenart.org.pl/

Re: NPE in xwork

2009-01-15 Thread Lukasz Lenart
2009/1/15 Lukasz Lenart lukasz.len...@googlemail.com: is anybody having this problem? Nope, works for me, 2.1.6 + convention + javatemplates + spring + tiles + config-browser Only one mine struts.xml, devMode set in struts.properties I put devMode only in struts.xml, still works Regards

Re: NPE in xwork

2009-01-15 Thread Lukasz Lenart
JDK 1.6_11 Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org For additional commands, e-mail: dev-h...@struts.apache.org

Re: Struts 2.1.7 release

2009-02-23 Thread Lukasz Lenart
Maybe 2.1.8 will be better, even number means stable ;-) Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org For additional commands, e-mail: dev-h...@struts.apache.org

Re: XWork test failures

2009-02-25 Thread Lukasz Lenart
Problems with testWildCardInclude and testFinder are related to new Surefire plugin version, with 2.4 they fail, but passed with 2.3 (both will pass under IDEA) testJaredFiles - is strange for me, there wasn't problem, but I will double-check testOverflows - this can be related to conversion

Re: XWork test failures

2009-02-25 Thread Lukasz Lenart
2009/2/25 Lukasz Lenart lukasz.len...@googlemail.com: Problems with testWildCardInclude and testFinder are related to new Surefire plugin version, with 2.4 they fail, but passed with 2.3 (both will pass under IDEA) I've been playing with testFinder but no idea what is wrong, when I launch

Re: XWork test failures

2009-02-26 Thread Lukasz Lenart
2009/2/26 Wes Wannemacher w...@wantii.com: testJaredFiles is still failing... (Who is Jared? Maybe we should ask him what is up with his files... j/k). It's the only test still failing on Hudson. Jared means xwork config files in JAR files ;-) I changed the name to be more readable. I think I

Re: XWork test failures

2009-02-26 Thread Lukasz Lenart
2009/2/26 Musachy Barroso musa...@gmail.com: It has something to do with forking in the surefire plugin, running the tests without forking works(for me at least): mvn test -DforkMode=none If my change don't solve the problem, I think we should switch back the fork mode. Regards -- Lukasz

Re: XWork test failures

2009-02-26 Thread Lukasz Lenart
2009/2/27 Wes Wannemacher w...@wantii.com: Jared means xwork config files in JAR files ;-) I changed the name to be more readable. I was just messing around... You know, being a spelling nazi, I assumed you meant jarred files.  :) I understand and that's good, thanks for your point ;-)

Re: XWork test failures

2009-02-26 Thread Lukasz Lenart
2009/2/27 Wes Wannemacher w...@wantii.com: http://hudson.zones.apache.org/hudson/view/Struts/job/xwork2/5/ There are some new tests failing :( It appears related, I'll check into it, if I don't fall asleep first. They base on additional jar files added to classpath with Surefire and it looks

Re: XWork test failures

2009-02-27 Thread Lukasz Lenart
2009/2/27 Wes Wannemacher w...@wantii.com: http://hudson.zones.apache.org/hudson/view/Struts/job/xwork2/5/ There are some new tests failing :( It appears related, I'll check into it, if I don't fall asleep first. Could you remove the setting for forkMode? I think this can be related to (from

Re: XWork test failures

2009-02-27 Thread Lukasz Lenart
When I updated my local copy, such tests below are failing, before that, there wasn't any problem testGetSnippetNoPadding(com.opensymphony.xwork2.util.location.LocationImplTest) testGetSnippet(com.opensymphony.xwork2.util.location.LocationImplTest)

Re: New struts2-blank and docs

2009-03-08 Thread Lukasz Lenart
Any progress with this? There's a lot questions about Struts2 archetypes. I can prepare a new version but I don't want to duplicate the work. I've been thinking about new archetype to show how to use Convention plugin. Anybody is working on that (maybe)? Regards -- Lukasz

Re: doc problem at struts.properites page

2009-03-10 Thread Lukasz Lenart
Hi, I'm following musachy advice and sending this e-mail to dev list, with hope that somebody will assign to me those right. Regards -- Lukasz http://www.lenart.org.pl/ 2009/3/3 Musachy Barroso musa...@gmail.com: Drop an email to dev, or email Martin. On Tue, Mar 3, 2009 at 2:58 AM, Lukasz

Re: New struts2-blank and docs

2009-03-10 Thread Lukasz Lenart
2009/3/8 Dave Newton newton.d...@yahoo.com: It's in the repo, I just haven't had any time to do the final prep work before a vote and release. I was doing to do a blank-convention archetype as well but am a bit overwhelmed with a new job at the moment. Ok, but is there Maven site with snapshot

Re: XWork test failures

2009-03-12 Thread Lukasz Lenart
2009/3/1 Lukasz Lenart lukasz.len...@googlemail.com: I found solution, just set fork mode to pretest, like below forkModepertest/forkMode but I think it isn't a real solution. The real problem is with URLUtilTest.setUp(), in such method URL.setURLStreamHandlerFactory() is called to setup

Re: XWork test failures

2009-03-13 Thread Lukasz Lenart
2009/3/13 Musachy Barroso musa...@gmail.com: Me forgetting something? pfft, what are we talking about again? :D:D:D:D Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org

Re: XWork test failures

2009-03-14 Thread Lukasz Lenart
2009/3/13 Wes Wannemacher w...@wantii.com: On Thursday 12 March 2009 19:35:37 Musachy Barroso wrote: Yeah, I have to find a better way to test those dumb URLs with weird protocols. Is there a problem running with pertest? I don't see a problem with it, so long as we know why we're doing it.

Re: XWork test failures

2009-03-17 Thread Lukasz Lenart
I committed pom.xml with excluded URUtilTest, that solved all the problems and also updated Surefire plugin to version 2.4.2 Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail:

Re: getting ready for 2.1.7

2009-03-17 Thread Lukasz Lenart
2009/3/17 Musachy Barroso musa...@gmail.com: Did you figure out what the problem was? I hope so, but I've asked Andrea Gigliotti to retest with new Xwork build and confirm. Regards -- Lukasz http://www.lenart.org.pl/ - To

Re: getting ready for 2.1.7

2009-03-17 Thread Lukasz Lenart
2009/3/17 Rainer Hermanns herma...@aixcept.de: yes... at the beginning of next week I've time to work on the remaining xwork issues and trigger the release. I hope this would match your plan. How can I help you? I have some free time right now. Regards -- Lukasz http://www.lenart.org.pl/

Xwork - missing StringUtils

2009-03-23 Thread Lukasz Lenart
Hi, I'm not able to run any test from IDEA, project is missing StringUtils. It's probably related to Maven Shade plugin, but how to solve that? Thanks in advance -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail:

Re: Xwork - missing StringUtils

2009-03-24 Thread Lukasz Lenart
2009/3/24 Nils-Helge Garli Hegvik nil...@gmail.com: I'm having a similar problem, only with TextUtils. The Hudson build complains about the same issue. When building Struts2? Such class was removed from Xwork, it breaks compatibility ;-) Any idea what to do with missing dependencies? Regards

Xwork - missing manifest

2009-04-06 Thread Lukasz Lenart
Hi, It isn't possible to build Xwork from source, MANIFEST.MF is missing http://hudson.zones.apache.org/hudson/view/Struts/job/xwork2/lastBuild/console Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail:

Re: [OT] Google App Engine Java

2009-04-08 Thread Lukasz Lenart
Yeah, but they missing support for anything else then clean Servlet- or JSP-base applications :P Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org For additional commands,

Re: New struts2-blank and docs

2009-04-11 Thread Lukasz Lenart
2009/4/9 Martin Cooper mart...@apache.org: Done. Thanks, can I start with [1] as a template in the same branch (2.x) ? I didn't realise you'd submitted an iCLA, and I need to know to look for it at the time you file it. I see now that you mentioned filing an iCLA in two threads, but it would

Re: [VOTE] Struts 2.1.6 Blank Archetype

2009-04-13 Thread Lukasz Lenart
2009/4/12 Musachy Barroso musa...@gmail.com: I think Lukasz uploaded a fix to Jira right? or maybe I am confused with the Convention archetype. I've just posted simple patch to remove duplications, see [1] for full story, after it should be ready to release in my opinion [1]

Re: New struts2-blank and docs

2009-04-13 Thread Lukasz Lenart
2009/4/11 Musachy Barroso musa...@gmail.com: The documentation is always under 2.x, when a release is done is that the 2.x.y dirs are created. Btw I totally forgot to test the Convention archetype. I've been thinking to add more stuff to it (right now, only two actions were implemented), but

Re: New struts2-blank and docs

2009-04-13 Thread Lukasz Lenart
2009/4/13 Musachy Barroso musa...@gmail.com: I think we should keep it simple, what do you want to add? Conversion and validation example? The two most active topics on the list, I think ;-) Regards -- Lukasz http://www.lenart.org.pl/

Re: getting to 2.1.7

2009-04-26 Thread Lukasz Lenart
2009/4/26 Musachy Barroso musa...@gmail.com: Does anyone want to take a shot at the 2.1.7 build? I can do it next week if nobody steps up. It should be straight forward now :) I can try during this week, if I get my account details ;-) Regards -- Lukasz http://www.lenart.org.pl/

Re: Struts git mirrors now available

2009-04-28 Thread Lukasz Lenart
I was able to clone repo, can I use it for normal development process? Or is it just for test? Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org For additional commands,

Re: Now that struts-master is done, going to start 2.1.7 release

2009-05-06 Thread Lukasz Lenart
2009/5/6 Wes Wannemacher w...@wantii.com: That doesn't seem like enough. I updated poms to use xwork-core and it seems like some of the classes that were shaded before are now gone. The only poms that point to xwork are the core and assembly pom. Here is what I'm getting when I try to compile

Re: svn commit: r772633 - /struts/maven/trunk/build/KEYS

2009-05-07 Thread Lukasz Lenart
2009/5/7 w...@apache.org: adding my key for releases Modified:    struts/maven/trunk/build/KEYS As a new committer, should I add also my public key? I already uploaded it to people.a.o. Regards -- Lukasz http://www.lenart.org.pl/

Re: svn commit: r772633 - /struts/maven/trunk/build/KEYS

2009-05-07 Thread Lukasz Lenart
2009/5/7 Musachy Barroso musa...@gmail.com: if you ever want to do a release you have to, so I'd say yes, go ahead and add them there. Ok, maybe someday ;-) What should be the format? I generated them with Puttygen, but to use my private key with ssh from cygwin, I had to convert it to OpenSSH

Re: Please help! Struts 2/Eclipse - List Object not displayed in JSP

2009-05-07 Thread Lukasz Lenart
Please ask that question on User Group, this group is denoted for Struts development itself. Regards -- Lukasz http://www.lenart.org.pl/ - To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org For additional commands,

Xwork subversion

2009-05-23 Thread Lukasz Lenart
Hi, I checked out a fresh copy of Xwork (tried also only with Xwork core) and IDEA is complaining about Subversion version (lots of unversioned files and directories)? I'm using only Idea or svn command from Cygwin, someone knows what is the problem with? Regards -- Lukasz

Re: Xwork subversion

2009-05-25 Thread Lukasz Lenart
2009/5/24 Musachy Barroso musa...@gmail.com: I had the same problem, I ended up using some python script to downgrade my local version to svn 1.5 Exactly, thanks for tip, I found it here [1] and it works like charm ;-) [1] http://subversion.tigris.org/faq.html#working-copy-format-change

Crucible and Fisheye

2009-07-01 Thread Lukasz Lenart
Hi, As I know, apache.org has dedicated instance of Crucible and Fisheye at http://fisheye6.atlassian.com/ but Struts projects isn't listed there. Does anybody know why? Regards -- Lukasz http://www.lenart.org.pl/ http://dailylog.lenart.org.pl/ Fred Allen - California is a fine place to live

Re: Crucible and Fisheye

2009-07-01 Thread Lukasz Lenart
2009/7/1 Musachy Barroso musa...@gmail.com: Where are the projects listed? I only see demo, which I have used before btw. Under source Regards -- Lukasz http://www.lenart.org.pl/ http://dailylog.lenart.org.pl/ Adrienne Gusoff - Opportunity knocked. My doorman threw him out. -

Xwork injecting

2009-07-27 Thread Lukasz Lenart
Hi, I'm working on two bugs regarding injecting custom TextProvider into XWork classes. The default TextProvider is defined in XWorkConfigurationProvider class, but when I tried to define my own bean in a xml config file, I've got exception: Caused by: Bean type interface

Re: Xwork injecting

2009-07-28 Thread Lukasz Lenart
2009/7/27 Musachy Barroso musa...@gmail.com: constant name=struts.textProvider.class value=mytextprovider / Then you register the bean in BeanSelectionProvider, like: alias(TextProvider.class, struts.textProvider.class, builder, props); But this will work only for Struts and not for XWork

Re: ognl 2.7.3 performance

2009-07-29 Thread Lukasz Lenart
2009/7/29 Rainer Hermanns herma...@aixcept.de: thanks! I'll wait for the TextProvider problem to be fixed and then fire up the release process. I start a new gig next week, so this will most likely happen until/over the weekend. I solved these problems and was able to confirm that with test,

Missing class

2009-07-29 Thread Lukasz Lenart
Hi, I build my custom Xwork distro and tried to use it with Struts 2.1.8-SNAPSHOT but I've got such exception from Convention plugin: java.lang.NoClassDefFoundError: org/objectweb/asm/xwork/ClassVisitor at

Re: Missing class

2009-07-29 Thread Lukasz Lenart
2009/7/29 Musachy Barroso musa...@gmail.com: did you update/build convention? Yes, I updated it but when tried to install two tests are falling: testActionPackages(org.apache.struts2.convention.PackageBasedActionConfigBuilderTest) Time elapsed: 0.078 sec ERROR!

Re: Missing class

2009-07-29 Thread Lukasz Lenart
I found one think in struts2-core pom.xml - unpack goal use xwork-core-2.1.4 but the whole project depend on xwork-2.1.5-SNAPSHOT. Shouldn't it be in sync? Regards -- Lukasz http://www.lenart.org.pl/ http://dailylog.lenart.org.pl/

Re: Missing class

2009-07-29 Thread Lukasz Lenart
2009/7/29 Rainer Hermanns herma...@aixcept.de: Yes, it should be in sync... So I can make my first commit to Struts2 ;-) Should I prepare JIRA ticket for that? Regards -- Lukasz http://www.lenart.org.pl/ http://dailylog.lenart.org.pl/

Re: Missing class

2009-07-29 Thread Lukasz Lenart
2009/7/29 Musachy Barroso musa...@gmail.com: It works for me, one thing that is weird, it should be complaining about not finding the shadowed class, like org/objectweb/asm/xwork/ClassVisitor instead of the original class org/objectweb/asm/ClassVisitor. Check your xwork jars and see if the

Re: Missing class

2009-07-29 Thread Lukasz Lenart
2009/7/29 Musachy Barroso musa...@gmail.com: Not sure what is going on, it works for me, and if the classes are getting shadowed properly, they should be inside the xwork jar. I cleaned up my local Maven repo, rebuild and reinstall xwork and I checked the built jar - it's missing shaded asm but

Re: Missing class

2009-07-29 Thread Lukasz Lenart
2009/7/29 Musachy Barroso musa...@gmail.com: hum..interesting..let me try to delete asm from my repo and see if it doesn't shade the classes. I think I found the reason - in parent pom, the asm was marked as a provided. When I removed that I was able to built package with shaded asm ;-)

Struts2 on FishEye / Cruicible

2009-07-31 Thread Lukasz Lenart
Hi, I requested to add Struts to http://fisheye6.atlassian.com/ and here it's http://fisheye6.atlassian.com/browse/struts2 ;-) I want to add also Xwork there, do you want add something more? Regards -- Lukasz http://www.lenart.org.pl/ http://dailylog.lenart.org.pl/ PS. I hope, I didn't break

Re: [OSS Bamboo] Struts 2 SVN - Main Build (Java 6) build 911 has FAILED (0 tests failed)

2009-08-05 Thread Lukasz Lenart
It looks like also the Struts StrutsTestCase depends on the same class in wrong location, should I move that class also? Regards -- Lukasz http://www.lenart.org.pl/ http://dailylog.lenart.org.pl/ 2009/8/5 Atlassian Open Source Bamboo bam...@apache.org: STRUTS-MAINJ6-911 failed. This build

Re: [OSS Bamboo] Struts 2 SVN - Main Build (Java 6) build 911 has FAILED (0 tests failed)

2009-08-05 Thread Lukasz Lenart
2009/8/5 Musachy Barroso musa...@gmail.com: is that a class in core? or the one in the junit plugin ? It's from core. Regards -- Lukasz http://www.lenart.org.pl/ http://dailylog.lenart.org.pl/ - To unsubscribe, e-mail:

Re: [OSS Bamboo] Struts 2 SVN - Main Build (Java 6) build 911 has FAILED (0 tests failed)

2009-08-05 Thread Lukasz Lenart
2009/8/5 Musachy Barroso musa...@gmail.com: yeah you can move that one around if needed. My mistake, it's in testng-plugin Regards -- Lukasz http://www.lenart.org.pl/ http://dailylog.lenart.org.pl/ - To unsubscribe, e-mail:

Re: [OSS Bamboo] Struts 2 SVN - Main Build (Java 6) build 911 has FAILED (0 tests failed)

2009-08-05 Thread Lukasz Lenart
2009/8/5 Musachy Barroso musa...@gmail.com: if you move it it will break for people who are using it So then I have to rollback changes I made to Xwork and move back ;-( Regards -- Lukasz http://www.lenart.org.pl/ http://dailylog.lenart.org.pl/

Re: [OSS Bamboo] Struts 2 SVN - Main Build (Java 6) build 911 has FAILED (0 tests failed)

2009-08-05 Thread Lukasz Lenart
2009/8/5 Musachy Barroso musa...@gmail.com: the problem is that those are not real tests, in the sense that they dont test anything, like StrutsTestCase, they are extended by users to create their own tests, so the code has to be under src/java/main instead of test. Ok, that's why I opened

Re: [OSS Bamboo] Struts 2 SVN - Main Build (Java 6) build 911 has FAILED (0 tests failed)

2009-08-05 Thread Lukasz Lenart
2009/8/5 Musachy Barroso musa...@gmail.com: If you have questions, drop an email here or ping someone(Wes is the on-call this week) over IM, it is less frustrating than using jira. Ok, I'll remember. What kind of IM do you use? Regards -- Lukasz http://www.lenart.org.pl/

Re: [OSS Bamboo] Struts 2 SVN - Main Build (Java 6) build 911 has FAILED (0 tests failed)

2009-08-05 Thread Lukasz Lenart
2009/8/5 Musachy Barroso musa...@gmail.com: musa...@gmail.com in gtalk Ok, thanks, I see you on GTalk but didn't see Wes ;-) Regards -- Lukasz http://www.lenart.org.pl/ http://dailylog.lenart.org.pl/ - To unsubscribe,

Re: Struts2 on FishEye / Cruicible

2009-08-06 Thread Lukasz Lenart
2009/7/31 Wes Wannemacher w...@wantii.com: I don't know how much we'll use it, but IMO, the sandbox is a good candidate for code-reviewy kind of stuff. Especially if we pick back up on the JQuery stuff we were discussing previously. Done, sandbox also added, it's here:

Re: Struts2 on FishEye / Cruicible

2009-08-06 Thread Lukasz Lenart
2009/8/6 Lukasz Lenart lukasz.len...@googlemail.com: Done, sandbox also added, it's here: http://fisheye6.atlassian.com/browse/strutssandbox and I dropped the request for xwork as it will be moved to struts ;-) Regards -- Lukasz http://www.lenart.org.pl/ http://dailylog.lenart.org.pl

Re: [OSS Bamboo] Struts 2 SVN - Main Build (Java 6) build 911 has FAILED (0 tests failed)

2009-08-06 Thread Lukasz Lenart
2009/8/6 Wes Wannemacher w...@wantii.com: Sorry, I forgot to say earlier, I'm on *gtalk* as well as w...@wantii.com (not sure if that part was clear). Is it possible to use non-gmail address with GTalk? I added you to the list and we will see ;-) Best regards -- Lukasz

xwork-default.xml

2009-08-07 Thread Lukasz Lenart
Hi, I've been playing how to inject custom TextProvider in xwork I discovered small mistake. Instead of using xwork-default.xml in XmlConfigurationProvider, in all palces xwork.xml is used. Is it correct, means should xwork.xml (which doesn't exist) should be used? Regards -- Lukasz

Re: xwork-default.xml

2009-08-20 Thread Lukasz Lenart
2009/8/7 Musachy Barroso musa...@gmail.com: The beans in xwork are currently defined in code, in the classes mentioned before, not in xml files. Ok, but the problem is in ConfigurationManager.getContainerProviders(), there is reference to xwork.xml file which doesn't exist. Instead

  1   2   3   4   5   6   7   8   9   10   >