Commit graph

723 commits

Author SHA1 Message Date
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
Bagu is my name. Show my code to River Man
8d35fe3f91 made changes as suggested by technomancy 2009-12-20 20:45:17 -08:00
Bagu is my name. Show my code to River Man
fa5cc6f326 more and better defaults for native-path 2009-12-20 20:44:55 -08:00
Bagu is my name. Show my code to River Man
768e5d1b18 added native-path key to project 2009-12-20 20:44:29 -08:00
Phil Hagelberg
045e24d70e Minor readme tweaks. 2009-12-20 20:37:19 -08:00
Matt Revelle
ad39972f25 Added exclusions support in project files. Useful for libraries that have extra dependencies unnecessary for runtime. (Looking at you, log4j) 2009-12-19 16:37:55 -05:00
Phil Hagelberg
66b4ed91e2 Rename exit-with-error to abort. 2009-12-15 19:51:09 -08:00
Phil Hagelberg
83ab2890b0 Merge commit 'danlarkin/catch-missing-project' 2009-12-15 19:49:22 -08:00
Phil Hagelberg
5fc196cfeb Honor $RLWRAP if present in repl task. 2009-12-15 19:38:24 -08:00
Phil Hagelberg
14b08db530 Bump version. 2009-12-15 19:38:14 -08:00
Dan Larkin
e4e01fe1d1 print an error message instead of a stack trace when no project.clj is found 2009-12-12 16:52:37 -05:00
Dan Larkin
54c8de178d use exit-with-error instead of printing an error message and calling System/exit separately every time 2009-12-12 16:51:37 -05:00
Phil Hagelberg
fb13db7d38 Release 1.0.1! 2009-12-10 22:52:01 -08:00
Dan Larkin
3ab3935dd3 first shot at bash completion for lein shell script 2009-12-10 22:48:51 -08:00
Phil Hagelberg
5646badf5e Be more verbose about the JVM in lein version. 2009-12-10 22:42:50 -08:00
Phil Hagelberg
109b38f738 Honor $JAVA_OPTS. 2009-12-10 22:37:59 -08:00
Phil Hagelberg
63162f6229 Oops; new is shadowed by a macro; can't call it like that. 2009-12-10 22:24:06 -08:00
Phil Hagelberg
144723bad6 Avoid rest args where possible in order to catch arity mistakes. 2009-12-10 22:09:12 -08:00
Phil Hagelberg
a27704b7f9 Merge commit 'danlarkin/guard-against-arity' 2009-12-10 22:00:28 -08:00
Phil Hagelberg
8774473460 Modify test task to take advantage of fixed clojure bug #193. 2009-12-10 21:56:49 -08:00
Phil Hagelberg
119cb3f480 Use 1.1.0-master, not -alpha. 2009-12-10 21:15:43 -08:00
Dan Larkin
27aebfe37d report wrong arity, don't crash 2009-12-10 23:42:19 -05:00
Dan Larkin
2ebb2f220a grammar fix 2009-12-10 23:41:34 -05:00
Dan Larkin
41274ba073 fix NPE when doing "lein core" 2009-12-10 23:23:37 -05:00
Phil Hagelberg
35e0667237 Abort when running self-install on SNAPSHOT versions. 2009-12-10 20:18:22 -08:00
Phil Hagelberg
acf6c3a1f6 Stray println snuck in. 2009-12-10 20:06:07 -08:00
Phil Hagelberg
b3e37c438c Replace rlwrap with jline for repl task. 2009-12-08 18:01:08 -08:00
Phil Hagelberg
a59bc8d5af Call .replace instead of str-replace. Don't create lib or classes, just ignore. 2009-12-07 21:22:02 -08:00
Phil Hagelberg
94f65dadcd Don't pass in a project arg to tasks that don't use it. 2009-12-07 21:17:01 -08:00
B.Smith-Mannschott
2c83f9dd72 teach "leiningen add" not to conflate project's name and directory.
As a consequence it is now also possible to specify a groupId for a
newly created project.

lein new [group-id/]artifact-id [project-dir]

- Group-id is optional. Project-dir defaults to artifact-id if not given.
- Neither group-id nor artifact-id may contain slashes.
- Underscore (_) is normalized to dash (-) in namespace names.
- Dash (-) is normalized to underscore (_) in file and directory names.
2009-12-07 20:59:25 -08:00
Phil Hagelberg
223dffe69c Add aliases for version command. Don't need a project to use it. 2009-12-07 20:54:59 -08:00
Mike T. Miller
c521758a30 added 'version' command 2009-12-07 20:20:44 -08:00
Wayne Rittimann, Jr
2d5a1bece3 Fix for JDK 1.5 compatibility. 2009-12-06 14:07:40 -08:00
Phil Hagelberg
d3d53a432f Bump version number to 1.0.1-SNAPSHOT 2009-12-06 14:07:35 -08:00