Giter Site home page Giter Site logo

Comments (3)

dlrodriguez avatar dlrodriguez commented on May 23, 2024

So I got through this error by copying the "build.properties" file into the compiled class directory (target/classes) from the src directory. I'm still having other problems, but at least I can get through this simple bug.

from jackson-module-scala.

christophercurrie avatar christophercurrie commented on May 23, 2024

I'm not sure why you would need to copy the file over manually, unless you're only doing an sbt compile in the source directory. Unlike maven, the sbt compile phase doesn't copy the resources into the classes directory. If you're building from source, I recommend you either run sbt package and use the generated jar, or if you really must use the target/classes directory, then run sbt test, to make sure the tests pass in your environment, which will also copy the resources.

Also, if you're building locally just to use the current master code, then you should consider using the 2.2.0-SNAPSHOT versions being published to the Sonatype OSS Snapshots repository.

Finally, for the current issue, I've run all the tests under Java 7 and everything passes. If you have a use case that fails for you under Java 7, please create a new issue.

from jackson-module-scala.

dlrodriguez avatar dlrodriguez commented on May 23, 2024

You have exposed me as the novice that I truly am to Scala, sbt, and the like. Thank you for your suggestions and advice. I will give it a shot. And thank you for your contributions, always.

from jackson-module-scala.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.