Re: latest jasper reports plugin jar download

2008-05-24 Thread Dave Newton
Yeah, that's what I'm doing locally (more or less), too. Dave --- David Evans <[EMAIL PROTECTED]> wrote: > There ended up being dependency issues because there was a switch to > xwork logging that was commited previous to your changes. So I just > used the struts2-jasperreports-plugin-2.0.11.1 so

Re: latest jasper reports plugin jar download

2008-05-24 Thread David Evans
There ended up being dependency issues because there was a switch to xwork logging that was commited previous to your changes. So I just used the struts2-jasperreports-plugin-2.0.11.1 source and copied your exportParameter code into that. compiled and jarred and its working great. thanks for your h

Re: latest jasper reports plugin jar download

2008-05-24 Thread Dave Newton
--- David Evans <[EMAIL PROTECTED]> wrote: > Ok, thanks. Two questions: > 1. to build it, do i download the source from svn, compile, then jar? http://struts.apache.org/2.x/docs/building-the-framework-from-source.html > 2. what does 2.1.muble+ mean? It means I don't remember when it got committ

Re: latest jasper reports plugin jar download

2008-05-23 Thread David Evans
Ok, thanks. Two questions: 1. to build it, do i download the source from svn, compile, then jar? 2. what does 2.1.muble+ mean? Dave On Fri, 2008-05-23 at 15:47 -0700, Dave Newton wrote: > --- David Evans <[EMAIL PROTECTED]> wrote: > > I need to download the latest version of the jasper reports

Re: latest jasper reports plugin jar download

2008-05-23 Thread Dave Newton
--- David Evans <[EMAIL PROTECTED]> wrote: > I need to download the latest version of the jasper reports plugin > jar > (in order to take advantage of the exportParameters functionality > added > to JasperReportsResult.java by Dave Newton on April 25th). How can I > download a jar that includes tha