From 07cfed749e8aa4269fb5060cc3e466c7edb910a4 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Sat, 27 Nov 2010 10:50:22 +0100 Subject: Want to code lombok in intellij? Run 'ant intellij', possible from this patch on, to do so. This involved switching to ivyplusplus 1.4 and includes a hack to make sure 1.3 users get upgraded. --- .gitignore | 3 ++- build.xml | 42 +++++++++++++++++++++++++++++++++++++++++- 2 files changed, 43 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index d9fdc659..1d10c016 100644 --- a/.gitignore +++ b/.gitignore @@ -12,4 +12,5 @@ lib .project .classpath .factorypath - +lombok.iml +.idea diff --git a/build.xml b/build.xml index b6154f7d..177ac191 100644 --- a/build.xml +++ b/build.xml @@ -40,6 +40,8 @@ the common tasks and can be called on to run the main aspects of all the sub-scr + + @@ -47,10 +49,27 @@ the common tasks and can be called on to run the main aspects of all the sub-scr - + + + + + ivyplusplus had to be redownloaded. Restart the script to continue. + + + + + + + + + ivyplusplus had to be redownloaded. Restart the script to continue. + + + + @@ -159,6 +178,27 @@ the common tasks and can be called on to run the main aspects of all the sub-scr + + + + + + + + + + + + + + + + + + + + + -- cgit