danielpetisme / vertx-forge

A web-based quickstart generator for Vert.x projects
Apache License 2.0
3 stars 1 forks source link

Gradle + Scala #3

Open aesteve opened 7 years ago

aesteve commented 7 years ago

http://vertx-forge.cleverapps.io/

Impossible to create project. {"data":{"data":{}},"status":500,"config":{"method":"GET","transformRequest":[null],"jsonpCallbackParam":"callback","responseType":"arraybuffer","cache":false,"url":"/starter.zip","params":{"version":"3.4.1","language":"Scala","build":"Gradle","groupId":"com.example","artifactId":"demo","dependencies":"vertx-web"},"headers":{"Accept":"application/json, text/plain, */*"}},"statusText":"Internal Server Error"}

Maybe you could display a proper error message instead. Also, Scala + Gradle is a valid choice. Let me know if you need an example.

danielpetisme commented 7 years ago

:+1: to display a better error message. So far I only have a Maven+Java template (I'm not very familiar with Gradle and Scala).

I'll wait to have more visibility on the vertx-dev ML to know if it make sense to invest time on this prototype.

If Scala+Gradle is a must have for you, feel free to propose a PR!