Commit graph

1729 commits

Author SHA1 Message Date
Phil Hagelberg
a7ea1c5b5a Bump lein-newnew to 0.2.7. Fixes #533. 2012-04-18 21:48:04 -07:00
Colin Jones
d972bc29cd Bump reply version for jlinerc warning fix 2012-04-18 23:18:33 -05:00
Colin Jones
fdae11f7d1 Allow trampolining the repl task
refs #528
2012-04-18 21:08:42 -05:00
Phil Hagelberg
d038306c97 Move project.clj included in jar to path under group/artifact. Fixes #521. 2012-04-17 22:20:58 -07:00
Phil Hagelberg
b99b57a3d5 Clarify that :password and :passphrase are used by different repositories.
[ci skip]
2012-04-17 22:14:53 -07:00
Phil Hagelberg
fed8eb6241 Merge pull request #532 from kenrestivo/ce788c934159183eaaec2f3a9d841a862e791d52
Maven repos seem to want "password" not "passphrase"
2012-04-17 22:09:40 -07:00
Phil Hagelberg
9e83fc3f95 Bump to Clojure 1.4.0. 2012-04-17 22:07:04 -07:00
Phil Hagelberg
e04f1bee9b Move :native-path to under target/ dir. 2012-04-17 22:04:29 -07:00
Chas Emerick
3da949b538 avoid NPE when searching for "Suppressed exit" 2012-04-17 07:59:52 -04:00
ken restivo
ce788c9341 maven wants password not passphrase 2012-04-16 22:32:44 -07:00
Colin Jones
3461f4cade Bump reply, nREPL, and cd-client
Add paren matching, fix multiline garbage, add printing after value
returned, add cdoc alias, clarify help output, fix lazy-clojuredocs
in new project, avoid nesting agents, and remind me that I need to
finally create a changelog for reply.

refs #525
2012-04-16 22:26:24 -05:00
Phil Hagelberg
0f0c2770ff Merge pull request #526 from juergenhoetzel/master
Invalid classpath entries in .lein-classpath
2012-04-16 11:25:11 -07:00
Juergen Hoetzel
e03989d1c2 fix LEIN_HOME path when running under cygwin (required for user profiles) 2012-04-14 12:18:35 -07:00
Juergen Hoetzel
d539c0edbb lein classpath: Accept optional output-file
Aether writes debug information to stdout, resulting in invalid
classpath entries like:

