Autoproxy-Lite icon indicating copy to clipboard operation
Autoproxy-Lite copied to clipboard

Results 3 Autoproxy-Lite issues
Sort by recently updated
recently updated
newest added

I am trying port autoproxy-lite plugin to Scala 2.10 (Here https://github.com/jestan/Autoproxy-Lite/tree/2.10.0) and while running test cases compiler is crashing it seems, any idea [info] Compiling 8 Scala sources to /home/jestan/development/Autoproxy-Lite/examples/simple/target/scala-2.10/classes......

I have a trait with lazy val and, when I try to write a proxy, getting this error .... java.lang.Error: no-symbol does not have owner trait Demo { def id...

How do I get the eclipse compiler to use the plugin? I've tried sbt but there's no jar command, and I'm not sure what I'd do with the jar when...