Git Product home page Git Product logo

Comments (5)

mopemope avatar mopemope commented on July 18, 2024

@terlar Thank you for your report. you are using gradle ?

from meghanada-server.

mopemope avatar mopemope commented on July 18, 2024

@terlar Please check latest version.

from meghanada-server.

terlar avatar terlar commented on July 18, 2024

@mopemope Sorry for not getting back to you, I was a bit busy recently. This project is not gradle it is using sbt for dependencies, but I have manually created the .meghanada.conf with the dependencies.

Like this:

compile-source = "1.8"
compile-target = "1.8"

sources = ["src/main/java"]
resources = ["src/main/resources"]
test-sources = ["src/test/java"]

dependencies = ["/home/terje/.ivy2/cache/com.secret.service-registry/core/jars/core-0.5.3.jar",
                "/home/terje/.ivy2/cache/com.typesafe/config/bundles/config-1.2.1.jar",
                "/home/terje/.ivy2/cache/com.google.guava/guava/bundles/guava-18.0.jar",
                "/home/terje/.ivy2/cache/commons-io/commons-io/jars/commons-io-2.4.jar",
                "/home/terje/.ivy2/cache/commons-net/commons-net/jars/commons-net-3.3.jar",
                "/home/terje/.ivy2/cache/org.apache.commons/commons-lang3/jars/commons-lang3-3.4.jar",
                "/home/terje/.ivy2/cache/org.apache.httpcomponents/httpclient/jars/httpclient-4.5.2.jar",
                "/home/terje/.ivy2/cache/org.apache.httpcomponents/httpcore/jars/httpcore-4.4.4.jar",
                "/home/terje/.ivy2/cache/org.apache.httpcomponents/httpmime/jars/httpmime-4.5.1.jar",
                "/home/terje/.ivy2/cache/org.springframework.boot/spring-boot-starter-redis/jars/spring-boot-starter-redis-1.2.6.RELEASE.jar",
                "/home/terje/.ivy2/cache/org.springframework.boot/spring-boot-starter-web/jars/spring-boot-starter-web-1.2.6.RELEASE.jar",
                "/home/terje/.ivy2/cache/org.springframework.session/spring-session/jars/spring-session-1.0.2.RELEASE.jar",
                "/home/terje/.ivy2/cache/com.github.kstyrc/embedded-redis/jars/embedded-redis-0.6.jar",
                "/home/terje/.ivy2/cache/com.github.jedis-lock/jedis-lock/jars/jedis-lock-1.0.0.jar"]

test-dependencies = ["/home/terje/.ivy2/cache/com.novocode/junit-interface/jars/junit-interface-0.11.jar",
                     "/home/terje/.ivy2/cache/org.easymock/easymock/jars/easymock-3.4.jar",
                     "/home/terje/.ivy2/cache/org.springframework/spring-test/jars/spring-test-4.1.0.RELEASE.jar",
                     "/home/terje/.ivy2/cache/org.hamcrest/hamcrest-junit/jars/hamcrest-junit-2.0.0.0.jar"]

I have tried the recent version and the problem still occurs. Do you have a sample project or something really eager to see how this works.

from meghanada-server.

mopemope avatar mopemope commented on July 18, 2024

@terlar OK. Please set output and test-output

# Set classes output directory
# Type: string
output = "build/main/classes"

# Set test classes output directory
# Type: string
test-output = "build/test/classes"

from meghanada-server.

terlar avatar terlar commented on July 18, 2024

Thank you, it was not clear to me which configuration was required and what defaults worked out/existed. With this configuration it seems to be working smooth. Good to see the check that adds some new warnings.

Using sbt as build tool, this was my config if anyone else uses that:

output = "target/scala-2.10/classes"
test-output = "target/scala-2.10/test-classes"

from meghanada-server.

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.