From e693672cd44ab0e648643f4b5c24b1c177ab6c84 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Mon, 12 Jul 2010 23:48:02 +0200 Subject: Changed build system to ivy. --- buildScripts/deps/eclipse-debug-target.template | 34 ---- buildScripts/deps/eclipse-debugging.ant.xml | 259 ------------------------ buildScripts/deps/findbugs.ant.xml | 79 -------- buildScripts/deps/lombok-patcher.ant.xml | 158 --------------- 4 files changed, 530 deletions(-) delete mode 100644 buildScripts/deps/eclipse-debug-target.template delete mode 100644 buildScripts/deps/eclipse-debugging.ant.xml delete mode 100644 buildScripts/deps/findbugs.ant.xml delete mode 100644 buildScripts/deps/lombok-patcher.ant.xml (limited to 'buildScripts/deps') diff --git a/buildScripts/deps/eclipse-debug-target.template b/buildScripts/deps/eclipse-debug-target.template deleted file mode 100644 index 7a1ac635..00000000 --- a/buildScripts/deps/eclipse-debug-target.template +++ /dev/null @@ -1,34 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/buildScripts/deps/eclipse-debugging.ant.xml b/buildScripts/deps/eclipse-debugging.ant.xml deleted file mode 100644 index dddd7f6a..00000000 --- a/buildScripts/deps/eclipse-debugging.ant.xml +++ /dev/null @@ -1,259 +0,0 @@ - - - -This buildfile is part of projectlombok.org. It responsible for downloading, updating, and setting up the eclipse modules that are useful to have when working on lombok's eclipse integration. It's optional. - - - - - - - - - - - - - - - - - -Do you want me to create an eclipse debug target so you can launch a second eclipse, lombok-ized, in the eclipse debugger? - - - - - - - - - - - - -Do you want me to grab from CVS the 3.5 version of org.eclipse.jdt.core? -Lombok integrates with this eclipse module often, and you should grab it if you're going to work on lombok's eclipse integration. - - - - - - - - - - - -Do you want me to grab from CVS the 3.5 version of org.eclipse.jdt.ui? -Lombok integrates with this eclipse module often, and you should grab it if you're going to work on lombok's eclipse integration. - - - - - - - - - - - -Do you want me to grab from CVS the 3.5 version of org.eclipse.core.runtime? -Interacting with the filer and messager (for errors and warnings) requires core.runtime, as well as interacting with modules. -You may not need it unless you're going to work on those areas. - - - - - - - - - - - - -Do you want me to grab from CVS the 3.5 version of org.eclipse.ltk.core.refactoring? -Unless you're going to work with lombok's patching of the refactor scripts, you won't need it. - - - - - - - - - - - - -Do you want me to grab from CVS the 3.5 version of org.eclipse.equinox? -Unless you're going to work on lombok.patcher's OSGi integration, you won't need this. - -WARNING: This project is enormous (350MB) and takes like an hour to check out. You should answer no unless you _really_ want it. - - - - - - - - - - - - - eclipse module checked out in a sibling directory to the lombok project directory. You may want to add the project to your eclipse workspace. - - - - - - - - - eclipse module checked out in a sibling directory to the lombok project directory. You may want to add the project to your eclipse workspace. - - - - - - - - - eclipse module checked out in a sibling directory to the lombok project directory. You may want to add the project to your eclipse workspace. - - - - - - - - - eclipse module checked out in a sibling directory to the lombok project directory. You may want to add the project to your eclipse workspace. - - - - - - - - - eclipse module checked out in a sibling directory to the lombok project directory. You may want to add the project to your eclipse workspace. - - - - - - - - - - --------------------------- - - Launch target configured; it should show up in your eclipse under the debug menu as "LombokizedEclipse". - It does NOT hot-code-replace on lombok itself - you'll need to run 'ant dist' every time you want to use it. This is an unavoidable shortcoming of java agents. You can, however, breakpoint and step through your eclipse this way. - - --------------------------- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/buildScripts/deps/findbugs.ant.xml b/buildScripts/deps/findbugs.ant.xml deleted file mode 100644 index 6aeedb79..00000000 --- a/buildScripts/deps/findbugs.ant.xml +++ /dev/null @@ -1,79 +0,0 @@ - - - -This buildfile is part of projectlombok.org. It responsible for finding, downloading, and updating findbugs. - - - - - - - - - - - - Downloading findbugs v1.3.9 from sourceforge... - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -You don't have the findbugs dependency. If you want to run the 'ant findbugs' task to run findbugs on the lombok sources, you'll need it. Otherwise, you can skip it. If you want me to do so, I will download findbugs now and unpack it in the appropriate place (deps/buildScripts/findbugs). The file will be downloaded from sourceforge. - Pick one (first letter will do): - Skip - Skips this download. This dependency is optional. - Download - Grabs findbugs, so that you can run 'ant findbugs'. - - - - - - - diff --git a/buildScripts/deps/lombok-patcher.ant.xml b/buildScripts/deps/lombok-patcher.ant.xml deleted file mode 100644 index c0dfbf77..00000000 --- a/buildScripts/deps/lombok-patcher.ant.xml +++ /dev/null @@ -1,158 +0,0 @@ - - - -This buildfile is part of projectlombok.org. It responsible for finding, downloading, and updating the lombok.patcher dependency. - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - You don't have any version of lombok-patcher.jar installed. Run 'ant installDeps' to fix this. - - - - - - - - - - - - - - - - ** UPDATED: ${lombok.patcher.fileloc} - - - - - - - - - - - - - - - - - - - - - - -You don't have the lombok.patcher dependency. I can grab the lombok.patcher project form version control. If you want me to do so, I will put the project in a sibling directory next to your 'lombok' project directory. Otherwise, I can grab a copy from the internet, though it won't be as up-to-date, and may thus be insufficient to run the very latest lombok. - Pick one (first letter will do): - Skip - Skips this download. This dependency is not optional, so your lombok won't compile. - Get - Grabs the latest version of lombok.patcher from source control. - Download - Downloads the latest version from the internet, and will not be as up to date as 'get'. - - - - - - - - - - - - - -You only have the lombok.patcher dependency as a downloaded file, which won't be as cutting edge as grabbing it from version control. Do you want to grab lombok.patcher from source control? I will put the project in a sibling directory next to your 'lombok' directory. - Pick one (first letter will do): - Skip - Skips this download, and continues to rely on the occasionally updated web version. - Get - Grabs the latest version of lombok.patcher from source control. Lombok will start using this instead. - - - - - - - - - - - - - Cloning ${lombok.patcher.giturl} into ${lombok.patcher.dir} - - -Done! lombok-patcher.jar will now be resolved from this cloned repository. -You may want to import this project into your eclipse workspace as well. - - - - - - Updating existing git repository of lombok.patcher... - - - - - Downloading lombok-patcher.jar from the internet... - - - - - Updating existing lombok-patcher.jar from the internet... - - - - - - - -- cgit