Use Vaadin Charts in a exisiting Project without widgetset

Hi all,

I try to use Vaadin Charts in a exisiting Project without widgetset. How can I create and add widgetset to the exisiting project?
I use the follows system:

  • eclipse Luna Java IEE SP1 with bugfix E4 RCP Patch (bugzillas 445122) 1.0.0 org.eclipse.e4.rcp.R441patch.feature.group Eclipse.org
  • JBoss 7.1
  • jre 1.7

When I try to create a new widgetset with File/New/Witgetset I bacame a java.lang.NullPointerException, this when I doubleclick of Vaadin Witgetset and when I click of next, nothing will happens. What is reason?

I have also create a new project with widgetset how is explained here https://vaadin.com/wiki/-/wiki/10674/Vaadin+Charts+Tutorial. It works fine.

In the exisiting project I have many settings and also a openshift application and I will not create a new widgetset project and include the source. Better would be to add a new widgetset.

In the attachment is my pom.xml

I try also to copy manually the MyAppWidgetset.gwt.xml from the other demo charts project in the existing project com.waks.main, but when I make vaadin:compile I receive follow error:

[ERROR]
No plugin found for prefix ‘vaadin’ in the current project and in the plugin groups [org.apache.maven.plugins, org.codehaus.mojo]
available from the repositories [local (C:\Users\Antonio.m2\repository), vaadin-addons (http://maven.vaadin.com/vaadin-addons), vaadin-snapshots (http://oss.sonatype.org/content/repositories/vaadin-snapshots/), Codehaus Snapshots (http://nexus.codehaus.org/snapshots/), central (http://repo.maven.apache.org/maven2)]
→ [Help 1]

[ERROR]

[ERROR]
To see the full stack trace of the errors, re-run Maven with the -e switch.
[ERROR]
Re-run Maven using the -X switch to enable full debug logging.
[ERROR]

[ERROR]
For more information about the errors and possible solutions, please read the following articles:
[ERROR]
[Help 1]
http://cwiki.apache.org/confluence/display/MAVEN/NoPluginFoundForPrefixException

Thanks in advance for any helps.

Antonio

18790.xml (5.28 KB)