Commit graph

2106 commits

Author SHA1 Message Date
Brian Marick
80bc331ed0 Example of group id 2012-04-29 16:56:54 -05:00
Anthony Grimes
6bad4a0e7c Upgrade lein-newnew. 2012-04-29 16:10:18 -05:00
Hugo Duncan
2c47d3aed6 Add fallback for LEIN_HOME environment variable
When using leiningen-core outside of lein, LEIN_HOME, which is set be the lein shell wrapper,
is not set. Fall back to using the system property for user.home to calculate the lein
home directory
2012-04-29 09:18:54 -04:00
Hugo Duncan
b9e2ae000b Add target to .gitignore 2012-04-29 09:10:32 -04:00
Hugo Duncan
ccd3f58465 Decouple init-project from l.c.project/read
Reading a project should be side affect free. init-project modifies the current
classloader (and possible installs a new context classloader), so should not be
part of leiningen.core.project/read.
2012-04-29 09:07:51 -04:00
Phil Hagelberg
1efcfe4230 Merge pull request #544 from technomancy/legacy-javac-options-support
Legacy javac options support
2012-04-27 16:36:25 -07:00
Michael S. Klishin
93993f09ea Strip trailing ws 2012-04-28 03:20:08 +04:00
Michael S. Klishin
fcf63f39c5 Translate most common javac options in Leiningen 1 format into the one used by Leiningen 2
We intentionally don't try to support every single Lein 1 option because there is no way
to do everything Ant javac task can do with JDK's javac API. And it's also not necessary
because many of those features are very opinionated at best.
2012-04-28 03:14:46 +04:00
Phil Hagelberg
2ea41b28d2 Merge pull request #543 from michaelklishin/newnew-0.2.8
Use newnew plugin 0.2.8 with the directory structure fix
2012-04-27 13:44:09 -07:00
Michael S. Klishin
0dcf7ab5cf Use newnew plugin 0.2.8 with the directory structure fix 2012-04-28 00:40:48 +04:00
Phil Hagelberg
c842c41723 Fix deps test. 2012-04-25 14:49:29 -07:00
Phil Hagelberg
013a336c45 Put version in deps :tree inside a string.
Easier to copy straight into project.clj this way.
2012-04-25 11:30:00 -07:00
Phil Hagelberg
afc7df8e7e Don't set environment to empty map by default. 2012-04-25 11:29:43 -07:00
Phil Hagelberg
7070c8f15a Clarify profile selection logic in readme. 2012-04-24 16:10:17 -07:00
Phil Hagelberg
d85f2fba4d Use :without-profiles when calculating pom for inclusion in jar. Fixes #537. 2012-04-24 16:10:17 -07:00
Phil Hagelberg
4b63f9a953 Make the environment for subprocesses check a dynamic map. 2012-04-24 16:10:17 -07:00
Phil Hagelberg
1faf0eedb4 Bump version of ordered to avoid locked version range. 2012-04-24 16:10:17 -07:00
Justin Balthrop
7a77786248 make lein test print ns-specific commands that can be copied and pasted 2012-04-24 14:36:32 -07:00
Chas Emerick
5a1c2419da eliminate duplicate init-profile 2012-04-24 14:35:03 -04:00
Phil Hagelberg
c07b20accd Merge pull request #539 from sattvik/master
Add reference to leinjacker
2012-04-24 10:29:42 -07:00
Chas Emerick
18d58964d5 test for init-project 2012-04-24 13:27:07 -04:00
Chas Emerick
b1ae6b0758 load plugins, middleware, hooks, etc after merging profiles in with-profile 2012-04-24 13:27:07 -04:00
Daniel Solano Gómez
1f25c46907 Add references to leinjacker and its eval-in-project 2012-04-24 12:14:24 -05:00
Phil Hagelberg
8309cfcadf Merge pull request #538 from metajack/master
Add back in 1-arg version of help-for for backwards compatibility.
2012-04-24 09:23:08 -07:00
Jack Moffitt
95d1179138 Add back in 1-arg version of help-for for backwards compatibility.
Note that this means that plugins using this won't be able to resolve
aliases when getting help.
2012-04-24 10:20:45 -06:00
Chas Emerick
9c904ad989 print complete information on errors encountered in with-profile 2012-04-23 19:18:20 -04:00
Phil Hagelberg
5f5c0cdbab Fix native-path and repl test failures. 2012-04-18 21:51:50 -07:00
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