Giter VIP home page Giter VIP logo

Comments (4)

AitorATuin avatar AitorATuin commented on September 28, 2024

I had the same problem, I just cloned the repository and published it locally (master). After that it worked perfectly.

from sbt-quickfix.

pintjuk avatar pintjuk commented on September 28, 2024

I have a similar problem.
I followed the instructions
sbt compile
does not even generate a quick fix file

sbt test
generates an empty quick fix file

I do not know how to publish a repository locally, sounds time consuming.

from sbt-quickfix.

Xeli avatar Xeli commented on September 28, 2024

I had similar issues getting sbt-quickfix to work.

The following helped me getting it to work:

Fixing Sbt-quickfix:

Like @AitorATuin explained clone the repo and publish it locally:
git clone https://github.com/dscleaver/sbt-quickfix.git

because I want to make sure this local version gets picked up, I had to update the version number.

In sbt-quickfix/build.sbt uncomment the line with the version number:
version := "0.4.1-LOCAL"

and in ~/.sbt/0.13/plugins/plugins.sbt use this new version number:
addSbtPlugin("com.dscleaver.sbt" % "sbt-quickfix" % "0.4.2-LOCAL")

now to publish it locally, run the following command inside of the sbt-quickfix dir
sbt publishLocal

Fixing vim servername:
I also got errors along the lines of
E247: no registered server named "GVIM": Send failed.

This is because I am not using gvim and gvim sets the servername to 'gvim' which allows all of this to work. I use vim from the terminal which does not set this servername. I solved this by adding this to my .bashrc:

alias vim='vim --servername gvim'
(see: http://vim.wikia.com/wiki/Enable_servername_capability_in_vim/xterm)

Neither fixes are very elegant hopefully @dscleaver could atleast fix the first problem. The second problem seems to be 'by design' on vim's end.

from sbt-quickfix.

mnarrell avatar mnarrell commented on September 28, 2024

I see this too. I'm not sold this plugin actually works.

from sbt-quickfix.

Related Issues (13)

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.