Navigation Menu

Skip to content

Commit

Permalink
A few doc changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Jan 25, 2011
1 parent 27f0f36 commit 15ff6b1
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -154,7 +154,7 @@ See the plugin task's help for more information.
the <tt>mvn</tt> invocation to do this. It's _much_ better to get
the dependency in a remote repository for repeatability reasons
though. For teams working on private projects
[Hudson](http://hudson-ci.org/) works well.
[Archiva](http://archiva.apache.org/) works well; see the deploy task.

**Q:** How do I write my own tasks?
**A:** If it's a task that may be useful to more than just your
Expand Down
2 changes: 1 addition & 1 deletion sample.project.clj
Expand Up @@ -68,7 +68,7 @@
;; These namespaces will be AOT-compiled. Needed for gen-class and
;; other Java interop functionality. :namespaces is an alias for this.
;; Put a regex here to compile all namespaces whose names match.
:aot [org.example.sample.SampleClass]
:aot [org.example.sample]
;; The -main function in this namespace will be run at launch if you
;; create an uberjar. Repl sessions will start in this namespace as well.
;; Set :skip-aot metadata on this symbol to use it for other things like the
Expand Down
4 changes: 4 additions & 0 deletions todo.org
Expand Up @@ -50,6 +50,10 @@ See also https://github.com/technomancy/leiningen/issues
lein-search is cool, but it would be better to interoperate with
the standard lucene index system that Maven repositories offer.
This would also mean getting Clojars to produce those indices.
* For 1.5
** DONE unify auth options between :repositories and :deploy-to
** DONE suppress socket closed stacktrace in interactive task
** TODO explain how to do manual self-install if it fails
* For 1.4
** DONE socket timing issues with interactive tests
** DONE connect to socket repl in interactive task
Expand Down

0 comments on commit 15ff6b1

Please sign in to comment.