Andrew Reitz
Andrew Reitz
I checked the url param right before go url, and it is correct. Still not sure why it's opening up.
Sure. I'm guessing sbt isn't running, should I be seeing output from it? I tried leaving off the url to see if it would print out the usage statement, but...
I replaced `#!/usr/bin/env sbt -Dsbt.main.class=sbt.ScriptMain` with `#!/usr/bin/sbt -Dsbt.main.class=sbt.ScriptMain` which seems to get sbt to execute but is causing other issues. I will keep you updated.
I am having this same issue on Fedora 20. So this doesn't appear to be Ubuntu dependent.
I tried a different phone today than my normal dev phone and am getting output now. I looked and the issue was I wasn't getting PIDs, with this new phone...
@stephentalley Can you provide me the commit for the one that is working for you?
Just found that there are some issues if you are pulling from places other than jcenter. I will look into those. Do you want me to close this and update...
No problem. I noticed some issues if you pull dependencies from places other than jCenter which I can probably address sometime soon. When you say I can updated all at...
Here is that stacktrace `com.andrewreitz.tiles.StateTileStateManagerSpec > get default state FAILED java.lang.NoClassDefFoundError at StateTileStateManagerSpec.groovy:8 Caused by: java.lang.ClassNotFoundException at StateTileStateManagerSpec.groovy:8` The line it's failing on looks like `def a = new StateTileStateManager()`...
Seems like this is actually being caused by rxandroid Here is the application I created that causes the error. https://github.com/pieces029/robospock-test