Hello,
So, I forked the repo at
https://github.com/propensive/rapture-json-play and made what I believe is the simple change required (basically replacing "JsValue" with "JsLookup"). The code compiles fine, but when I do the following, I just get an empty JAR. I also get an empty JAR doing these commands on the un-altered repo for rapture-json-play.
Any idea why I'm getting the empty JAR?
Joshs-MacBook-Pro:rapture-json-play-master josh$ sbt
[info] Loading project definition from /repos/fork/rapture-json-play-master/project
[info] Set current project to rapture-json-play (in build file:/repos/fork/rapture-json-play-master/)
> compile
[success] Total time: 0 s, completed May 11, 2015 8:57:32 AM
> package
[info] Packaging /repos/fork/rapture-json-play-master/target/scala-2.10/rapture-json-play_2.10-1.1.0.jar ...
[info] Done packaging.
[success] Total time: 0 s, completed May 11, 2015 8:57:34 AM
and then I get the empty jar:
Joshs-MacBook-Pro:rapture-json-play-master josh$ ls -al /repos/fork/rapture-json-play-master/target/scala-2.10/rapture-json-play_2.10-1.1.0.jar
-rw-r--r-- 1 josh wheel 310 May 11 08:57 /repos/fork/rapture-json-play-master/target/scala-2.10/rapture-json-play_2.10-1.1.0.jar
Or rather, it's just 310 bytes.
Thanks for your input! Otherwise, a pretty great library!
Josh