Commit graph

1227 commits

Author SHA1 Message Date
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
Wolodja Wentland
878c9c1644 Fix manpage 2011-10-07 17:58:49 -07:00
Phil Hagelberg
ae84d2d1d3 Merge pull request #261 from robwolfe/upstream
installing in local repository even if target directory redefined in settings.xml
2011-09-27 09:05:41 -07:00
Phil Hagelberg
8fd97b5fc8 Merge pull request #280 from nathanmarz/1.x
Include java source files in jar as well
2011-09-26 20:42:14 -07:00
Nathan Marz
098acdf93e include java source files in jar as well 2011-09-26 18:05:03 -07:00
Phil Hagelberg
7b521d6e8f Merge changes from 1.6.1.1 to 1.x branch. 2011-09-24 15:55:36 -07:00
Phil Hagelberg
4d8b58b712 Merge branch 'deploy-only-repositories-273' of https://github.com/cemerick/leiningen into 1.x 2011-09-24 15:45:43 -07:00
Phil Hagelberg
49929c19a2 Link directly to raw.github.com. 2011-09-24 15:40:26 -07:00
Chas Emerick
bd6959c3a3 Add support for :deploy-repositories slot for deployment-only repositories; closes gh-273 2011-09-15 21:29:18 -04:00
Phil Hagelberg
b209098f21 eval-client-loop doesn't need writer arg. 2011-09-07 10:25:55 -07:00
Phil Hagelberg
a4d12e2fdd Catch exceptions loading ~/.lein/init.clj. 2011-09-07 10:17:56 -07:00
Colin Jones
308cd90e0d Explain ordered map guarantee for repositories-for, refs #268 2011-09-01 22:33:33 -05:00
Colin Jones
9d7c8b52b0 Support ordering repositories, fixes #268 2011-09-01 22:22:05 -05:00
Colin Jones
ad39cec761 Add a test around disabling maven central 2011-09-01 22:20:29 -05:00
Kevin Downey
37291f598f remove empty strings from jvm args 2011-08-28 01:46:25 -07:00
Phil Hagelberg
b3d9cec4dd Merge remote-tracking branch 'cemerick/211' into 1.x 2011-08-26 09:27:56 -07:00
Matjaz Gregoric
1942c465f0 Add resources to leiningen's classpath in lein.bat. 2011-08-25 16:14:45 +02:00
Chas Emerick
2c324b3003 Upgrade to maven-ant-tasks 2.1.3, explicitly add disabled "central" repository when :omit-default-repositories is true. Fixes #211. 2011-08-25 08:25:24 -04:00
Rob Wolfe
805c1faebd installing in local repository even if redefined in settings.xml 2011-08-20 23:01:48 +02:00
Phil Hagelberg
6e0454f57d Re-enable execute permissions after last patch disabled it. 2011-08-18 19:15:03 -04:00