Giter VIP home page Giter VIP logo

upshot-montague's People

Contributors

alexnisnevich avatar jtschult avatar jtwday avatar turian avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

upshot-montague's Issues

Problem in building the project

Hi,

I struggling to build the project in intelliJ using sbt. Up to now, I had to do the following changes (however I still have import errors)


in plugin.sbt

//addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "0.8.0") // original code
addSbtPlugin("org.scalastyle" %% "scalastyle-sbt-plugin" % "1.0.0") 

in build.sbt

Initially, I received these warnings

[warn] 	::::::::::::::::::::::::::::::::::::::::::::::
[warn] 	::          UNRESOLVED DEPENDENCIES         ::
[warn] 	::::::::::::::::::::::::::::::::::::::::::::::
[warn] 	:: org.scalamacros#quasiquotes_2.12;2.1.0: not found
[warn] 	:: org.scalatest#scalatest_2.12;2.2.4: not found
[warn] 	::::::::::::::::::::::::::::::::::::::::::::::

Then, I made the following changes

libraryDependencies ++= Seq(
  "commons-lang" % "commons-lang" % "2.6",  // original code
  "org.scala-lang" % "scala-reflect" % "2.10.4"  // original code
  ,"org.scalatest" %% "scalatest" % "2.2.4" % "test"  // original code
//  , "org.scalamacros" %% "quasiquotes" % "2.1.0"  
)

// https://mvnrepository.com/artifact/org.scalatest/scalatest
libraryDependencies += "org.scalatest" %% "scalatest" % "3.2.0-SNAP9" % Test

Now the build works, but when I try runMain example.ArithmeticParser (3 + 5) * 2 to I get

[error] /home/noam/GitHub/projects/upshot-montague/src/main/scala/canvas/CanvasOrganizationContext.java:29:1: package com.fasterxml.jackson.annotation does not exist
[error] import com.fasterxml.jackson.annotation.JsonIgnoreProperties;
[error] /home/noam/GitHub/projects/upshot-montague/src/main/scala/canvas/CanvasOrganizationContext.java:30:1: package com.fasterxml.jackson.annotation does not exist
[error] import com.fasterxml.jackson.annotation.JsonProperty;

I seems that not all dependencies are ready, and that maybe excluding "quasiquotes" wasn't the right choice.
Any suggestions how to build and run the project?

Relevant details:

  • Fairly novice in Scala
  • System: Ubuntu 16.04, SDK java 1.8.0, scala-sdk-2.10.6 (VERSION 12)

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.