Reusable Gradle tasks.
open class CleanJosm : DefaultTask
Virtual task that coordinates deletion of the temporary JOSM preferences. |
|
open class CustomJosmVersionCompile : JavaCompile
This task compiles the given source set against a specific JOSM version. |
|
open class DebugJosm : RunJosmTask
The same as RunJosmTask, but the JOSM instance is debuggable via JDWP (Java debug wire protocol) on the port configured at JosmPluginExtension.debugPort. |
|
open class GenerateFileList : DefaultTask
Outputs a file containing the absolute paths of all Java source files |
|
open class GeneratePluginList : DefaultTask |
|
open class GeneratePot : Exec
Create *.pot file (gettext file format), which contains all translatable strings. This file can then be handed to the translators to translate into other languages. |
|
open class InitJosmPrefs : DefaultTask
A simple copy task that copies a |
|
open class LangCompile : Sync
This is not really a compilation task, it's only named like that analogous to MoCompile and PoCompile. |
|
open class ListJosmVersions : DefaultTask
Task for showing the current |
|
open class MarkdownToHtml : SourceTask
Convert all |
|
open class MoCompile : DefaultTask
This task "compiles" several *.mo files to *.lang files. For the language specified in I18nConfig.mainLanguage, only the "msgid" is used (the text which will be translated). For the other languages, the "msgstr" is used (the text which is already translated to this language). |
|
open class PoCompile : DefaultTask
Compile *.po files (textual gettext files) to *.mo files (binary gettext files). |
|
open class RunJosmTask : JavaExec
A task that can execute a JOSM instance. There's also the class DebugJosm, which extends this class and allows to remote debug via JDWP (Java debug wire protocol). |
|
open class ShortenPoFiles : DefaultTask
Shortens the *.po files in the given source set. |
|
open class TransifexDownload : Exec
Task for downloading the current state of the translations from transifex.com |
|
open class WriteRequiredPluginConfig : DefaultTask |