We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e059f80 commit 549e1f5Copy full SHA for 549e1f5
examples/run
@@ -51,8 +51,8 @@ fi
51
52
if [ ! -f "$base_dir/$example_folder/target/runtime-classpath" ]; then
53
die "Unable to run example \"$example_name\"." \
54
- "Couldn't find \"target/runtime-classpath\" in \"$base_dir/$example_folder\"."
55
- "Run \"mvn compile\" at the top-level of the project first."
+ "Couldn't find \"target/runtime-classpath\" in \"$base_dir/$example_folder\"." \
+ "\"ReadMe.md\" at the top level has instructions for running the examples."
56
fi
57
58
base_dir=`dirname "$loc"`
0 commit comments