Using this add-on fails with following error message:
Caused by: java.lang.IllegalStateException: Running project in development mode with no access to folder ‘C:\Users\Tobse\IdeaProjects\vaadin presentation\speed-dial’.
Using this add-on fails with following error message:
Caused by: java.lang.IllegalStateException: Running project in development mode with no access to folder ‘C:\Users\Tobse\IdeaProjects\vaadin presentation\speed-dial’.
If you copy paste the classes from git to your local project, it will work.
Hi… thank you for the feedback. It was tricky, because the absolute folders got included during the maven build. The problem was that I build the project with mvn clean package -Pproduction
, which enables the needed production mode
. But I released it with mvn clean deploy
, so it rebuild the module and uploaded the artifact in dev mode.
I just released a new version 1.1.2
on maven, with the correct production flag. So you can use it as it is, without any hacks.