>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 On 8/30/07, Jesfre <[EMAIL PROTECTED]> wrote: > > Sorry... Yes I have. > > . > . > . > <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> > > <groupId>jasperreports</groupId> > > <artifactId>jasperreports</artifactId> > > <version>1.3.0</version> > <scope>compile</scope> > </dependency> > </dependencies> > ... > > > > mraible wrote: > > > > Do you have JasperReports listed as a dependency in your pom.xml? > > > > Matt > > > > -- > > http://raibledesigns.com > > > > > > -- > View this message in context: > http://www.nabble.com/Jasperreports-compilation-error%21-tf4350546s2369.html#a12408890 > > 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]
