Commit graph

1411 commits

Author SHA1 Message Date
Phil Hagelberg
a9910e81d5 Add a man page. 2011-07-01 10:48:29 -07:00
Phil Hagelberg
d90affdd6f Move docs to doc/ directory. 2011-07-01 10:32:38 -07:00
Micah
2fe610a9ee added support for .classpath files 2011-07-01 07:25:31 -07:00
Phil Hagelberg
0a301ae611 Bump version to 1.6.1-SNAPSHOT. 2011-07-01 07:24:41 -07:00
Matjaz Gregoric
c96c74f5eb Bump lein.bat to 1.6.0. 2011-06-30 23:43:17 +02:00
Matjaz Gregoric
70bc19d5bb Fix typos. 2011-06-30 18:27:30 +02:00
Matjaz Gregoric
6abed15c43 Make native-deps test work on systems other than 32-bit linux. 2011-06-30 18:14:10 +02:00
Matjaz Gregoric
3867f97307 Fix an issue with leiningen's tests on Windows.
Deleting one of the jar files in the sample test project
was failing on Windows, which was causing all sorts of hard to debug
test errors.

Calling System/gc seems to do the trick (at least on Vista),
but it is not really a proper solution.
If anybody has a better idea, please speak up.
2011-06-30 17:06:11 +02:00
Matjaz Gregoric
93a8e5e7ee Fix bootclasspath to use 1.2.1 in lein.bat. 2011-06-30 10:13:03 +02:00
Phil Hagelberg
8a3054eea0 Release 1.6.0. 2011-06-29 20:35:51 -07:00
Phil Hagelberg
dbc0555460 Remove unused requires. 2011-06-29 20:34:35 -07:00
Phil Hagelberg
8904543884 Fix bootclasspath to use clojure 1.2.1. 2011-06-29 20:33:29 -07:00
Phil Hagelberg
33bb61ff09 Fix standalone repl. 2011-06-29 20:08:23 -07:00
Phil Hagelberg
868441c25f Move default jar-exclusions and uberjar-exclusions to defproject. 2011-06-29 17:54:49 -07:00
Phil Hagelberg
2ff64b7736 Load ~/.lein/user.clj inside project if present. Fixes #215. 2011-06-29 16:01:58 -07:00
Phil Hagelberg
fa188738f7 Swap the order of dependencies and dev-dependencies when building pom.
Should fix #218.
2011-06-29 15:46:41 -07:00
Kevin Downey
49b01efe13 fix JAVA_OPTS backwards compat 2011-06-28 09:51:19 -07:00
Phil Hagelberg
015d19b571 Preserve JVM_OPTS in trampoline. 2011-06-27 19:56:50 -07:00
Phil Hagelberg
591d8137ce Support native-deps plugin for backwards-compatibility. 2011-06-27 19:52:17 -07:00
Phil Hagelberg
fd10bf372b Allow using "lein install foo 1.0" on non-clojure projects. 2011-06-27 19:51:36 -07:00
Phil Hagelberg
c788f401ac Fix uberjar for Leiningen itself. 2011-06-27 19:51:36 -07:00
Phil Hagelberg
f0e9d313fb Merge pull request #217 from scgilardi/trampoline-fix
load trampoline file into a var to allow cleaning it up
2011-06-27 19:51:19 -07:00
Stephen C. Gilardi
16f5235073 load trampoline file into a var to allow cleaning it up 2011-06-28 02:02:50 +00:00
Phil Hagelberg
d07b925364 Include jvm opts in trampolined command. 2011-06-26 14:17:55 -07:00
Phil Hagelberg
ac08c6e60e Special-case repl for trampolining since it needs raw i/o. (WIP) 2011-06-25 20:58:20 -07:00
Phil Hagelberg
2f2a105b95 Pull in deps in repl before launching socket server.
Deps runs can cause the socket repl to time out if they take too long.
2011-06-25 20:30:39 -07:00
Phil Hagelberg
11c6a6af59 Add *trampoline* var to expose whether trampolining is happening.
Needed to fix repl.
2011-06-25 19:48:05 -07:00
Phil Hagelberg
91638b7e46 Add exec to trampoline command. 2011-06-25 18:50:38 -07:00
Phil Hagelberg
a761394dc2 Tutorial updates for 1.6. 2011-06-23 22:49:00 -07:00
Phil Hagelberg
956d0b3bfe Support LEIN_NO_DEV environment variable to skip development settings. 2011-06-23 22:10:48 -07:00
Phil Hagelberg
10413655e7 Prevent "lein upgrade" from a checkout. 2011-06-23 20:22:06 -07:00
Phil Hagelberg
d7287cf928 Remove hacky jar multimethod. 2011-06-23 20:21:53 -07:00
Phil Hagelberg
7137730e90 Move :eval-in-leiningen binding of *ns* to eval-in-project. 2011-06-23 20:21:33 -07:00
Phil Hagelberg
dfb4b759b0 Doco updates. 2011-06-23 20:19:39 -07:00
Phil Hagelberg
8b61bd61e3 Merge pull request #216 from scgilardi/trampoline-fix
clean up trampoline file
2011-06-23 18:35:27 -07:00
Stephen C. Gilardi
09ee4f8be0 clean up trampoline file 2011-06-24 01:14:07 +00:00
Kevin Downey
d6e1c237b2 Merge remote-tracking branch 'origin/master' 2011-06-23 09:57:52 -07:00
Kevin Downey
1a0e3359d6 map "Darwin" to :macosx
Some builds of openjdk7 on osx return "Darwin" as the os.name
2011-06-23 09:55:29 -07:00
Phil Hagelberg
d76d3ad2f1 Fix missing prep arg. 2011-06-23 09:51:17 -07:00
Phil Hagelberg
917f3816b3 Fix trampoline task. 2011-06-22 20:42:44 -07:00
Phil Hagelberg
03bda7c4c4 Upgrade to lancet 1.0.1. 2011-06-22 20:13:27 -07:00
Phil Hagelberg
5c23bd6a24 Check *interactive?* and *exit-after-tests* in test task. 2011-06-22 20:13:21 -07:00
Phil Hagelberg
a02d565656 Fix interactive for :eval-in-leiningen projects. 2011-06-22 20:13:05 -07:00
Phil Hagelberg
a03507660d Return filename from uberjar task. Fixes #213. 2011-06-22 18:13:05 -07:00
Phil Hagelberg
6d0c6ae7fe Project names must be readable symbols. Fixes #214 2011-06-22 18:12:46 -07:00
Phil Hagelberg
8047e90837 Fix typo. 2011-06-20 11:08:40 -07:00
Phil Hagelberg
4ef3aae56a Need a regex here, duh. 2011-06-20 10:59:02 -07:00
Phil Hagelberg
53f3e77aa3 Be more careful in project-accepted? predicate. 2011-06-20 10:55:54 -07:00
Phil Hagelberg
850b2504e3 Let's just slap an ALPHA label on trampoline for now! 2011-06-19 19:29:04 -07:00
Phil Hagelberg
dead008fcf First cut at a trampoline task. 2011-06-19 19:28:16 -07:00