Commit graph

2106 commits

Author SHA1 Message Date
Perry Trolard
4b773b1835 Fix to lein-jar path resolution bug. 2010-02-01 20:46:29 -08:00
Phil Hagelberg
024f167d86 Remove overzealous arity catch.
This was catching an artity problem deeper in the code and reporting
it as "wrong number of arguments to task". Thanks to Mark McGranahan
for noticing it.
2010-01-31 21:11:48 -08:00
Phil Hagelberg
56683c3862 We have a 1.1.0 release candidate. 2010-01-31 14:24:30 -08:00
Phil Hagelberg
d6e22bddbb In bin script, find's -follow argument must come after path. 2010-01-31 14:17:07 -08:00
Rob Wolfe
d528c492ad constraining implicit dependencies resolving 2010-01-31 14:14:19 -08:00
Phil Hagelberg
3054293cf8 Add a test to ensure tests don't use Leiningen's Clojure version. 2010-01-30 22:43:23 -08:00
Phil Hagelberg
a9936d22b7 Factor out form-for-testing-namespaces for other plugins to use. 2010-01-30 22:43:07 -08:00
Phil Hagelberg
3a659941f8 Specify namespaces for sample project to compile. 2010-01-30 22:25:03 -08:00
Phil Hagelberg
24ef40dba1 Add build.clojure.org releases repository. 2010-01-30 22:11:54 -08:00
Phil Hagelberg
bd0e725548 Fix test file for generated projects. 2010-01-30 22:11:17 -08:00
Phil Hagelberg
3130064c8a Add a warning for the lein repl task. 2010-01-30 21:53:38 -08:00
Phil Hagelberg
62dfb7e029 Don't use find's -H option; it's not present on older systems.
Thanks to Scott Haug.
2010-01-30 21:31:05 -08:00
Phil Hagelberg
a960a1c4ef Switch to ant 1.6.5 so we can access the subclassloader's classpath.
It's bound to user/*classpath* when using eval-in-project.
2010-01-30 21:28:02 -08:00
Rob Wolfe
9884b00bc3 cleaning :library-path 2010-01-30 16:01:58 -08:00
Phil Hagelberg
0bcb7c2a70 Update lein-swank readme. Yay for random twitter bug reports. 2010-01-30 16:01:01 -08:00
Phil Hagelberg
b6a807bd33 Add a note if compiling with no :namespaces specified. 2010-01-27 22:42:03 -08:00
Steve Purcell
797994881d Make "lein jar" trim :source-path from packed files, not simply "src" 2010-01-27 22:18:30 -08:00
Rob Wolfe
a33a777e71 installing pom.xml artifact along with jar 2010-01-27 22:14:29 -08:00
Rob Wolfe
74c9f1c839 adding error messages to lein.bat 2010-01-27 22:13:53 -08:00
Rob Wolfe
4cce1fafea test path should be pointed by :test-path key 2010-01-27 22:13:41 -08:00
Phil Hagelberg
8789acc130 TODOs and readme clarification. 2010-01-27 21:38:55 -08:00
Phil Hagelberg
f3a097d958 Don't try to System/exit from within eval-in-project. It doesn't work. 2010-01-21 00:26:39 -08:00
Phil Hagelberg
b3232350e2 Update new task. Output project.clj as string. Add skeletal test. 2010-01-20 23:40:17 -08:00
Phil Hagelberg
d9e2b7791b Use Clojure 1.1.0 release for using Leiningen itself. 2010-01-20 23:22:39 -08:00
Phil Hagelberg
7aa8318405 Ignore autodoc dir. 2010-01-20 23:21:28 -08:00
Phil Hagelberg
d0a489e08d Add autodoc plugin. 2010-01-20 23:21:22 -08:00
Phil Hagelberg
f0220e6986 Fix some readme links. 2010-01-11 09:04:32 -08:00
Phil Hagelberg
40d8c2cff5 Merge commit 'neotyk/master' 2010-01-02 15:53:49 -08:00
Phil Hagelberg
c99bada107 Mention windows support in docs. 2010-01-02 15:52:14 -08:00
Rob Wolfe
5e9f694fd3 windows environment 2010-01-02 15:23:30 -08:00
Phil Hagelberg
815adb8bf5 Update NEWS file. 2010-01-01 22:06:46 -08:00
Phil Hagelberg
4fa7a13d2d Don't AOT namespaces by default. 2010-01-01 22:06:36 -08:00
Phil Hagelberg
6e1a777c9b Remove cargo-cult garbage in bin script. Thanks, Steve. 2010-01-01 21:58:27 -08:00
Phil Hagelberg
258f72e755 Add a message in the jar task. 2010-01-01 21:57:56 -08:00
Phil Hagelberg
793285c335 Use 1.1.0 for both Leiningen itself and newly-generated projects. 2010-01-01 21:46:09 -08:00
Phil Hagelberg
31b647bf4b New version of lein-swank. 2010-01-01 21:38:51 -08:00
Hubert Iwaniuk
85f5c5e533 test for issue 8 fix 2009-12-31 10:36:14 +01:00
Hubert Iwaniuk
711b3acfec replaces '.' with '/' in package name when creating dir 2009-12-30 23:40:43 +01:00
Phil Hagelberg
af77ef61ed Merge commit 'mattrepl/master' 2009-12-26 08:46:04 -08:00
Phil Hagelberg
069a96f29c Add überjar alias. 2009-12-26 08:42:37 -08:00
Phil Hagelberg
4fdad15915 Merge setfork branch. 2009-12-22 14:42:07 -08:00
Matt Revelle
c0df45a8c3 Extra space at end of question. 2009-12-21 16:37:38 -05:00
Matt Revelle
756996faf8 Removing escaping backslashes from code in README. 2009-12-21 16:35:30 -05:00
Matt Revelle
bea0cfa50a Added documentation about :exclusions in :dependencies to the README and deps docstring. 2009-12-21 16:28:19 -05:00
Matt Revelle
3360ad4e0b Added documentation about :exclusions in :dependencies to the README and deps docstring. 2009-12-21 16:19:31 -05:00
Matt Revelle
f05055f634 Merge branch 'master' of git://github.com/technomancy/leiningen 2009-12-21 15:39:09 -05:00
wilkes
f963996036 in eval-in-project, added setFailonerror true 2009-12-20 22:02:31 -08:00
Matt Revelle
09911f4aa9 Added exclusions support in project files. Useful for libraries that have extra dependencies unnecessary for runtime. (Looking at you, log4j) 2009-12-20 21:59:55 -08:00
Bagu is my name. Show my code to River Man
7f1f7ba6df may have fixed issues with fork not getting jvm args and setting if on osx 2009-12-20 20:45:23 -08:00
Bagu is my name. Show my code to River Man
7661ebe493 moved setFork so that its only used when needed by native code 2009-12-20 20:45:22 -08:00