sharkman / cypal-studio

Automatically exported from code.google.com/p/cypal-studio
0 stars 0 forks source link

Feature request : support for maven dependancies #110

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem :
1. create a GWT project with a maven structure
2. add dependencies. m2eclipse adds libraries as "Maven Dependencies"
3. run the project

What is the expected output? What do you see instead?
expected output is a working project in the GWT environment
instead I have errors. it complains about genericTypes not being found

What version of the product are you using? On what operating system?
i use cypal-studio version 1.0, GWT 1.5, windows XP

Original issue reported on code.google.com by ane.o.n...@gmail.com on 5 Sep 2008 at 12:29

GoogleCodeExporter commented 9 years ago
What is the version of the facet? It should be 1.5

Original comment by grprakash on 5 Sep 2008 at 5:00

GoogleCodeExporter commented 9 years ago
Facet is 1.5, the project is well configured.

In fact i found that the problem occurs because one of the dependency of my 
project
has a transitive dependency on org.eclipse.jdt.core v3.2.3.
I don't know how to make this project run though.

I think you can close this "defect/feature request" now.
Sorry for opening a defect for that problem which is not really one. But at 
least,
you now know that jdt core in the classpath causes problems ;o)

Original comment by ane.o.n...@gmail.com on 8 Sep 2008 at 12:11