From 6b0acc9a19cce1c13496d132ce695415780ab52b Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Fri, 7 Feb 2014 03:16:55 +0100 Subject: [eclipse debugging] a new target, 'eclipseForDebugging', which imports deps from your eclipse so that line numbers etc line up with your eclipse. --- .gitignore | 1 + build.xml | 98 ++++++++++++++++++++++++++++++++++++++++++++++++++-- buildScripts/ivy.xml | 24 +++++++------ 3 files changed, 109 insertions(+), 14 deletions(-) diff --git a/.gitignore b/.gitignore index 7fb9cc6b..4b584638 100644 --- a/.gitignore +++ b/.gitignore @@ -17,3 +17,4 @@ /.idea *.markdown.html /junit*.properties +/eclipse.location diff --git a/build.xml b/build.xml index b44d6673..05e36913 100644 --- a/build.xml +++ b/build.xml @@ -255,7 +255,15 @@ the common tasks and can be called on to run the main aspects of all the sub-scr - + + + + + + + + + @@ -267,20 +275,104 @@ the common tasks and can be called on to run the main aspects of all the sub-scr - + - + + + + + + + + + + + + + To add your eclipse installation's own plugins as dependencies, the build script needs to know where your eclipse is installed. Please enter this now (it's saved for future executions of this task). For example: + + /Applications/eclipse + C:\Program Files\eclipse + + + + Eclipse can't be found in this location; I expect that directory to contain a subdirectory called 'plugins'. + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + You do not have sources for ${augment.bin}. I expect the sources to be in the same directory, but starting with '${prefix}.source_'. + + + + You do not have the eclipse plugin '${pluginName}'. I expected it to be in your eclipse plugins directory (followed by an underscore and a version number). + + + + You have multiple versions of the same plugin. You should probably delete everything except the one your eclipse actually uses. + + Binaries: ${augment.bin} + + Sources: ${augment.src} + + + + + + + + + + + Added to project classpath from your eclipse installation: ${pluginName}. diff --git a/buildScripts/ivy.xml b/buildScripts/ivy.xml index bd9fb1a1..bcf5ecd1 100644 --- a/buildScripts/ivy.xml +++ b/buildScripts/ivy.xml @@ -3,7 +3,9 @@ - + + + @@ -12,8 +14,8 @@ - - + + @@ -21,15 +23,15 @@ - + - - - - - - - + + + + + + + -- cgit