I'd suggest asking this on the JasperReports forum. Does it work in your IDE? If so, then it's probably a Maven problem. Maybe the package names changed?
Matt On 8/30/07, Jesfre <[EMAIL PROTECTED]> wrote: > > Sorry, maybe I have to paste them separately... > > Plugin: > <plugin> > <groupId>org.codehaus.mojo</groupId> > > <artifactId>jasperreports-maven-plugin</artifactId> > <version>1.0-SNAPSHOT</version> > <executions> > <execution> > <goals> > > <goal>compile-reports</goal> > </goals> > </execution> > </executions> > </plugin> > > Dependency: > > <dependency> > <groupId>jasperreports</groupId> > <artifactId>jasperreports</artifactId> > <version>1.3.0</version> > <scope>compile</scope> > </dependency> > > I have both... but, maven sends the error... :-/ > > > mraible wrote: > > > > From what I can tell, there's still a missing dependency. Maybe you > > need to add the dependency to your regular <dependencies> section and > > not just the plugin? > > > > Matt > > > > > > -- > View this message in context: > http://www.nabble.com/Jasperreports-compilation-error%21-tf4350546s2369.html#a12410227 > Sent from the AppFuse - User mailing list archive at Nabble.com. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > -- http://raibledesigns.com --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
