Skip to content

Commit

Permalink
TODO updates.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed May 24, 2011
1 parent 8942206 commit 7a4cfa9
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 8 deletions.
6 changes: 3 additions & 3 deletions TUTORIAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
13 changes: 8 additions & 5 deletions todo.org
Original file line number Diff line number Diff line change
Expand Up @@ -37,21 +37,24 @@ 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
dependencies to construct a classpath that references jars
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.
Expand Down

0 comments on commit 7a4cfa9

Please sign in to comment.