Commit graph

4064 commits

Author SHA1 Message Date
Matthias Gaertner
3b4079f0e1 2.5.2-SNAPSHOT doesn't build on Windows 7 with Java 8 #1899
Checked on Windows 7 and Windows 8, with Java Oracle 1.8.0_65.
Improved error detection, especially for downloads. Script
returns non-zero exit code on problems now.
Updated wget link. The original URL does not work any longer.
Supplied a known clean download location, including VirusTotal link.
The slightly re-written structure makes this code work with TCC, too,
so this commit should solve #2019, too.
Quoting has been amended so the code works on Leiningen folders that
contain space characters.
2015-11-09 00:28:44 +01:00
Matthias Gaertner
927b9bf26c 2.5.2-SNAPSHOT doesn't build on Windows 7 with Java 8 #1899 2015-11-05 23:54:58 +01:00
Jean Niklas L'orange
dde4022c18 Merge pull request #2009 from propan/master
show a better error message when java is not found in PATH
2015-11-02 00:21:05 +01:00
Jean Niklas L'orange
86e985397a Merge branch 'pr/2017' 2015-11-01 23:58:37 +01:00
Jean Niklas L'orange
c6b559ddb5 bump some hidden nrepl deps, ref #2017 2015-11-01 23:57:53 +01:00
Jean Niklas L'orange
936f377b8e Merge pull request #2007 from schmir/fix-non-github-url-parsing
don't parse broken scm params from non-github URLs
2015-11-01 22:52:55 +01:00
Jean Niklas L'orange
3667708c57 Merge pull request #1990 from MichaelBlume/no-auth
allow setting no-auth in settings
2015-11-01 22:50:59 +01:00
Bozhidar Batsov
8fd028e896 Bump the nREPL dep to 0.2.12
nREPL 0.2.11 added an extremely important source-tracking feature, which is leveraged by CIDER (and probably some other tools). 0.2.12 fixed a critical bug introduced in 0.2.11.
2015-11-01 18:34:46 +02:00
Pavel Prokopenko
6379f6dad9 show a better error message when java is not found in PATH 2015-10-24 00:19:04 +03:00
Jean Niklas L'orange
4d91b32123 Merge pull request #2008 from floating-cat/master
Update CHANGELOG.md templates
2015-10-22 13:49:55 +02:00
floating-cat
1a68eb0c1e Update CHNAGELOG.md templates 2015-10-22 10:55:50 +08:00
Ralf Schmitt
d70936419c don't parse broken scm params from non-github URLs
return nil instead of the empty list from parse-github-url. Otherwise
we end up with broken connection and developerConnection params in pom
files when not using github, like in:

  <scm>
    <connection>scm:git:git://github.com//.git</connection>
    <developerConnection>scm:git:ssh://git@github.com//.git</developerConnection>
    <tag>03299434f4af53bde0fd4f4000174ae7a7ee0818
</tag>
    <url>https://github.com//</url>
  </scm>

With this change, the scm section for non-github URLs looks like:

  <scm>
    <tag>03299434f4af53bde0fd4f4000174ae7a7ee0818
</tag>
    <url/>
  </scm>
2015-10-16 14:09:46 +02:00
Jean Niklas L'orange
74d4168bf3 Merge pull request #2006 from RasterBurn/patch-1
Documentation fix: change passphrase to password
2015-10-16 00:20:29 +02:00
Dan Harbin
ef928dfc7b Documentation fix: change passphrase to password
`:passphrase` does not work in this context (non-gpg encrypted credentials).  This works when you specify `:password` instead.
2015-10-14 16:36:42 -05:00
Phil Hagelberg
3bd52cb8a9 Merge pull request #2005 from coldnew/fix-typo-on-profiles-md
Fix typo on PROFILES.md
2015-10-13 13:22:18 +00:00
Yen-Chin Lee
205664426a Fix typo on PROFILES.md
The :resource-paths is mispelled in :resources-path.

