Project

General

Profile

Bug #7996

Ant 'archive' target in FWD project must depend on building all artefacts it archives

Added by Vladimir Tsichevski 6 months ago. Updated 6 months ago.

Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
Due date:
% Done:

0%

billable:
No
vendor_id:
GCD
case_num:

History

#1 Updated by Vladimir Tsichevski 6 months ago

The target archive fails for FWD trunk:

./gradlew clean archive
> Task :check-gradle
> Task :g-clean
> Task :ant-clean-native
> Task :cleanDistribution
> Task :ant-clean
> Task :clean
> Task :sheet:clean
> Task :g-archive FAILED

FAILURE: Build failed with an exception.

* What went wrong:
Execution failed for task ':g-archive'.
> exec returned: 1

* Try:
Run with --stacktrace option to get the stack trace. Run with --info or --debug option to get more log output. Run with --scan to get full insights.

* Get more help at https://help.gradle.org

Deprecated Gradle features were used in this build, making it incompatible with Gradle 6.0.
Use '--warning-mode all' to show the individual deprecation warnings.
See https://docs.gradle.org/5.6.4/userguide/command_line_interface.html#sec:command_line_warnings

BUILD FAILED in 21s
8 actionable tasks: 8 executed

The reason of the failure is that the archive target presumes all artifacts it archives are built, but this target has no corresponding dependencies.

Also available in: Atom PDF