Skip to content

Commit 549e1f5

Browse files
committed
examples/run: If it looks like they forgot to build, point them at the ReadMe instructions.
1 parent e059f80 commit 549e1f5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/run

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ fi
5151

5252
if [ ! -f "$base_dir/$example_folder/target/runtime-classpath" ]; then
5353
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."
54+
"Couldn't find \"target/runtime-classpath\" in \"$base_dir/$example_folder\"." \
55+
"\"ReadMe.md\" at the top level has instructions for running the examples."
5656
fi
5757

5858
base_dir=`dirname "$loc"`

0 commit comments

Comments
 (0)