commit fd0877c205d11b18aadac2c6e9c2b3707e4b0512
Author: Alexander Lehmann <[email protected]>
AuthorDate: Sat, 22 Dec 2012 01:19:06 +0100
Commit: Mauro Talevi <[email protected]>
CommitDate: Sat, 22 Dec 2012 08:50:09 +0100
added a note about creating jar files with Eclipse
diff --git a/examples/executable-jar/Notes.txt
b/examples/executable-jar/Notes.txt
index 335a046..b6b38b6 100644
--- a/examples/executable-jar/Notes.txt
+++ b/examples/executable-jar/Notes.txt
@@ -10,3 +10,10 @@ this way the tests do not have any dependencies except java
itself.
Reading the list of story files from the jar file is supported starting
with jbehave 3.7.5.
+When creating the jar file with Maven, the file layout is correct, when
+creating the jar file with Eclipse (Runnable JAR file), finding the
+stories will work when selecting "Extract required libraries into generated
+JAR", when selecting "Package required libraries into generated JAR", the
+story files will not be found since searching inside a jar that is
+accessible via resource manager is not implemented yet.
+