Package | Description |
---|---|
gate.util.ant.packager |
Modifier and Type | Method and Description |
---|---|
PackageGappTask.UnresolvedAction |
PackageGappTask.getOnUnresolved()
Get the action performed when there are unresolved resources.
|
static PackageGappTask.UnresolvedAction |
PackageGappTask.UnresolvedAction.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PackageGappTask.UnresolvedAction[] |
PackageGappTask.UnresolvedAction.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
PackageGappTask.setOnUnresolved(PackageGappTask.UnresolvedAction onUnresolved)
What should we do if there are unresolved relpaths within the gapp
file? By default the build will fail, but instead you can opt to
have the relative paths replaced by absolute paths to the same URL,
or to have the task recover by putting the files into an
"application-resources" directory.
|
Copyright © 2024 GATE. All rights reserved.