Commit graph

1180 commits

Author SHA1 Message Date
Phil Hagelberg
2637838353 Update NEWS file. Remove 2.0 stuff from todo; keep it on the wiki for now. 2011-11-09 09:50:29 -08:00
Rob Wolfe
d83920b068 installing in local repository even if redefined in settings.xml 2011-11-09 09:18:09 -08:00
Phil Hagelberg
d9765f9eb8 Keep already-packaged lein off the classpath in bin/pkg-lein. 2011-11-09 09:18:04 -08:00
Phil Hagelberg
94c1af407f Don't need a message for ns-finding read failures. 2011-11-09 09:13:28 -08:00
Phil Hagelberg
7dc1b034ee Work around Clojure 1.2 reader bug.
Having spawn genomes on the classpath will cause this.
2011-11-08 17:07:08 -08:00
Phil Hagelberg
b066b3364e s/project mode/bundled mode/.
[ci skip]
2011-11-08 15:48:54 -08:00
Phil Hagelberg
e61ec8c1d0 Merge remote-tracking branch 'Licenser/patch-1' into 1.x 2011-11-08 15:26:06 -08:00
Phil Hagelberg
6beefec20d Coerce system properties into strings. 2011-11-08 14:35:11 -08:00
Heinz N. Gies
addf55cd78 added check for $ORIGINAL_PWD/.lein to exist and choose it over $HOME/.lein as LEIN_HOME. this allows project specific lein installations. 2011-11-08 20:24:40 +01:00
André Thieme
185573396f Removed Clojure 1.3 warnings about dynamic vars. 2011-11-06 16:03:07 -08:00
Phil Hagelberg
2dabd99106 Merge pull request #311 from smee/patch-1
Prevent error for spaces in $SCRIPT path.
2011-11-01 14:54:36 -07:00
Steffen Dienst
9f9b78b5f5 prevent error for spaces in $SCRIPT path. 2011-11-01 22:52:23 +01:00
Phil Hagelberg
bcb3098e8f Make plugin help tests much less specific. 2011-11-01 11:38:18 -07:00
Phil Hagelberg
29ca3564f7 Remove old versions of plugins at plugin install time. Fixes #301.
This won't fix duplicate plugins that have already been installed
unfortunately, but it'll fix it going forward.
2011-11-01 11:23:49 -07:00
Phil Hagelberg
51f76dfa24 Perform deps fetching before compilation in jar task. Fixes #306. 2011-10-31 21:04:40 -07:00
Phil Hagelberg
2862b93c56 Indentation fix. 2011-10-31 20:45:09 -07:00
Matjaz Gregoric
0d6dc8f521 Work around a windows specific problem in tests.
On Windows, delete-file-recursively sometimes fails
to delete certain jar files, which results in cascading
test failures.

An explicit call to System/gc seems to solve the problem
on Windows Vista.
2011-10-31 08:49:21 +01:00
Phil Hagelberg
b00c8cae90 Merge remote-tracking branch 'origin/287-user-level-deploy-repos' into 1.x 2011-10-25 10:17:10 -07:00
Michał Marczyk
17e4cbfdf0 Mention ((user-settings) :deploy-repositories) in DEPLOY.md 2011-10-25 10:37:59 +02:00
Michał Marczyk
7aae51b09e Move user-level deploy repos to (user-settings) 2011-10-25 08:07:08 +02:00
Phil Hagelberg
d17814adb4 Add -r to rlwrap so it remembers terms for completion. 2011-10-24 09:43:25 -07:00
Michał Marczyk
5f15fc0783 Add user-level deploy-repositories setting 2011-10-24 13:31:07 +02:00
Phil Hagelberg
3b6b8b47c1 Clarify :dev-deps vs lein plugin install.
[ci skip]
2011-10-21 14:36:40 -07:00
Phil Hagelberg
6e475bdc50 Boost search page size.
[ci skip]
2011-10-21 14:33:45 -07:00
Phil Hagelberg
79b8373007 Add :compile-path to sample.project.clj.
[ci skip]
2011-10-21 14:33:33 -07:00
Phil Hagelberg
4f2ea633ce Merge pull request #300 from tavisrudd/1.x
added note about lucene search to help on search command
2011-10-21 14:30:09 -07:00
Tavis Rudd
ccfcc546ad added a fuller explanation of plugins to the README 2011-10-21 12:57:15 -07:00
Tavis Rudd
a00e78d2d7 added notes about search command to README 2011-10-21 12:45:53 -07:00
Tavis Rudd
0d27517f44 added note about lucene search to help on search command 2011-10-21 12:27:44 -07:00
Phil Hagelberg
b6ca8aa3a3 Add reminder about :gen-class to uberjar help. 2011-10-20 20:48:59 -07:00
Phil Hagelberg
d6dfa89b1f Remove workaround for joda.
[ci skip]
2011-10-19 17:14:35 -07:00
Phil Hagelberg
f0fe3a74ad Fix test exit code in :eval-in-leiningen. 2011-10-19 16:57:53 -07:00
Phil Hagelberg
bd6e487706 Apparently joda-time 1.6 is no longer resolving from central! 2011-10-19 16:57:36 -07:00
Phil Hagelberg
a97363c505 Don't error out when cleaning up after snapshot deps test. 2011-10-19 16:39:02 -07:00
Phil Hagelberg
36f5dbe2ce Run self-install during ci. 2011-10-19 16:31:17 -07:00
Phil Hagelberg
fc7149dddf Prevent redundant self-install. 2011-10-19 16:30:56 -07:00
Phil Hagelberg
a6c35b803d Redo windows installation instructions, be consistent with markdown tt. 2011-10-19 16:24:30 -07:00
Phil Hagelberg
82de3fd187 Add Travis CI config. 2011-10-19 15:58:46 -07:00
Phil Hagelberg
d309b4b057 Propagate failure return values a bit better in install/jar. 2011-10-19 15:58:32 -07:00
Phil Hagelberg
c43f7a487d Just kidding! Move :compile-path mkdirs a bit higher. 2011-10-19 15:57:02 -07:00
Phil Hagelberg
2ffa002924 Clean up some test directory references. 2011-10-19 15:20:30 -07:00
Phil Hagelberg
c7fb263dab Don't attempt to include non-existent files in the jar. 2011-10-19 15:20:04 -07:00
Phil Hagelberg
029fa10937 Move creation of :compile-path closer to actual compilation. 2011-10-19 15:19:29 -07:00
Stephen Compall
cd919225f9 Fix off-by-one. 2011-10-19 14:32:57 -07:00
Stephen Compall
3ae4f25c5e Understand proxy class files in `has-source-package?'. 2011-10-19 14:32:57 -07:00
Stephen Compall
8179e7bdd8 Test that load works after compiling with :clean-non-project-classes true. 2011-10-19 14:32:57 -07:00
Stephen Compall
372e9b902e Include a proxy in nom.nom.nom test, for compilation testing. 2011-10-19 14:32:57 -07:00
Phil Hagelberg
13fb2bd80f Run implicit clean when deps are fetched.
AFAICT the only legitimate use of "lein clean" is following fetching
new dependencies. Better to make it implicit so that manual clean
calls are never required.
2011-10-18 16:17:51 -07:00
Phil Hagelberg
4e6d3bc52f What was that all about? 2011-10-18 16:13:40 -07:00
Phil Hagelberg
a84d6501c0 Fix missing argument in interactive/eval-client-loop.
Closes #290.
2011-10-08 14:53:22 -07:00