johndevs / gradle-vaadin-plugin

A Gradle plugin for building Vaadin applications
https://devsoap.com/tag/vaadin/
Apache License 2.0
120 stars 58 forks source link

Add Run Code Server configuration #502

Closed AlexByte closed 6 years ago

AlexByte commented 6 years ago

For SuperDevMode.

johndevs commented 6 years ago

You are probably looking for the Super Development Mode configuration that is used to run the code server. https://github.com/johndevs/gradle-vaadin-plugin/wiki/Tasks-and-configuration-DSL#vaadinsuperdevmode

AlexByte commented 6 years ago

This configuration is automatically terminated and you can not access http://localhost:9876

Executing task 'vaadinSuperDevMode'...

Using Gradle Vaadin Plugin 1.1.6 :compileJava :vaadinUpdateWidgetset :processResources UP-TO-DATE :classes :vaadinClassPathJar UP-TO-DATE :vaadinCompile UP-TO-DATE :vaadinSuperDevMode

BUILD SUCCESSFUL

Total time: 2 mins 16.686 secs Task execution finished 'vaadinSuperDevMode'.

johndevs commented 6 years ago

Could you run the task with --info and post the output?