Commit graph

580 commits

Author SHA1 Message Date
Phil Hagelberg
85b84bc4fa Fix classpath calculation to use ls instead of find. (Thanks Licenser) 2010-04-19 22:23:12 -07:00
Phil Hagelberg
9fd8cb23e7 Quit using that nasty $ESCAPED_ARGS hack for leiningen.core/-main. 2010-04-16 22:34:45 -07:00
Phil Hagelberg
38bcf71e8d Update gitignore with new jar names. 2010-04-16 22:24:46 -07:00
Phil Hagelberg
cd4b56972c Keep dev-dependencies in lib/dev, out of the way of uberjar. 2010-04-16 22:24:01 -07:00
Phil Hagelberg
a756c40de7 Re-enable use of checkout-dependencies. 2010-04-16 22:14:33 -07:00
Phil Hagelberg
4a216d1fa8 Update known issues in readme. 2010-04-16 21:56:59 -07:00
Phil Hagelberg
44b6369aec Move repl task out of shell script, finally! Depends on Clojure ticket #299. 2010-04-16 21:46:53 -07:00
Phil Hagelberg
e886afb457 Upgrade to Clojure 1.2.0-master-SNAPSHOT. 2010-04-16 21:25:59 -07:00
Perry Trolard
d3b479d9df Whitespace change... 2010-04-08 16:58:27 -05:00
Perry Trolard
575405c829 Fix incorrecty formed jarname in uberjar. 2010-04-08 16:49:51 -05:00
Phil Hagelberg
d9246d6c6f More helpful message when no namespaces are configured for compilation. 2010-04-06 22:42:31 -07:00
Phil Hagelberg
5c3667986f Keep jar files in root unless :jar-dir specifies otherwise. 2010-04-06 22:35:59 -07:00
David McNeil
225d4a4ae1 Write jar to the :target-path directory. 2010-04-06 22:31:13 -07:00
David McNeil
036b47d505 Added option to omit-default-repositories. 2010-04-06 22:31:13 -07:00
Phil Hagelberg
f83bf739e7 Use rlwrap if detected. 2010-04-06 22:29:59 -07:00
Phil Hagelberg
8c9e0a7dae Include version number in jar filenames. 2010-04-06 22:22:17 -07:00
Peter Schuller
dcb2d54bf2 Do not assume bash it as /bin/bash; use /usr/bin/env bash. 2010-04-06 22:17:42 -07:00
Stephen Compall
625c5de55d move classpath-related functions from compile to classpath module 2010-04-06 22:08:33 -07:00
Stephen Compall
ba964458c6 add "classpath" built-in subcommand 2010-04-06 22:06:18 -07:00
Phil Hagelberg
266b254b76 Call read-project from leiningen.core ns. 2010-04-06 22:05:48 -07:00
Phil Hagelberg
28573d093a Implement first run of checkout dependencies. 2010-04-06 21:59:44 -07:00
Phil Hagelberg
479fbe9f2b Mention $RLWRAP environment var in readme in jline section. 2010-04-06 21:55:38 -07:00
dakrone
2cd3e0130e slight readme formatting fix. 2010-04-06 21:50:40 -07:00
dakrone
a726c4aad4 Add ability to specify jline usage with env variable.
Set LEIN_USE_JLINE=false and 'lein repl' will not use jline when
starting a REPL. Also updated the README's FAQ to add this.
2010-04-06 21:50:40 -07:00
Phil Hagelberg
417151eb6a Write ns->path and path->ns functions in core. 2010-04-06 21:41:23 -07:00
Phil Hagelberg
b3a794c604 I'm dumb; let some conflicts in. 2010-03-22 20:55:56 -07:00
Phil Hagelberg
84ca66b023 Accept host argument from the command line for lein-swank. 2010-03-21 15:18:32 -07:00
Phil Hagelberg
0df6f8477d Tweak symlinking of dependent jars. 2010-03-16 21:06:34 -07:00
Richard Newman
0b9fba8395 Make deps generic. Add draft symlink implementation. 2010-03-16 20:58:21 -07:00
Phil Hagelberg
8a687e7c94 Check a project's src/ dir for leiningen tasks. 2010-03-15 21:25:46 -07:00
Ryan Zezeski
1c9048dbb1 Fix jar task and add test.
The jar task is not correctly building the Main-Class attribute in the
case of multiple hyphens in the namespace.  Fix this and add
regression test.
2010-03-15 21:15:46 -07:00
Ryan Zezeski
2c05ffc3fa Fix test_new. 2010-03-15 21:15:06 -07:00
Stephen Compall
c99d28e7b0 Use on-disk file mod times in generated jars. Allows require to use jar-stored AOT compilations. 2010-03-15 21:02:36 -07:00
abscondment
d11eae7451 Separate version check from form generator; add an optional test-package argument to the from generator. 2010-03-15 20:49:05 -07:00
abscondment
b19d46b6d0 Prevent users of Clojure 1.0 from calling the test task and point them
to the lein-test-is plugin. closes #21
2010-03-15 20:48:50 -07:00
Phil Hagelberg
41fd7425ef Drop back to Clojure 1.1.0 until issues with 1.2.0 are resolved. 2010-03-15 20:34:06 -07:00
Stuart Halloway
1bbcf902f0 write build config into pom
-  makes pom-as-project work in NetBeans Enclojure
2010-03-15 20:52:57 -04:00
Rob Wolfe
5961500a51 updating versions and links 2010-03-13 17:17:56 +01:00
Brent Millare
3afb1f22e5 allow swank, in lein-swank to accept additional arguments to pass to start-repl 2010-03-12 21:32:18 -08:00
Phil Hagelberg
efbeb67c4d Allow $CLASSPATH to be used to customize repl classpath. 2010-03-12 21:07:44 -08:00
Phil Hagelberg
261bf53284 Bunch more TODOs for 1.2. 2010-03-12 21:07:25 -08:00
Phil Hagelberg
e535fe817c Added INTRO.md with concept background thanks to slyphon. 2010-03-12 21:04:11 -08:00
Phil Hagelberg
e9862ce66c TODO updates. 2010-03-11 21:22:42 -08:00
Phil Hagelberg
ca975f95d8 Update lein-swank version and deps. 2010-03-11 21:22:38 -08:00
Phil Hagelberg
80dfecef82 Added a note to the sample app to explain that it's used in the tests. 2010-03-07 14:14:29 -08:00
Phil Hagelberg
1ea20ac740 Fix java paths on cygwin and allow spaces in the LEIN_JAR directory path. 2010-03-06 21:51:13 -08:00
Bobby Calderwood
731f3c5a5a Use Java package naming conventions in Main-Class value of JAR manifest. 2010-03-06 21:48:12 -08:00
Phil Hagelberg
f5e05a33cd Add a :main clause to the sample's project.clj file. 2010-03-06 21:36:34 -08:00
Phil Hagelberg
b5b6b56e6d Add a note in order to clarify that -Xbootclasspath is optional. 2010-03-06 21:36:19 -08:00
Phil Hagelberg
bb4badefab Update lein.bat to reflect the fact that CLOJURE_JAR is optional. 2010-03-06 10:01:45 -08:00