Giter VIP home page Giter VIP logo

jar-copier's People

Contributors

gitter-badger avatar pupeno avatar ryfow avatar tie-rack avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

jar-copier's Issues

Specify which jars to copy manually

At this point, this plug in only implements copying the jars that are specified as the java-agents as this was the goal for this plug in. Extending it to be able to copy other jars, even manually specified ones won't be hard, but it'll be only implemented if clearly needed.

If you need this, please, comment on this issue and/or send a pull request. This is in our roadmap but won't happen until it's needed.

Write tests

Currently this plug in is untested. The code is quite trivial. If you feel strongly please comment here, pull requests are also welcome.

Random dependencies after the first one

Not sure if the tool is designed for multiple deps (it looks like?) but the following:

  :jar-copier {:jars [
                      [org.clojure/tools.cli "0.3.7"]
                      [org.clojure/data.xml "0.0.8"]]
               :destination "target/jars"}
  :plugins [[com.pupeno/jar-copier "0.4.0"]]

Downloads the following with lein jar-copier:

λ: lein jar-copier
Copying /Users/reborg/.m2/repository/org/clojure/tools.cli/0.3.7/tools.cli-0.3.7.jar to target/jars/org.clojure/tools.cli.jar
Copying /Users/reborg/.m2/repository/org/clojure/clojure/1.4.0/clojure-1.4.0.jar to target/jars/org.clojure/data.xml.jar

It looks like any additional jar to copy results in a random jar being downloaded.

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.