Giter VIP home page Giter VIP logo

Comments (6)

weavejester avatar weavejester commented on May 17, 2024

Did you run the following commands:

lein plugin install lein-newnew 0.2.6
lein plugin install compojure/lein-template 0.2.0

from compojure.

jsyrjala avatar jsyrjala commented on May 17, 2024

Yes, the whole output is like this when I run all to commands in instructions.

$ lein plugin install lein-newnew 0.2.6
[INFO] Unable to find resource 'lein-newnew:lein-newnew:jar:0.2.6' in repository central (http://repo1.maven.org/maven2)
Copying 3 files to /tmp/lein-3bdd4294-af4c-412b-be98-89c2226a0f4b/lib
Including lein-newnew-0.2.6.jar
Including stencil-0.2.0.jar
Including slingshot-0.8.0.jar
Including bultitude-0.1.5.jar
Created lein-newnew-0.2.6.jar
$ lein plugin install compojure/lein-template 0.2.0
[INFO] Unable to find resource 'compojure:lein-template:jar:0.2.0' in repository central (http://repo1.maven.org/maven2)
Copying 3 files to /tmp/lein-4fa754d3-1a8c-4fc5-b73f-6578069781f4/lib
Including lein-template-0.2.0.jar
Including trammel-0.7.0.jar
Including thneed-1.0.0-20120330.013054-1.jar
Including leinjacker-0.2.0.jar
Created compojure-lein-template-0.2.0.jar
jsyrjala@viivoitin:~/tmp2$ lein new compojure hello-world
Created new project in: /home/jsyrjala/tmp2/hello-world
Look over project.clj and start coding in compojure/core.clj
$

Following files are generated

$ find hello-world
hello-world
hello-world/.gitignore
hello-world/test
hello-world/test/compojure
hello-world/test/compojure/test
hello-world/test/compojure/test/core.clj
hello-world/README
hello-world/project.clj
hello-world/src
hello-world/src/compojure
hello-world/src/compojure/core.clj
$ tail hello-world/src/compojure/core.clj
(ns compojure.core)
$ 

from compojure.

weavejester avatar weavejester commented on May 17, 2024

Hm, I can't reproduce your results. When I run the same commands with Leiningen 1.7.1, it works perfectly.

You could try clearing out your plugin folder and re-installing:

rm ~/.lein/plugins/*.jar
lein plugin install lein-newnew 0.2.6            
lein plugin install compojure/lein-template 0.2.0

Let me know if that works.

from compojure.

jsyrjala avatar jsyrjala commented on May 17, 2024

oops, didn't mean to close this.

removing the plugins didn't help

from compojure.

weavejester avatar weavejester commented on May 17, 2024

Try opening an issue with lein-newnew. It looks like the lein-newnew plugin isn't working correctly for you.

from compojure.

jsyrjala avatar jsyrjala commented on May 17, 2024

I tried with lein2, and it seems to work.

from compojure.

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.