Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Cannot Reproduce
-
0.9.2-incubating
-
None
-
Mac OS X 10.10 Yosemite
Description
David-Laxers-MacBook-Pro:leiningen davidlaxer$ which lein
/Users/davidlaxer/bin/lein
David-Laxers-MacBook-Pro:leiningen davidlaxer$ lein
Could not find artifact leiningen-core:leiningen-core:jar:2.5.1-SNAPSHOT in clojars (https://clojars.org/repo/)
This could be due to a typo in :dependencies or network issues.
If you are behind a proxy, try setting the 'http_proxy' environment variable.
David-Laxers-MacBook-Pro:leiningen davidlaxer$ cd
David-Laxers-MacBook-Pro:~ davidlaxer$ which lein
/Users/davidlaxer/bin/lein
David-Laxers-MacBook-Pro:~ davidlaxer$ lein
Leiningen is a tool for working with Clojure projects.
Several tasks are available:
bluuugh Dummy task for tests.
change Rewrite project.clj by applying a function.
check Check syntax and warn on reflection.
classpath Print the classpath of the current project.
clean Remove all files from project's target-path.
compile Compile Clojure source into .class files.
deploy Build and deploy jar to remote repository.
deps Download all dependencies.
do Higher-order task to perform other tasks in succession.
downloads Calculate download statistics from logs.
echo Task: 'echo' not found
help Display a list of tasks or help for a given task.
install Install the current project to the local repository.
jar Package up all the project's files into a jar file.
javac Compile Java source files.
new Generate project scaffolding based on a template.
one-or-two Dummy task for tests
plugin DEPRECATED. Please use the :user profile instead.
pom Write a pom.xml file to disk for Maven interoperability.
pprint Task: 'pprint' not found
leiningen.project Problem loading: java.lang.RuntimeException: Unable to resolve symbol: defproject in this context, compiling:(leiningen/project.clj:4:1)
release Perform :release-tasks.
repl Start a repl session either with the current project or standalone.
retest Run only the test namespaces which failed last time around.
run Run a -main function with optional command-line arguments.
search Search remote maven repositories for matching jars.
show-profiles List all available profiles or display one if given an argument.
sirius Task: 'sirius' not found
test Run the project's tests.
trampoline Run a task without nesting the project's JVM inside Leiningen's.
uberjar Package up the project files and dependencies into a jar file.
update-in Perform arbitrary transformations on your project map.
upgrade Upgrade Leiningen to specified version or latest stable.
var-args Dummy task for tests.
vcs Interact with the version control system.
version Print version for Leiningen and the current JVM.
with-profile Apply the given task with the profile(s) specified.
zero Dummy task for tests.
Run `lein help $TASK` for details.
Global Options:
-o Run a task offline.
-U Run a task after forcing update of snapshots.
-h, --help Print this help or help for a specific task.
-v, --version Print Leiningen's version.
See also: readme, faq, tutorial, news, sample, profiles, deploying, gpg,
mixed-source, templates, and copying.
David-Laxers-MacBook-Pro:~ davidlaxer$
Attachments
Issue Links
- relates to
-
STORM-329 Fix cascading Storm failure by improving reconnection strategy and buffering messages
- Resolved