steffenschaefer / gwt-gradle-plugin

Gradle plugin to support GWT (http://www.gwtproject.org/) related tasks.
Other
117 stars 45 forks source link

Have any way to generate i18n and generateAsync supported by gwt-maven-plugin? #105

Open Crimsonfantasy opened 8 years ago

Crimsonfantasy commented 8 years ago

Could I ask a question for migration from maven? We used maven-gwt-plugin to generate Messages class and GWT-RPC. Now, I wish gradle do the same thing Could give me some suggestion for this work? Thank you

JLLeitschuh commented 8 years ago

Did you ever find a solution to this problem?

carlolf commented 7 years ago

may I kindly ask if this project is still alive and will be further developped?

sriharshachilakapati commented 7 years ago

I'm very interested in maintaining this plugin, it helped me a lot. However, all my mails went unanswered.

On Sat, 14 Jan 2017, 11:39 p.m. Carlo Luib-Finetti, < notifications@github.com> wrote:

may I kindly ask if this project is still alive and will be further developped?

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/steffenschaefer/gwt-gradle-plugin/issues/105#issuecomment-272641776, or mute the thread https://github.com/notifications/unsubscribe-auth/AEYWNNAlX6HEOBct6Bv3i9HvgW9GfOMiks5rSQ9ggaJpZM4JvHee .

JLLeitschuh commented 7 years ago

I ended up shelling out to maven to do the code generation for this.

Really didn't like this solution but it's the best one I could come up with.

dbaq commented 7 years ago

have a look at this active fork: https://github.com/jiakuan/gwt-gradle-plugin

ferencz1 commented 6 years ago

Also in need for those two tasks