Commit graph

703 commits

Author SHA1 Message Date
Phil Hagelberg
51fd53b8b1 Show exceptions reading test namespaces. Fixes #127. 2010-11-09 13:08:29 -08:00
Phil Hagelberg
d176fa348f Fixes for bootstrap classpath in :eval-in-leiningen. 2010-11-09 13:07:21 -08:00
Phil Hagelberg
589b38b4ff Factor out read-args function in test task. 2010-11-08 13:36:58 -08:00
Phil Hagelberg
86b281eb14 Better error message when you don't nest dependencies correctly.
Thanks to abedra for "reporting" this bug. =)
2010-11-08 13:34:55 -08:00
Phil Hagelberg
acf9b100e1 Don't need to generate "Installation" section in skeleton readme. 2010-11-08 13:34:36 -08:00
Phil Hagelberg
5075cf53d6 Release 1.4.0-RC1. 2010-11-07 16:10:42 -08:00
Phil Hagelberg
74f0e8f26d Keep self-install jars in ~/.lein/self-installs instead of ~/.m2. 2010-11-07 16:09:20 -08:00
Phil Hagelberg
89f2a77a7a Documentation updates in preparation for 1.4 release. 2010-11-07 15:51:44 -08:00
Phil Hagelberg
5182797f86 Fall back to Clojure 1.2 until bootclasspath issues are resolved. 2010-11-07 13:44:31 -08:00
Matjaz Gregoric
aa421fd1a7 Skip wget cert check in lein.bat. 2010-11-07 15:46:16 +01:00
Matjaz Gregoric
2148769164 Replace homedrive + homepath with userprofile. 2010-11-07 09:50:05 +01:00
Matjaz Gregoric
1d9d95c646 Expose leiningen.original.pwd in lein.bat. 2010-11-07 09:46:05 +01:00
Matjaz Gregoric
832cb1a363 Modify lein.bat to allow running from source. 2010-11-06 23:25:54 +01:00
Matjaz Gregoric
a3632e3cac Add test folder to the classpath. 2010-11-06 23:25:53 +01:00
Phil Hagelberg
5dcd5aa40e Skip curl cert check in lein.bat as well. 2010-11-06 14:07:07 -07:00
Phil Hagelberg
00205012c6 Ignore SSL certs while we wait for Github to get their act together. 2010-11-04 09:12:23 -07:00
Phil Hagelberg
b505cba346 Remove usage of handler arg in test task. 2010-11-03 21:58:04 -07:00
Phil Hagelberg
d88165ae9c Deprecate unused eval-in-project arguments. 2010-11-03 21:18:37 -07:00
Phil Hagelberg
d900c662e3 Documentation updates. Mention JAVA_CMD, contribution guidelines. 2010-11-03 19:46:13 -07:00
Phil Hagelberg
a3255e5aba Switch from :test-resources-path to :dev-resources-path; deprecate former. 2010-11-02 22:07:30 -07:00
Phil Hagelberg
4274e6dcad Deprecation notice for :namespaces in project.clj. 2010-11-02 22:06:56 -07:00
Phil Hagelberg
9cf394649a Clarify unclear docstring for run task. 2010-11-02 21:48:17 -07:00
Phil Hagelberg
e66622a8e2 Fix post-AOT cleanup to use package-based deletion heuristic.
We had it so every .class file had to correspond with a .clj file in
src/, but sometimes there are outliers that don't match up. So instead
we now ensure that there's a directory in src/ that matches the
package of each .class file.
2010-11-02 21:45:15 -07:00
Joe Gallo
b837ebc20a Changed error message when missing required project. 2010-11-02 10:46:24 -04:00
Colin Jones
4af798d959 Allow :dev-dependencies without :dependencies. 2010-10-31 13:41:28 -04:00
Phil Hagelberg
a0656b05c4 Update NEWS file for upcoming 1.4 release. 2010-10-30 13:15:51 -07:00
Phil Hagelberg
28faed0021 TODO updates. 2010-10-30 13:15:51 -07:00
Phil Hagelberg
73cc0b5094 Add delete-non-project-classes to compile task. 2010-10-30 13:15:51 -07:00
Phil Hagelberg
e27f228e17 Forgot a test file. 2010-10-30 13:15:51 -07:00
Matjaz Gregoric
748d5ce76c Use a backslash instead of a forward slash. 2010-10-30 10:00:08 +02:00
Matjaz Gregoric
dae65b59e0 Allow for spaces in LEIN_HOME. 2010-10-30 08:10:01 +02:00
Matjaz Gregoric
cf24a972bd Allow customization with JAVA_CMD and JAVA_OPTS. 2010-10-30 08:03:14 +02:00
Matjaz Gregoric
d18f5c4b47 Don't use JLine when inside_emacs. 2010-10-30 08:03:12 +02:00
Matjaz Gregoric
5da11332af Use JLine in repl and interactive tasks. 2010-10-30 08:03:11 +02:00
Matjaz Gregoric
e05bb7913c Simplify argument handling with the %* special variable. 2010-10-30 08:03:10 +02:00
Matjaz Gregoric
b80003b933 Add leiningen plugin locations to the classpath. 2010-10-30 08:03:09 +02:00
Matjaz Gregoric
9b3126d7ee Avoid a goto statement. 2010-10-30 08:03:08 +02:00
Matjaz Gregoric
6bb95ba166 Move setLocal command higher up the file. 2010-10-30 08:03:07 +02:00
Matjaz Gregoric
30584eabe6 Convert lein.bat to DOS-style line endings. 2010-10-30 08:03:03 +02:00
Matthew Maravillas
7e157036f8 Set LEIN_JAR before handling args 2010-10-30 08:00:32 +02:00
Colin Jones
3c473d9fa6 Allow for spaces in LEIN_JAR path in lein.bat. 2010-10-28 23:43:42 -05:00
Phil Hagelberg
2ab1d4cebc Rename first-arg -> flag. 2010-10-28 21:18:52 -07:00
Phil Hagelberg
063baba0aa Add run task plus rudimentary tests. 2010-10-28 21:12:24 -07:00
Phil Hagelberg
b5adf254a5 Add local-repo-path as a top-level def for customization. 2010-10-28 19:13:03 -07:00
Phil Hagelberg
ac60070f62 Don't bother running deps task if there aren't any dependencies. 2010-10-28 19:12:29 -07:00
Colin Jones
07072396b4 Add one more subtask-help test. 2010-10-26 23:45:19 -05:00
Colin Jones
18e69ea035 Add some tests around subtask help formatting. 2010-10-26 23:32:42 -05:00
Colin Jones
9b437c4c2a Pass the task var around to avoid extra lookups. 2010-10-26 22:46:55 -05:00
Colin Jones
053761774b Move plugin's subtask help mechanism to the help ns. 2010-10-26 22:36:57 -05:00
Joe Gallo
bd3675b3aa Add verbose DEBUG output of errors initializing hookes. 2010-10-26 19:27:01 -07:00