Re: stealing code and other cool stuff

2009-07-31 Thread Musachy Barroso
duh..I was looking for jasper-compiler, like it was in 5, now it is "jasper". that's great, thanks for the tip! I will update the code for jasper 6, and follow Martin's advice this time ;) musachy On Fri, Jul 31, 2009 at 1:14 PM, Tomislav Stojcevich wrote: > 6 is in maven repo, they just changed

Re: stealing code and other cool stuff

2009-07-31 Thread Tomislav Stojcevich
6 is in maven repo, they just changed the group (no source though, but you can that from their scm) see http://repo2.maven.org/maven2/org/apache/tomcat/ --tom - To unsubscribe, e-mail: dev-unsubscr...@struts.apache.org For addi

Re: stealing code and other cool stuff

2009-07-31 Thread Musachy Barroso
yes it can be used outside struts, the changes are not big deal, I am surprised this hasn't done before. Maybe I have some surprises waiting for me in the "includes" :) musachy On Fri, Jul 31, 2009 at 11:38 AM, Antonio Petrelli wrote: > 2009/7/31 Musachy Barroso : >> I modified jasper (unable to

Re: stealing code and other cool stuff

2009-07-31 Thread Antonio Petrelli
2009/7/31 Musachy Barroso : > I modified jasper (unable to > extend as most of the code is private) to read JSPs from the classpath > and compile them into java in memory (no intermediate file required), > and then I am using the java compiler API to compile the java code and > keep a cache of the

Re: stealing code and other cool stuff

2009-07-31 Thread Musachy Barroso
yeah, the thing is that this code is just to test if it can be done. It is using the code from 5.5. I couldn't use Jasper 6 (from tomcat 6 that is) because I can't find jasper-runtime 6 in maven, and in version 6 there is a whole "el" package that is not in maven either(so i would have to copy that

Re: stealing code and other cool stuff

2009-07-31 Thread Wes Wannemacher
On Fri, Jul 31, 2009 at 2:18 PM, Musachy Barroso wrote: > You might have noticed I just committed the code of Jasper compiler > under the sandox/struts2-jsp-plugin. I modified jasper (unable to > extend as most of the code is private) to read JSPs from the classpath > and compile them into java in

Re: stealing code and other cool stuff

2009-07-31 Thread Martin Cooper
Maybe you did this and I missed it, but it would have been good to see the original clone of Jasper checked in first, and then your changes checked in over that. That way, we would all be able to see the baseline from which you started, not to mention be able to track back to Tomcat sources and por

stealing code and other cool stuff

2009-07-31 Thread Musachy Barroso
You might have noticed I just committed the code of Jasper compiler under the sandox/struts2-jsp-plugin. I modified jasper (unable to extend as most of the code is private) to read JSPs from the classpath and compile them into java in memory (no intermediate file required), and then I am using the

Re: about json plugin...again

2009-07-31 Thread Musachy Barroso
Ok folks, the json plugin is in the sandbox, it should be a drop in replacement for the plugin from googlecode, give it a try and let me know if everything is working ok, then we can start talking about moving it out. The plugin is stable so the code should be ok, we just need to make sure nothing

Re: Class reloading

2009-07-31 Thread Dale Newfield
Musachy Barroso wrote: did you figure it out? I did find that glassfish was applying my logging levels in a dumb order, resulting in me not seeing logs I thought I was seeing... ...and I did subsequently see an appropriate log message on touching a .class file... ...but I've not since had an

Re: Struts2 on FishEye / Cruicible

2009-07-31 Thread Wes Wannemacher
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. -Wes On Fri, Jul 31, 2009 at 5:06 AM, Lukasz Lenart wrote: > Hi, > > I requested to add Struts to http://fi

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 a