Skip to content

[STORY] v4-S29: Add deprecation warnings for removed Gradle commands #35

Description

@raifdmueller

User Story

As a documentation author, I want helpful error messages when I use v3-era Gradle commands.

Acceptance Criteria

Scenario: User runs ./gradlew
  Given a v4 installation without Gradle
  When a user runs ./gradlew generateHTML
  Then the error message says: "Gradle is no longer used in v4. Use: ./dtcw generateHTML"

Scenario: User runs dtcw with Gradle-style task group
  When a user runs ./dtcw tasks --group doctoolchain
  Then the output lists available tasks
  And a note says: "v4 uses direct script invocation. --group is ignored."

Priority: Should

Epic: v4-E5 (#7)

Blocked by: v4-S3

Metadata

Metadata

Assignees

No one assigned

    Labels

    storyUser story implementing part of an epicv4docToolchain v4 architecture migration

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions