glidester

Results 8 comments of glidester

Could you provide a demonstrating example and I'll try and take a look at this.

I have the same issue but my drive is not encrypted. I've tried moving my project out of my /home folder (even moved it on to a usb stick to...

Ok. This is very odd. On the play! command line if I run 'clean' then 'compile' I get: ``` [info] Compiling 12 Scala sources and 2 Java sources to /home/tim/az/securesocial/samples/scala/demo/target/scala-2.10/classes......

Well as I stated previously, I do not have an encrypted file system (I checked, I also moved my project to a usb stick and the problem remained). Running 'clean'...

Ok, this error is too random to reliably reproduce. I can't seem to recreate it at all now. Not sure if restarting my computer this morning altered the state of...

I've just been looking into this as I thought it might be useful in my new project. After investigation though I've come to the conclusion that there is no point....

A kind soul gave me a work around for this issue on stackoverflow: https://stackoverflow.com/questions/77556227/mockito-scala-mockito-cannot-mock-this-class-class-scala-xml-elem The work around was to use the following style initialisation: `doReturn().when(generator).respond()` This works but it is...