Commit graph

1415 commits

Author SHA1 Message Date
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
Phil Hagelberg
2337ea1569 Bump to 1.2.0-SNAPSHOT. 2010-02-26 16:10:30 -08:00
Phil Hagelberg
0577148bd2 Release 1.1.0! 2010-02-16 21:58:41 -08:00
Phil Hagelberg
e4e4ff5db7 Don't create single-segment namespaces in the "lein new" skeleton. 2010-02-16 21:57:25 -08:00
Seth Schroeder
92e9bbf571 restore Xbootclasspath on MacOS X 2010-02-16 21:15:58 -08:00
Seth Schroeder
199d03a34d [github-17] exclude Xbootclasspath from eval-in-project forking of JVM 2010-02-15 21:36:55 -08:00
Phil Hagelberg
5dcbda0ef7 Allow task functions to be defined in project.clj. 2010-02-14 14:14:49 -08:00
Phil Hagelberg
97c0ffd854 Bump version to RC2. 2010-02-13 09:40:34 -08:00
Phil Hagelberg
8891f781ae Skip -Xbootclasspath on OS X until test issues are resolved.
This makes boot time sloooooooooooooow.
2010-02-13 09:40:08 -08:00
Phil Hagelberg
e4ae8b2bfd Make no-project-needed set an atom so plugins can add to it. 2010-02-13 09:31:51 -08:00
Phil Hagelberg
21e5fc9b27 Update todo and news. 2010-02-13 09:30:46 -08:00
Phil Hagelberg
59526b5dc8 Only shutdown agents in JVMs 1.6+. 2010-02-13 09:30:10 -08:00
Phil Hagelberg
176c2cdea4 Only show repl warning when running in a project dir.
Standalone repls don't care.
2010-02-13 09:27:29 -08:00
abscondment
8fe72c159a Refining upgrade: check for access, request confirmation. 2010-02-13 09:25:55 -08:00
abscondment
dce5992814 First pass at an upgrade task. 2010-02-13 09:25:47 -08:00
Phil Hagelberg
0aca88dcde Move test's shutdown-agents to inside eval-in-project. 2010-02-12 21:01:56 -08:00