Coder Social home page Coder Social logo

Comments (5)

technomancy avatar technomancy commented on July 24, 2024

I'm unlikely to implement this myself since I'm not convinced of the reasoning. (If you use proprietary jars that aren't in any public maven repos, you should put them in private maven repos. It's a bit more work up front, but it will pay off.) But I would certainly accept a patch that implemented it cleanly.

from leiningen.

rosejn avatar rosejn commented on July 24, 2024

I would like this feature so that I can use git submodules in a project and automatically add the submodule src directories to the classpath. Currently I'm not sure how to setup leiningen with submodules without something that lets me add to the classpath. I'll post on the group, but it seems like exactly this feature would do the trick.

from leiningen.

RickMoynihan avatar RickMoynihan commented on July 24, 2024

The problem with putting jars in private maven repo's, is that when there's a dozen or so jar files, it becomes a pain... Especially when I have to tell every developer on the project to install them into a private maven repo. This is error prone (though admitedly I could create a script to do it).

I realise that I could probably setup a server acting as a maven repo or something, but this is fragile to developers working remotely (as I don't want to have to setup a server accessible to the internet).

I've heard people mention that clojure does something funky with classloaders (which prevents it being used with for example OSGI)... How are Clojure's classloaders structured and would it be an impedement to retroactively loading classes in the system classloader?

from leiningen.

technomancy avatar technomancy commented on July 24, 2024

The problem with putting jars in private maven repo's, is that when there's a dozen or so jar files, it becomes a pain... Especially when I have to tell every developer on the project to install them into a private maven repo.

I don't think you understand; I'm not talking about a local maven repo, I'm talking about one that's shared among all developers on the project, but requires a password to access. That way you know that everyone's always working from the exact same versions.

Anyway, I will take a patch for this if someone decides to implement it.

from leiningen.

technomancy avatar technomancy commented on July 24, 2024

This is actually covered pretty well by the checkout dependencies feature. I'll be sure it's documented for the release.

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.