Fork me on GitHub
#boot
<
2016-09-29
>
symbit12:09:15

@alandipert alas I get the same thing when using mvn that I had been using for years with the same mvn version behind the same firewall.

alandipert13:09:02

@symbit do you have https_proxy and http_proxy environment variables set?

symbit14:09:55

@alandipert nope, never had a proxy set.

alandipert15:09:18

@symbit maybe something else about your proxy config has changed and you need to set it somewhere?

symbit15:09:45

@alandipert Thanks. Will check and let you know..

onetom17:09:29

@darong hi! are you the one behind the https://github.com/darongmean/boot-lein-generate project? I just made a pull request. Can you please release a 0.1.2 on Clojars?

manenko21:09:15

boot/mv doesn’t work with folders. What should I use instead?

martinklepsch21:09:16

@manenko sift supports regexes but I guess you're looking for something that you can use within tasks...

martinklepsch21:09:33

maybe it'd help to look at the implementation of the sift task

manenko21:09:00

Yes, that's my plan. I just have a hope that there's something built-in available :)

richiardiandrea21:09:43

@manenko boot does not know about folders (like git a bit) so that is why there is no built-in support..however some time ago I had the need of moving files with meta around and wrote this: https://gist.github.com/arichiardi/45debef5d84934835555