Coder Social home page Coder Social logo

Comments (7)

robwolfe avatar robwolfe commented on August 27, 2024

This bug was corrected some time ago. Make sure you use the latest stable version, namely 1.1.0.

$ ls

classes project.clj README src test war

$ ls war/WEB-INF/lib/lein-swank-1.2.0-20100308.145053-1.jar

war/WEB-INF/lib/lein-swank-1.2.0-20100308.145053-1.jar

$ lein version

Leiningen 1.1.0 on Java 1.5.0_17 Java HotSpot(TM) Client VM

$ lein swank

user=> Connection opened on local port 4005

#<ServerSocket ServerSocket[addr=0.0.0.0/0.0.0.0,port=0,localport=4005]>

from leiningen.

sunkencity avatar sunkencity commented on August 27, 2024

I use 1.1.0

$ lein -v
Leiningen 1.1.0 on Java 1.6.0_17 Java HotSpot(TM) 64-Bit Server VM

from leiningen.

sunkencity avatar sunkencity commented on August 27, 2024

weird, my comment didn't show up although I posted. Here again: I do run 1.1.0

lein -v
Leiningen 1.1.0 on Java 1.6.0_17 Java HotSpot(TM) 64-Bit Server VM

from leiningen.

robwolfe avatar robwolfe commented on August 27, 2024

You're right. I used wrong version for test (my own experiment). Leiningen can find plugins only on system class path (defined in lein script), which does not honour :library-path. I played with using Leiningen class loader for finding plugins, but so far it is not ready solution.

from leiningen.

technomancy avatar technomancy commented on August 27, 2024

Yeah, the only way to fix this is to use the subclassloader to find plugin tasks. I probably won't implement this myself since I can't think of a good reason to override :library-path, but I would take a patch.

from leiningen.

technomancy avatar technomancy commented on August 27, 2024

I think this is fixed now that lib/dev is hardcoded for plugins.

from leiningen.

sunkencity avatar sunkencity commented on August 27, 2024

great!

from leiningen.

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.