Am 26.10.19 um 12:34 schrieb sebb: > On Fri, 25 Oct 2019 at 15:31, Felix Schumacher > <felix.schumac...@internetallee.de> wrote: >> >> Am 25.10.19 um 16:01 schrieb sebb: >>> On Fri, 25 Oct 2019 at 14:28, Vladimir Sitnikov >>> <sitnikov.vladi...@gmail.com> wrote: >>>> Have you tried the following? >>>> >>>> gw runGui -- it builds the jars and launches GUI >>>> >>>> gw createDist -- it just populates /lib >>> (Neither work for me, as gw is not defined as a command) >>> >>> However ./gradlew runGui works, and is reasonably quick. >>> >>> Is there an exact equivalent to package? >>> i.e. suppose I don't want to run the Gui after the build? >>> >>> I think README.md (or some other file) needs to document the >>> equivalents of at least the more common of the Ant tasks. >>> Whilst gradlew tasks lists all tasks, there are so many that finding >>> the correct one is hard work. >> Have you seen gradle.md? I think it does a better job of explaining the >> tasks than the simple task listing of gradle itself. > Thanks, that file is very useful. > > However it does not appear to be linked anywhere I could find. > I think it should be mentioned in building.html and README.md
Done (it was already linked from CONTRIBUTING.md which is/should be used by github) Felix > >> The short command gw is mentioned in the gradle.md file. >> >> Felix >> >>> And why does assemble run javadocAggregate? >>> >>>> Vladimir