RE: JasperReport viewing options for wicket 1.5

2011-01-19 Thread John Owen
Sent: Tuesday, January 18, 2011 2:00 PM To: users@wicket.apache.org Subject: Re: JasperReport viewing options for wicket 1.5 ... and to follow up briefly - I got past the class not found by adding: org.apache.poi poi 3.2-

RE: JasperReport viewing options for wicket 1.5

2011-01-19 Thread John Owen
http://poi.apache.org/ -Original Message- From: Jim Pinkham [mailto:pinkh...@gmail.com] Sent: Tuesday, January 18, 2011 1:18 PM To: users@wicket.apache.org Subject: Re: JasperReport viewing options for wicket 1.5 Well, I seem to be making good progress, but still not 100% there. I got

Re: JasperReport viewing options for wicket 1.5

2011-01-18 Thread Jim Pinkham
... and to follow up briefly - I got past the class not found by adding: org.apache.poi poi 3.2-FINAL (Although even then, mvn eclipse:eclipse didn't add it - I had to add it myself to the classpath! - perhaps

Re: JasperReport viewing options for wicket 1.5

2011-01-18 Thread Jim Pinkham
Well, I seem to be making good progress, but still not 100% there. I got "git" and did a clone of wicketstuff and built jasperreports and added it's target\jar to my local repo. I only had to change the core's pom.xml to refer to the 1.5-M3 version I'm using instead of 1.5-SNAPSHOT. So far so goo

Re: JasperReport viewing options for wicket 1.5

2011-01-18 Thread Martin Grigorov
You'll need to build it yourself locally. There is not yet a release of wicketstuff-1.5 at oss.sonatype.org. I think we will release it once Wicket 1.5-RC1 is released (hopefully this week). On Tue, Jan 18, 2011 at 2:48 PM, Jim Pinkham wrote: > Thanks - so glad to see it's been ported to 1.5; no

Re: JasperReport viewing options for wicket 1.5

2011-01-18 Thread Jim Pinkham
Thanks - so glad to see it's been ported to 1.5; now, I need the jar. Maven gives me: Unable to find resource 'org.wicketstuff:jasperreports:pom:1.5-SNAPSHOT' in repository public (http://public) .. and then again for 2 repositories I tried adding: wicket-snaps, and nonatype-nexus-snapshots at

Re: JasperReport viewing options for wicket 1.5

2011-01-18 Thread Martin Grigorov
https://github.com/wicketstuff/core/tree/master/jdk-1.5-parent/jasperreports-parent On Mon, Jan 17, 2011 at 11:29 PM, Jim Pinkham wrote: > I found this tantalizingly close msg: > > http://www.mail-archive.com/users@wicket.apache.org/msg55375.html > > Sounds like about what I'd need; except I've