ayld / multiverse

Automatically exported from code.google.com/p/multiverse
Other
0 stars 0 forks source link

Unable to instrument Scala DiningPhilosophers example #171

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Attempt to run the DiningPhilosophers example in the scala-integration 
package using (Windows syntax)

java -javaagent:%USERPROFILE%\.m2\repository\org\multiverse\multiverse-
alpha\0.3-SNAPSHOT\multiverse-alpha-0.3-SNAPSHOT-jar-with-dependencies.jar 
-cp .;%USERPROFILE%\.m2\repository\org\scala-lang\scala-
library\2.7.7\scala-library-
2.7.7.jar;%USERPROFILE%\.m2\repository\org\scala-lang\scala-
compiler\2.7.7\scala-compiler-2.7.7.jar scala.tools.nsc.MainGenericRunner 
org.multiverse.integration.scala.examples.DiningPhilosophersRunner

from the target/classes directory of the scala-integration plugin.

What is the expected output? What do you see instead?

The example should run and succeed. Instead, an instrumentation error is 
thrown (see attachment).

Please use labels and text to provide additional information.

PS: Running from Eclipse throws the same error but while trying to 
instrument a different Scala class.

Original issue reported on code.google.com by sharedo...@gmail.com on 1 Nov 2009 at 3:13

Attachments: