yurishkuro / opentracing-tutorial

A collection of tutorials for the OpenTracing API
Apache License 2.0
1.57k stars 407 forks source link

Fix path to Hello.java in instructions #14

Closed jpkrohling closed 6 years ago

jpkrohling commented 6 years ago

Signed-off-by: Juraci Paixão Kröhling juraci@kroehling.de

jpkrohling commented 6 years ago

@PikBot: Would the changes from this PR make things clearer?

jpkrohling commented 6 years ago

An alternative is to add a paragraph like: "The base directory for the commands on this lesson is opentracing-tutorial/java, and adjust the paths to be something like src/main/java/lesson01/exercise/Hello.java.

yurishkuro commented 6 years ago

The base directory is top level "java", from where one can use mvn and run.sh

jpkrohling commented 6 years ago

Let me close this and let @PikBot submit a PR.