Signed-off-by: Yen-Chin Lee <coldnew.tw@gmail.com>
2015-10-13 13:44:51 +08:00
Jean Niklas L'orange
86ad734b0f Merge pull request #2004 from pietromenna/pedantic-abort-when-true
Return non zero status when :pedantic? is set to true or :abort
2015-10-12 00:19:31 +02:00
Pietro F. Menna
d2a2076477 Return non zero status when :pedantic? is set to true or :abort
Closes #1856.
2015-10-11 17:16:46 -03:00
Jean Niklas L'orange
696ccf90fd Merge pull request #2002 from timvisher/add-timvisher-to-news
Add exit code change to NEWS
2015-10-02 18:51:34 +02:00
Tim Visher
180490c485 Add Tim Visher to NEWS 2015-10-02 12:43:02 -04:00
Jean Niklas L'orange
d701275464 Quote components in ()s in lein.bat
Thanks for modulus @ freenode/#leiningen for the fix.
2015-09-26 16:36:19 +02:00
Jean Niklas L'orange
89f7ba1465 Merge pull request #1991 from MichaelBlume/container-build
allow travis to do a container build
2015-09-23 09:52:14 +02:00
Jean Niklas L'orange
7b6537a02c Merge pull request #1993 from rwilson/master
Added to template docs explaining mustache delimiters
2015-09-23 09:50:03 +02:00
Ryan Wilson
de4ec3e970 Added section to template documentation explaining mustache delimiters. 2015-09-22 17:47:44 -07:00
Michael Blume
a0c6df0916 allow travis to do a container build 2015-09-21 16:22:12 -07:00
Michael Blume
f60562c5a6 allow setting no-auth in settings
Some wagons can find their own authentication. For example, the S3 wagon can
use IAM roles if it's running on an EC2 instance. For these wagons, all we need
to do is get out of the way.
2015-09-21 16:16:54 -07:00
Jean Niklas L'orange
87c7e07da9 Back to snapshot 2015-09-22 00:37:56 +02:00
Jean Niklas L'orange
574aabb9d4 Release 2.5.3 2015-09-21 23:23:51 +02:00
Jean Niklas L'orange
783ba1ed11 Update NEWS.md 2015-09-21 22:31:58 +02:00
Jean Niklas L'orange
3b0bd543e4 Merge pull request #1988
Conflicts:
	test/leiningen/test/new.clj
2015-09-20 17:25:53 +02:00
Jean Niklas L'orange
a8907c496d Add CHANGELOG.md to tests. 2015-09-20 17:18:40 +02:00
Jean Niklas L'orange
afa31af346 Pin potemkin. Ref #1693
It seems like potemkin is kept at 0.3.x, but some libraries seem to
depend on its transitive dependency, clj-tuple. In particular, some
dependency wants to use `clojure.lang.PersistentUnrolledVector`, which it
cannot find.

Pinning it to the latest version seems to cause issues like #1693 go
away.
2015-09-20 16:12:15 +02:00
Jean Niklas L'orange
aeee655881 Only merge in mirrors (if key exist) 2015-09-20 15:47:11 +02:00
Jean Niklas L'orange
af387e9e7c Merge pull request #1970 from Hardtack/master
Fix #1785
2015-09-20 15:43:35 +02:00
Jean Niklas L'orange
37e9c8cfbf Merge pull request #1830 from winks/issue-1420
Fixes #1420
2015-09-20 14:44:38 +02:00
Daniel Compton
804d96190f Add CHANGELOG.md to lein new templates
`lein new` commands will create a CHANGELOG.md template.

Fixes #1982
2015-09-12 23:44:51 +12:00
Jean Niklas L'orange
d40fdd4da3 Merge pull request #1986 from danielcompton/vcs-tag-without-signing
Add option to not sign tags when running "vcs" "tag"
2015-09-10 23:47:54 +02:00
Daniel Compton
eb98e855cf Add option to not sign tags when running "vcs" "tag"
- Add vcs tag commandline argument parser
- Update documentation to show new options

Fixes #1873, fixes #1799
2015-09-11 09:29:53 +12:00
Jean Niklas L'orange
bafe36205e Merge pull request #1985 from danielcompton/add-development-section
Split README documentation links into Usage and Development sections
2015-09-10 16:44:19 +02:00
Jean Niklas L'orange
fd6c7b6a4b Merge pull request #1984 from shimanekb/issue1944
issue #1944 Fix
2015-09-10 16:43:20 +02:00
B025994
a78259d5a0 changed .printStackTrace with println .getMessage 2015-09-10 09:12:33 -05:00
Daniel Compton
de56f0bd80 Split README documentation links into Usage and Development sections
Fixes #1971
2015-09-10 11:53:01 +12:00
B025994
e2ee014dd1 fixed printStackTrace bug using std out error 2015-09-09 16:47:54 -05:00
Jean Niklas L'orange
6538837be0 Merge pull request #1980 from j-allard/relax-file-not-found-test
Make the file-not-found test less strict
2015-09-08 16:37:18 +02:00
Jeremy Allard
bdc2e3ab33 Change the file-not-found test to be less strict on the output 2015-09-08 01:35:49 -04:00
Jean Niklas L'orange
e9d6d78857 Merge pull request #1974 from weavejester/create-classpaths-on-eval
Create source, resource and test paths for eval prep
2015-09-04 08:50:33 +02:00
James Reeves
1ecbb98ffc Create source, resource and test paths for eval prep
If a directory on the classpath does not exist when the JVM is started,
it's ignored even if it is subsequently created. This commit ensures
that source, resource and test paths exist as part of the prep work for
eval-in-project.
2015-09-04 04:20:32 +01:00
Jean Niklas L'orange
ee6d34e368 Add link to "build" steps, ref #1971
[ci skip]
2015-09-02 10:35:29 +02:00
Jean Niklas L'orange
0a24be8370 Merge pull request #1972 from timvisher/feature/honor-sh-return-codes
Feature/honor sh return codes
2015-09-02 10:32:38 +02:00
Tim Visher
53a03e9c64 Use eval/sh-with-exit-code in vcs
This should fail the release process if any command exits non-0.
2015-09-01 20:53:01 -04:00