I had this problem. I am able to resolve this by excluding
jdtcore from the compile classpath in Maven's pom.xml

<dependency>
                <groupId>ar.com.fdvs</groupId>
                <artifactId>DynamicJasper</artifactId>
                <version>${dynamic-jasper.version}</version>
                <exclusions>
                                <exclusion>
                                        <groupId>eclipse</groupId>
                                        <artifactId>jdtcore</artifactId>
                                </exclusion>
                </exclusions>
</dependency>

Hope this helps.

moorsu
On Jun 20, 12:06 am, Vinicius Rabelo <[email protected]> wrote:
> I created one new project with gwt-maven-plugin and the unique thing
> that i did in the project went to add the jasperreports dependency...
> The project stopped in exactly moment that i add the dependency do
> jasper...
> But if I create one project out maven I dont have this problem...
>
> Somebody can help me?

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-web-toolkit?hl=en.

Reply via email to