Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tutorial inconsistency #268

Open
l2dy opened this issue Oct 4, 2021 · 0 comments
Open

Tutorial inconsistency #268

l2dy opened this issue Oct 4, 2021 · 0 comments

Comments

@l2dy
Copy link
Contributor

l2dy commented Oct 4, 2021

Commit 149174a replaced

 task database "Database coupling" {
   effort 20d
   depends !!spec
   allocate dev1, dev2
 }

in manual/Tutorial with [[example:tutorial database]]. However, there is no depends in the database section of tutorial.tjp, instead we have

    # All subtasks depend on the specification task.
    depends !spec

    responsible dev1
    task database "Database coupling" {
      ... (no depends!)
    }

So the following paragraph becomes confusing.

So we again use the depends attribute to let TaskJuggler know about this. This time we use two exclamation marks for the relative ID.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant