aboutsummaryrefslogtreecommitdiff
path: root/buildScripts/create-eclipse-project.ant.xml
diff options
context:
space:
mode:
authorReinier Zwitserloot <r.zwitserloot@projectlombok.org>2020-07-02 23:34:07 +0200
committerReinier Zwitserloot <r.zwitserloot@projectlombok.org>2020-07-02 23:34:54 +0200
commit88918e9eb3e65645fddd0f5f850795ce3fec25df (patch)
treed386bd51123a00b3352fadd97452764352fd962d /buildScripts/create-eclipse-project.ant.xml
parent91f576e7e5930f3f7f730a2d3e779f26262adbf3 (diff)
downloadlombok-88918e9eb3e65645fddd0f5f850795ce3fec25df.tar.gz
lombok-88918e9eb3e65645fddd0f5f850795ce3fec25df.tar.bz2
lombok-88918e9eb3e65645fddd0f5f850795ce3fec25df.zip
[build] fixed a build issue (on 'ant dist') on windows.
apparently on windows symlinking requires admin rights because ????? This can be fixed with an explicit update to group policies, which I can't assume anybody working on lombok is going to actually do. /bin/ln in msysgit just copies (interesting choice). I could write a mechanism that tries /bin/ln and if not there, try <copy> instead, either in the build scripts or in ivyplusplus, but that's way too much effort to avoid a 2MB copy. So, for now, we just copy... if more symlinking is to be done later, we'll revisit, though. copying is such a silly waste of time, slowing down the build for no reason.
Diffstat (limited to 'buildScripts/create-eclipse-project.ant.xml')
0 files changed, 0 insertions, 0 deletions