Clarify MainClass option of the bootRepackage task

Closes gh-2477
This commit is contained in:
Stephane Nicoll
2015-10-14 15:00:33 +02:00
parent 06c78a41cd
commit 69581f90da
2 changed files with 9 additions and 1 deletions

View File

@@ -230,6 +230,10 @@ Manifest entry keys are formed by capitalizing initial letters of words and chan
separator to "`-`" from "`.`" (e.g. `Loader-Path`). The exception is `loader.main` which
is looked up as `Start-Class` in the manifest for compatibility with `JarLauncher`).
TIP: Build plugins automatically move the `Main-Class` attribute to `Start-Class` when
the fat jar is built. If you are using that, specify the name of the class to launch using
the `Main-Class` attribute and leave out `Start-Class`.
Environment variables can be capitalized with underscore separators instead of periods.
* `loader.home` is the directory location of an additional properties file (overriding