From 99784282b92a3b5ca2e7f2b936c3e6dd11aca6a6 Mon Sep 17 00:00:00 2001 From: Reinier Zwitserloot Date: Thu, 27 Feb 2014 04:48:18 +0100 Subject: fun times ant hacking to make the ant eclipseForDebugging task ask which alternative you want in the face of multiple plugin versions. --- build.xml | 62 +++++++++++++++++++++++++++++++------------------------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/build.xml b/build.xml index b411b5c3..cd9ef3f7 100644 --- a/build.xml +++ b/build.xml @@ -330,51 +330,51 @@ the common tasks and can be called on to run the main aspects of all the sub-scr - - - + + 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 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}. + + + Added to project classpath from your eclipse installation: ${pluginName}. +${sourceWarning} -- cgit