Re: embeddedJsp plugin causing jsp compilation issues

2009-09-27 Thread Musachy Barroso
I should have done it with jasper 6 since the beginning, but it seemed more difficult and my laziness took the best of me :) musachy On Sun, Sep 27, 2009 at 10:12 PM, Obinna wrote: > Great!. Musachy, thanks a million for doing this so quickly. I'll give it a > test anon > > > On Mon, Sep 28, 200

Re: maven 3rd party repos

2009-09-27 Thread Musachy Barroso
that sucks. I wonder when Sun will stop the nonsense with those jars licenses. This jar in specific I think it has like 3 or 4 interfaces in it, with a binary license, pretty annoying. musachy On Sat, Sep 26, 2009 at 11:18 AM, Antonio Petrelli wrote: >  2009/9/26 Musachy Barroso >> yeah the pro

Re: embeddedJsp plugin causing jsp compilation issues

2009-09-27 Thread Obinna
Great!. Musachy, thanks a million for doing this so quickly. I'll give it a test anon On Mon, Sep 28, 2009 at 6:18 AM, Martin Gainty wrote: > > thanks for the headsup.. 2.1.8 builds now.. > I had wrong version of commons-collections ListUtils not having > isEqualList(collection,collection) >

RE: embeddedJsp plugin causing jsp compilation issues

2009-09-27 Thread Martin Gainty
thanks for the headsup.. 2.1.8 builds now.. I had wrong version of commons-collections ListUtils not having isEqualList(collection,collection) org.apache.commons.collections commons-collections 3.2.1 pulls correct version seeing

Re: embeddedJsp plugin causing jsp compilation issues

2009-09-27 Thread Musachy Barroso
a'right. The code is in trunk. To use the plugin with tomcat, just build it and deploy it as usual. It works with Jetty 7+, which needs the tomcat deps added to the application, adding this to your pom will take care of it: org.apache.tomcat jasper 6.0.18 let me know if it

Re: embeddedJsp plugin causing jsp compilation issues

2009-09-27 Thread Musachy Barroso
it works on tomcat but now it breaks in jetty...oh joy. On Sun, Sep 27, 2009 at 2:35 PM, Musachy Barroso wrote: > ok I got jasper 6 working. I will do some more testing (at least the > junits run fine), commit the jasper code, and then commit my changes. > (later on) > > musachy > > On Sun, Sep 2

Re: embeddedJsp plugin causing jsp compilation issues

2009-09-27 Thread Musachy Barroso
ok I got jasper 6 working. I will do some more testing (at least the junits run fine), commit the jasper code, and then commit my changes. (later on) musachy On Sun, Sep 27, 2009 at 12:56 PM, Musachy Barroso wrote: > yeah that would work if I could use it as a library, but jasper is not > writte

Re: embeddedJsp plugin causing jsp compilation issues

2009-09-27 Thread Musachy Barroso
yeah that would work if I could use it as a library, but jasper is not written with that in mind. I had to change a fairly amount of private code to get it to work. musachy On Sun, Sep 27, 2009 at 12:50 PM, Antonio Petrelli wrote: > 2009/9/27 Musachy Barroso : >> It is a missmatch between the js

Re: embeddedJsp plugin causing jsp compilation issues

2009-09-27 Thread Antonio Petrelli
2009/9/27 Musachy Barroso : > It is a missmatch between the jsp-apis. The internal jasper implements > 2.0, while tomcat 6/jasper 6 implement 2.1, and in 2.1 there a new > method called. It is not looking good. You might wish to use JarJar to repackage, to avoid conflicts like this. Lots of people

Re: embeddedJsp plugin causing jsp compilation issues

2009-09-27 Thread Musachy Barroso
It is a missmatch between the jsp-apis. The internal jasper implements 2.0, while tomcat 6/jasper 6 implement 2.1, and in 2.1 there a new method called. It is not looking good. I guess I will have to try to implement the embedded jsp plugin with jasper 6. btw it works in jetty, musachy On Sun, Se

Re: embeddedJsp plugin causing jsp compilation issues

2009-09-27 Thread Musachy Barroso
Thanks Eric, I will check it out. musachy On Sun, Sep 27, 2009 at 1:58 AM, Obinna wrote: > Ok.  I've been able to reproduce in blank. I've filed a jira ticket with > steps. > thanks, > eric > > On Sat, Sep 26, 2009 at 9:38 PM, Musachy Barroso wrote: > >> I am trying to replicate it but it seems

RE: embeddedJsp plugin causing jsp compilation issues

2009-09-27 Thread Martin Gainty
Eric which number in jira? thanks, Martin __ Standard Caveats apply > Date: Sun, 27 Sep 2009 11:58:05 +0300 > Subject: Re: embeddedJsp plugin causing jsp compilation issues > From: obi...@gmail.com > To: dev@struts.apache.org > > Ok. I've been a

Re: embeddedJsp plugin causing jsp compilation issues

2009-09-27 Thread Obinna
Ok. I've been able to reproduce in blank. I've filed a jira ticket with steps. thanks, eric On Sat, Sep 26, 2009 at 9:38 PM, Musachy Barroso wrote: > I am trying to replicate it but it seems to work for me. Can you try > to replicate it, in the blank application and give me the steps? > > thank