manolo / superdevmode-launcher-legacy

DevMode launcher with superdevmode support for GWT 2.6.x and 2.5.x
Other
6 stars 6 forks source link

Deploy to sonatype, for maven use? #1

Open branflake2267 opened 10 years ago

branflake2267 commented 10 years ago

What do you think of deploying this to sonatype, so it could be used as a maven dependency?

manolo commented 10 years ago

The problem is that it could bring some problems, in a quick thought: if someone put this dependency with 2.7.0 could break, if the dependency order is not correct -superDevMode would not work, it breaks GWTTestCase tests right now, so I guess we could have a lot of questions with this.

branflake2267 commented 10 years ago

Good points

manolo commented 10 years ago

The idea of this .jar is that IDEs can use it with sense, I mean first they decide whether the gwt release has to be patched, then include the jar in the classpath of the devmode launcher when the user debugs, but ideally not use under any other circumstance

branflake2267 commented 10 years ago

Yeah I think you're right. Good point.