-
Bug
-
Resolution: Done
-
Major
-
1.1.0
-
None
-
Low
I am afraid that this does not work as expected:
- the binary release puts byteman jar in lib while source puts it in
- build/lib so add both paths to the classpath just in case
CP=${BASE}lib/byteman.jar
CP=${BASE}build/lib/byteman.jar
The second CP definition should read like
CP=${BASE}build/lib/byteman.jar:$CP