Could not find artifact lein-newnew:lein-newnew:pom:0.2.6 in
central (http://repo1.maven.org/maven2)
2012-04-14 19:12:34 +02:00
Phil Hagelberg
99c63b3553 Merge pull request #524 from wjlroe/helpful-task-missing-error
Print error for missing tasks instead of stacktrace
2012-04-14 07:32:56 -07:00
William Roe
393de28437 Print error for missing tasks instead of stacktrace
> lein help nohelpforyou

Prints a FileNotFoundException. It would be more useful to simply
print that the task does not exist.
2012-04-13 16:27:34 +01:00
Phil Hagelberg
55935d01e9 Remove "bundled mode" from bin/lein. 2012-04-12 11:50:11 -07:00
Phil Hagelberg
030632acf6 Bump back to snapshot. 2012-04-12 10:37:34 -07:00
Phil Hagelberg
a95f990227 Release 2.0.0-preview3. 2012-04-12 10:18:32 -07:00
Phil Hagelberg
2f3ede0964 Readme tweaks. 2012-04-12 10:12:09 -07:00
Phil Hagelberg
344a4658b0 Fix :offline? project key to have question mark. 2012-04-12 10:04:54 -07:00
Phil Hagelberg
de2ded08a7 Don't shutdown agents when exit is suppressed. 2012-04-12 10:04:12 -07:00
Phil Hagelberg
8cb1062526 Bump reply to 0.1.0-beta3. 2012-04-11 09:25:51 -07:00
Phil Hagelberg
97e3909848 Have mercy on the packagers; don't pull in useful for a 1-line defn. 2012-04-11 09:24:12 -07:00
Colin Jones
b48eec97c4 Handle starting in a different ns
Allow either :init-ns and :main. Add tests for reply option
conversions.

refs #432
2012-04-11 09:47:43 -05:00
Phil Hagelberg
6e5dee8611 Update sample.project.clj docs. 2012-04-10 17:27:49 -07:00
Phil Hagelberg
d17654bacd Ensure deps are calculated in prep. Fixes #433 for real. 2012-04-10 17:25:50 -07:00
Lee Hinman
c6697f76aa Collapse all repl-* options into :repl-options map
Makes progress on #432, still may need work (needs test cases).

Also note all non-lein keys in :repl-options are passed through to
reply without modification (in case reply adds some crazy new features
that lein doesn't immediately support)
2012-04-10 17:09:20 -06:00
Phil Hagelberg
eb745d06b0 Prevent user profiles from affecting pom tests. 2012-04-10 16:06:52 -07:00
Phil Hagelberg
9c1a6f5b47 Switch pom tests back to not having clojure-complete. 2012-04-10 15:57:17 -07:00
Phil Hagelberg
30c0fdbafd Fix tests for new pomegranate and newnew versions. 2012-04-10 13:31:38 -07:00
Phil Hagelberg
15e1213ce3 Bump lein-newnew version. Fixes #507. 2012-04-10 12:12:41 -07:00
Nelson Morris
4ffde4c655 Bump pomegranate; fixes #491 2012-04-10 13:28:46 -05:00
Anthony Grimes
28a930386a Update bultitude. 2012-04-10 09:48:00 -05:00
Phil Hagelberg
0f1f6df45e Replace :javac-options map with vector. Fixes #450. 2012-04-09 21:23:01 -07:00
Phil Hagelberg
7c82e59acf Mention new :dependencies settings in sample.project.clj. Fixes #501.
[ci skip]
2012-04-09 21:13:12 -07:00
Chas Emerick
a4821e0c79 don't call pomegranate/can-modify? 2012-04-09 18:53:39 -04:00
Colin Jones
a352392567 Add more repl task news 2012-04-09 17:46:27 -05:00
Phil Hagelberg
81652f9161 news/todos 2012-04-09 12:18:06 -07:00
Phil Hagelberg
13a6b10d90 Make help task look up argument in aliases map. 2012-04-09 11:54:29 -07:00
Phil Hagelberg
0a5d1edd8b Remove last vestiges of exit-code-as-return-value. Fixes #510. 2012-04-09 11:48:32 -07:00
Lee Hinman
4d0dda9004 bump clj-http dependency 2012-04-08 16:15:38 -06:00
Phil Hagelberg
4affd6afac Merge pull request #509 from jaceklaskowski/patch-2
Once upgraded to 1.1.1, lein2 pprint showed the output (it didn't work w...
2012-04-08 06:52:03 -07:00
Jacek Laskowski
69099f4c57 Once upgraded to 1.1.1, lein2 pprint showed the output (it didn't work with the previous version - no output shown) 2012-04-08 12:57:43 +03:00
Colin Jones
80208ca303 Bump reply dependency
Adds http nREPL support and fixes a few bugs
2012-04-07 16:36:30 -05:00
Phil Hagelberg
6f1638b1a0 Port arbitrary version upgrades from 1.7.1. 2012-04-07 12:40:14 -07:00
Phil Hagelberg
49dcb03ecf Don't warn of profile merge conflicts when the classes match. 2012-04-07 12:40:14 -07:00
Phil Hagelberg
5206f9315b Automatically activate offline profile when needed. Fixes #478. 2012-04-07 12:40:14 -07:00
Michael Klishin
9cc4ab8a7f Merge pull request #506 from johnbendi/patch-1
Update doc/TUTORIAL.md
2012-04-07 10:51:25 -07:00
John Chijioke
d2d4617b2f Update doc/TUTORIAL.md 2012-04-07 19:11:09 +02:00