Fork me on GitHub
#leiningen
<
2018-02-07
>
rnagpal16:02:32

@rymndhng quite strange. Each of the individual tasks work fine

rnagpal16:02:54

but the release :patch , :major are still failing

rymndhng16:02:49

@rnagpal did you checking the exit codes of those individual tasks?

rnagpal16:02:14

@rymndhng do got mind explaining how to check the exit code for a command

rymndhng16:02:32

after you run one of those commands, run the command echo $?, if it shows a 0, then the last command was successful, if it's non-zero it means the previous command failed

rnagpal16:02:02

@rymndhng All of them individually were 0

rnagpal16:02:26

Can i override :patch :major sub tasks in lein

rymndhng17:02:22

yeah, the :patch and :minor should be an argument, in lein change version leiningen.release/bump-version :minor

rnagpal20:02:15

@rymndhng thanks a lot helping me. I did try to remove few tasks from release-tasks and then ran, and everything was fine Then I restored it and run lein release and everything was fine again. I dont know what the real issue was, but its solved for now

rnagpal20:02:49

---------
I have a multi module clojurescript project https://github.com/technomancy/leiningen/blob/stable/doc/TUTORIAL.md#checkout-dependencies Local checkout and refreshing the project doesn’t work I mean when I modify the project, another project which imports the jar, doens’t see the changes right away

gklijs23:02:35

@rnagpal not really a leiningen problem I think, also have a multi module project with dependencies. With cursive I have to select the maven refresh sometimes to get the syntax highlighting right. But build with leiningen works.