TODO updates.

This commit is contained in:
Phil Hagelberg 2011-05-23 22:07:04 -07:00
parent 89422063c0
commit 7a4cfa9fe5
2 changed files with 11 additions and 8 deletions

View file

@ -93,10 +93,10 @@ libraries it is often the same as the artifact-id, in which case you
may leave it out of the Leiningen dependency notation. For Java
libraries often a reversed domain name is used as the group id.
Many Java libraries can be found by searching
[Jarvana](http://jarvana.com), though you'll need to translate the
Most Java libraries can be found by searching
[Maven Central](http://search.maven.org), though you'll need to translate the
Maven XML notation into
Leiningen's. [Lucene](http://jarvana.com/jarvana/archive-details/org/apache/lucene/lucene-core/3.0.2/lucene-core-3.0.2.jar)
Leiningen's. [Lucene](http://search.maven.org/#artifactdetails%7Corg.apache.lucene%7Clucene-core%7C3.0.2%7Cjar)
is a typical example:
<dependency>

View file

@ -37,8 +37,15 @@ See also https://github.com/technomancy/leiningen/issues
- new push task based on clj-ssh
lein-clojars task doesn't support DSA keys
* For 1.6
- [x] support ns/name in run task
- [ ] investigate problems running deeper inside project dir
- [ ] suppress useless ant output in classpath calculation for :local-repo-classpath
- [ ] make :repl-init change initial ns of repl and swank
- [ ] take care of multiple versions of plugins in ~/.lein/plugins
- [ ] transitive native-deps support
- [ ] Trampoline functionality
http://groups.google.com/group/leiningen/browse_thread/thread/a07a7f10edb77c9b
- [x] more flexibility in search results
- [x] support ns/name in run task
- [x] add option to use ~/.m2-based classpath instead of copying to
lib/? It looks like it would be easy to stop copying things
into lib/ and just use Maven's notion of the project's
@ -46,12 +53,8 @@ See also https://github.com/technomancy/leiningen/issues
straight from ~/.m2.
- [x] Merge lein-search
- [x] Merge lein-retest
- [ ] Add support for N retries
- [x] Merge native-deps
- [ ] transitive native-deps support
- [x] Add leiningen.util.injected namespace
- Trampoline functionality
http://groups.google.com/group/leiningen/browse_thread/thread/a07a7f10edb77c9b
* For 1.5.1
** TODO
- [x] Move ns docstrings to :help-summary to allow AOT given CLJ-130.