leiningen/todo.org

31 lines
1.1 KiB
Org Mode
Raw Normal View History

#-*- mode: org -*-
#+startup: overview
#+startup: hidestars
#+TODO: TODO | INPROGRESS | DONE
2009-11-24 06:24:28 +00:00
Leiningen TODOs
* For 1.0
** DONE Remove install task dependency on having Maven installed :Phil:
** TODO Use -Xbootclasspath where possible :Dan:
** DONE Don't write manifest, pom, etc. to disk when jarring :Dan:
** DONE Don't put uberjar in ~/.m2 :Phil:
2009-11-24 06:24:28 +00:00
** TODO Perform compilation in either a subprocess or with a separate classloader
** TODO Allow test task to take namespaces as an argument
** TODO System/exit appropriately when testing based on pass/fail
* Post 1.0
** TODO doc generation
** TODO user config file for activating plugins across all projects
** TODO write shell wrappers
2009-11-25 06:24:49 +00:00
** TODO advise existing tasks from plugins
** Plugin Ideas:
*** Graph output for dependencies between namespaces
*** Start web server for web-related projects
2009-11-29 05:35:19 +00:00
*** Multi-module builds
2009-11-24 06:24:28 +00:00
* Low Priority
** TODO Slim jar task
** TODO Source jar task
** TODO Run failed tests task
2009-11-24 06:24:28 +00:00
** TODO Remove duplication between deps.clj and pom.clj
2009-11-25 06:24:49 +00:00
** TODO Resources directory added to classpath? (for properties, etc)