See <https://builds.apache.org/job/IvyDE/251/changes>
Changes:
[hibou] Remove the upgrade of the .classpath since it produces a lot of trouble
[hibou] Log exceptions too if there are some
[hibou] Improve logging of the classpath container states
[hibou] Separate Ivy messages from IvyDE ones
------------------------------------------
[...truncated 2273 lines...]
[java] [javac] import java.io.File;
[java] [javac] ^^^^^^^^^^^^
[java] [javac] The import java.io.File is never used
[java] [javac] ----------
[java] [javac] 27. WARNING in
<https://builds.apache.org/job/IvyDE/ws/trunk/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/cpcontainer/IvyClasspathUtil.java>
(at line 23)
[java] [javac] import java.net.URI;
[java] [javac] ^^^^^^^^^^^^
[java] [javac] The import java.net.URI is never used
[java] [javac] ----------
[java] [javac] 28. WARNING in
<https://builds.apache.org/job/IvyDE/ws/trunk/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/cpcontainer/IvyClasspathUtil.java>
(at line 43)
[java] [javac] import org.eclipse.core.runtime.CoreException;
[java] [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[java] [javac] The import org.eclipse.core.runtime.CoreException is
never used
[java] [javac] ----------
[java] [javac] 29. WARNING in
<https://builds.apache.org/job/IvyDE/ws/trunk/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/cpcontainer/IvyClasspathUtil.java>
(at line 46)
[java] [javac] import
org.eclipse.core.variables.IStringVariableManager;
[java] [javac]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[java] [javac] The import
org.eclipse.core.variables.IStringVariableManager is never used
[java] [javac] ----------
[java] [javac] 30. WARNING in
<https://builds.apache.org/job/IvyDE/ws/trunk/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/cpcontainer/IvyClasspathUtil.java>
(at line 47)
[java] [javac] import
org.eclipse.core.variables.VariablesPlugin;
[java] [javac]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[java] [javac] The import org.eclipse.core.variables.VariablesPlugin
is never used
[java] [javac] ----------
[java] [javac] 31. WARNING in
<https://builds.apache.org/job/IvyDE/ws/trunk/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/cpcontainer/IvyClasspathUtil.java>
(at line 54)
[java] [javac] import
org.eclipse.jdt.internal.ui.packageview.ClassPathContainer;
[java] [javac]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[java] [javac] Discouraged access: The type ClassPathContainer is not
accessible due to restriction on classpath entry
<https://builds.apache.org/job/IvyDE/ws/trunk/dependencies/eclipse-SDK-3.7.1-win32/plugins/org.eclipse.jdt.ui_3.7.1.r371_v20110824-0800.jar>
[java] [javac] ----------
[java] [javac] 32. WARNING in
<https://builds.apache.org/job/IvyDE/ws/trunk/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/cpcontainer/IvyClasspathUtil.java>
(at line 82)
[java] [javac] if (element instanceof ClassPathContainer) {
[java] [javac] ^^^^^^^^^^^^^^^^^^
[java] [javac] Discouraged access: The type ClassPathContainer is not
accessible due to restriction on classpath entry
<https://builds.apache.org/job/IvyDE/ws/trunk/dependencies/eclipse-SDK-3.7.1-win32/plugins/org.eclipse.jdt.ui_3.7.1.r371_v20110824-0800.jar>
[java] [javac] ----------
[java] [javac] 33. WARNING in
<https://builds.apache.org/job/IvyDE/ws/trunk/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/cpcontainer/IvyClasspathUtil.java>
(at line 85)
[java] [javac] return jdt2IvyCPC((ClassPathContainer) element);
[java] [javac] ^^^^^^^^^^^^^^^^^^
[java] [javac] Discouraged access: The type ClassPathContainer is not
accessible due to restriction on classpath entry
<https://builds.apache.org/job/IvyDE/ws/trunk/dependencies/eclipse-SDK-3.7.1-win32/plugins/org.eclipse.jdt.ui_3.7.1.r371_v20110824-0800.jar>
[java] [javac] ----------
[java] [javac] 34. WARNING in
<https://builds.apache.org/job/IvyDE/ws/trunk/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/cpcontainer/IvyClasspathUtil.java>
(at line 98)
[java] [javac] public static IvyClasspathContainer
jdt2IvyCPC(ClassPathContainer cpc) {
[java] [javac]
^^^^^^^^^^^^^^^^^^
[java] [javac] Discouraged access: The type ClassPathContainer is not
accessible due to restriction on classpath entry
<https://builds.apache.org/job/IvyDE/ws/trunk/dependencies/eclipse-SDK-3.7.1-win32/plugins/org.eclipse.jdt.ui_3.7.1.r371_v20110824-0800.jar>
[java] [javac] ----------
[java] [javac] 35. WARNING in
<https://builds.apache.org/job/IvyDE/ws/trunk/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/cpcontainer/IvyClasspathUtil.java>
(at line 99)
[java] [javac] IClasspathEntry entry = cpc.getClasspathEntry();
[java] [javac] ^^^^^^^^^^^^^^^^^^^^^^^
[java] [javac] Discouraged access: The method getClasspathEntry() from
the type ClassPathContainer is not accessible due to restriction on classpath
entry
<https://builds.apache.org/job/IvyDE/ws/trunk/dependencies/eclipse-SDK-3.7.1-win32/plugins/org.eclipse.jdt.ui_3.7.1.r371_v20110824-0800.jar>
[java] [javac] ----------
[java] [javac] 36. WARNING in
<https://builds.apache.org/job/IvyDE/ws/trunk/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/cpcontainer/IvyClasspathUtil.java>
(at line 102)
[java] [javac] cpc.getJavaProject());
[java] [javac] ^^^^^^^^^^^^^^^^^^^^
[java] [javac] Discouraged access: The method getJavaProject() from
the type PackageFragmentRootContainer is not accessible due to restriction on
classpath entry
<https://builds.apache.org/job/IvyDE/ws/trunk/dependencies/eclipse-SDK-3.7.1-win32/plugins/org.eclipse.jdt.ui_3.7.1.r371_v20110824-0800.jar>
[java] [javac] ----------
[java] [javac] ----------
[java] [javac] 37. WARNING in
<https://builds.apache.org/job/IvyDE/ws/trunk/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/handlers/AbstractIvyDEHandler.java>
(at line 36)
[java] [javac] import
org.eclipse.jdt.internal.ui.packageview.ClassPathContainer;
[java] [javac]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[java] [javac] Discouraged access: The type ClassPathContainer is not
accessible due to restriction on classpath entry
<https://builds.apache.org/job/IvyDE/ws/trunk/dependencies/eclipse-SDK-3.7.1-win32/plugins/org.eclipse.jdt.ui_3.7.1.r371_v20110824-0800.jar>
[java] [javac] ----------
[java] [javac] 38. WARNING in
<https://builds.apache.org/job/IvyDE/ws/trunk/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/handlers/AbstractIvyDEHandler.java>
(at line 72)
[java] [javac] } else if (element instanceof
ClassPathContainer) {
[java] [javac] ^^^^^^^^^^^^^^^^^^
[java] [javac] Discouraged access: The type ClassPathContainer is not
accessible due to restriction on classpath entry
<https://builds.apache.org/job/IvyDE/ws/trunk/dependencies/eclipse-SDK-3.7.1-win32/plugins/org.eclipse.jdt.ui_3.7.1.r371_v20110824-0800.jar>
[java] [javac] ----------
[java] [javac] 39. WARNING in
<https://builds.apache.org/job/IvyDE/ws/trunk/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/handlers/AbstractIvyDEHandler.java>
(at line 74)
[java] [javac] .jdt2IvyCPC(((ClassPathContainer) element));
[java] [javac] ^^^^^^^^^^^^^^^^^^
[java] [javac] Discouraged access: The type ClassPathContainer is not
accessible due to restriction on classpath entry
<https://builds.apache.org/job/IvyDE/ws/trunk/dependencies/eclipse-SDK-3.7.1-win32/plugins/org.eclipse.jdt.ui_3.7.1.r371_v20110824-0800.jar>
[java] [javac] ----------
[java] [javac] ----------
[java] [javac] 40. WARNING in
<https://builds.apache.org/job/IvyDE/ws/trunk/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/resolve/ResolveResult.java>
(at line 31)
[java] [javac] import org.eclipse.core.runtime.MultiStatus;
[java] [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[java] [javac] The import org.eclipse.core.runtime.MultiStatus is
never used
[java] [javac] ----------
[java] [javac] ----------
[java] [javac] 41. WARNING in
<https://builds.apache.org/job/IvyDE/ws/trunk/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/retrieve/RetrieveSetupManager.java>
(at line 36)
[java] [javac] import org.eclipse.core.runtime.IStatus;
[java] [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[java] [javac] The import org.eclipse.core.runtime.IStatus is never
used
[java] [javac] ----------
[java] [javac] ----------
[java] [javac] 42. WARNING in
<https://builds.apache.org/job/IvyDE/ws/trunk/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/revdepexplorer/IvyUtil.java>
(at line 21)
[java] [javac] import java.util.Collection;
[java] [javac] ^^^^^^^^^^^^^^^^^^^^
[java] [javac] The import java.util.Collection is never used
[java] [javac] ----------
[java] [javac] 43. WARNING in
<https://builds.apache.org/job/IvyDE/ws/trunk/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/revdepexplorer/IvyUtil.java>
(at line 25)
[java] [javac] import java.util.HashSet;
[java] [javac] ^^^^^^^^^^^^^^^^^
[java] [javac] The import java.util.HashSet is never used
[java] [javac] ----------
[java] [javac] 44. WARNING in
<https://builds.apache.org/job/IvyDE/ws/trunk/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/revdepexplorer/IvyUtil.java>
(at line 35)
[java] [javac] import
org.eclipse.core.resources.ResourcesPlugin;
[java] [javac]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[java] [javac] The import org.eclipse.core.resources.ResourcesPlugin
is never used
[java] [javac] ----------
[java] [javac] ----------
[java] [javac] 45. WARNING in
<https://builds.apache.org/job/IvyDE/ws/trunk/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/ui/IvyDEClasspathContainerDecorator.java>
(at line 22)
[java] [javac] import
org.eclipse.jdt.internal.ui.packageview.ClassPathContainer;
[java] [javac]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[java] [javac] Discouraged access: The type ClassPathContainer is not
accessible due to restriction on classpath entry
<https://builds.apache.org/job/IvyDE/ws/trunk/dependencies/eclipse-SDK-3.7.1-win32/plugins/org.eclipse.jdt.ui_3.7.1.r371_v20110824-0800.jar>
[java] [javac] ----------
[java] [javac] 46. WARNING in
<https://builds.apache.org/job/IvyDE/ws/trunk/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/ui/IvyDEClasspathContainerDecorator.java>
(at line 34)
[java] [javac] IvyClasspathContainer ivycp =
IvyClasspathUtil.jdt2IvyCPC((ClassPathContainer) element);
[java] [javac]
^^^^^^^^^^^^^^^^^^
[java] [javac] Discouraged access: The type ClassPathContainer is not
accessible due to restriction on classpath entry
<https://builds.apache.org/job/IvyDE/ws/trunk/dependencies/eclipse-SDK-3.7.1-win32/plugins/org.eclipse.jdt.ui_3.7.1.r371_v20110824-0800.jar>
[java] [javac] ----------
[java] [javac] ----------
[java] [javac] 47. WARNING in
<https://builds.apache.org/job/IvyDE/ws/trunk/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/ui/IvyFilePathText.java>
(at line 29)
[java] [javac] import org.eclipse.core.runtime.IStatus;
[java] [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[java] [javac] The import org.eclipse.core.runtime.IStatus is never
used
[java] [javac] ----------
[java] [javac] ----------
[java] [javac] 48. WARNING in
<https://builds.apache.org/job/IvyDE/ws/trunk/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/ui/PathEditor.java>
(at line 21)
[java] [javac] import org.eclipse.core.resources.IFile;
[java] [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[java] [javac] The import org.eclipse.core.resources.IFile is never
used
[java] [javac] ----------
[java] [javac] ----------
[java] [javac] 49. WARNING in
<https://builds.apache.org/job/IvyDE/ws/trunk/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/ui/SettingsSetupEditor.java>
(at line 30)
[java] [javac] import org.eclipse.core.runtime.IStatus;
[java] [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[java] [javac] The import org.eclipse.core.runtime.IStatus is never
used
[java] [javac] ----------
[java] [javac] ----------
[java] [javac] 50. WARNING in
<https://builds.apache.org/job/IvyDE/ws/trunk/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/ui/editors/IvyModuleDescriptorEditor.java>
(at line 35)
[java] [javac] import org.eclipse.core.runtime.IStatus;
[java] [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[java] [javac] The import org.eclipse.core.runtime.IStatus is never
used
[java] [javac] ----------
[java] [javac] ----------
[java] [javac] 51. WARNING in
<https://builds.apache.org/job/IvyDE/ws/trunk/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/ui/editors/pages/IvyConfSection.java>
(at line 31)
[java] [javac] private IFormPage page;
[java] [javac] ^^^^
[java] [javac] The value of the field IvyConfSection.page is not used
[java] [javac] ----------
[java] [javac] 52. WARNING in
<https://builds.apache.org/job/IvyDE/ws/trunk/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/ui/editors/pages/IvyConfSection.java>
(at line 61)
[java] [javac] private void createOrganisationEntry(Composite
parent, FormToolkit toolkit) {
[java] [javac]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[java] [javac] The method createOrganisationEntry(Composite,
FormToolkit) from the type IvyConfSection is never used locally
[java] [javac] ----------
[java] [javac] ----------
[java] [javac] 53. WARNING in
<https://builds.apache.org/job/IvyDE/ws/trunk/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/ui/editors/pages/IvyInfoSection.java>
(at line 38)
[java] [javac] private static final int NUM_COLUMNS = 2;
[java] [javac] ^^^^^^^^^^^
[java] [javac] The value of the field IvyInfoSection.NUM_COLUMNS is
not used
[java] [javac] ----------
[java] [javac] 54. WARNING in
<https://builds.apache.org/job/IvyDE/ws/trunk/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/ui/editors/pages/IvyInfoSection.java>
(at line 60)
[java] [javac] IvyFileEditorInput editorInput =
(IvyFileEditorInput) page.getEditorInput();
[java] [javac] ^^^^^^^^^^^
[java] [javac] The value of the local variable editorInput is not used
[java] [javac] ----------
[java] [javac] 55. WARNING in
<https://builds.apache.org/job/IvyDE/ws/trunk/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/ui/editors/pages/IvyInfoSection.java>
(at line 90)
[java] [javac] private void createOrganisationEntry(Composite
parent, FormToolkit toolkit) {
[java] [javac]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[java] [javac] The method createOrganisationEntry(Composite,
FormToolkit) from the type IvyInfoSection is never used locally
[java] [javac] ----------
[java] [javac] ----------
[java] [javac] 56. WARNING in
<https://builds.apache.org/job/IvyDE/ws/trunk/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/ui/editors/xml/EclipseIvyModelSettings.java>
(at line 29)
[java] [javac] import org.eclipse.core.runtime.IStatus;
[java] [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[java] [javac] The import org.eclipse.core.runtime.IStatus is never
used
[java] [javac] ----------
[java] [javac] ----------
[java] [javac] 57. WARNING in
<https://builds.apache.org/job/IvyDE/ws/trunk/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/ui/editors/xml/IvyContentAssistProcessor.java>
(at line 27)
[java] [javac] import org.eclipse.core.runtime.IStatus;
[java] [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[java] [javac] The import org.eclipse.core.runtime.IStatus is never
used
[java] [javac] ----------
[java] [javac] ----------
[java] [javac] 58. WARNING in
<https://builds.apache.org/job/IvyDE/ws/trunk/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/ui/editors/xml/NonRuleBasedDamagerRepairer.java>
(at line 22)
[java] [javac] import org.eclipse.core.runtime.IStatus;
[java] [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[java] [javac] The import org.eclipse.core.runtime.IStatus is never
used
[java] [javac] ----------
[java] [javac] ----------
[java] [javac] 59. WARNING in
<https://builds.apache.org/job/IvyDE/ws/trunk/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/ui/editors/xml/XMLConfiguration.java>
(at line 48)
[java] [javac] private IProject project;
[java] [javac] ^^^^^^^
[java] [javac] The value of the field XMLConfiguration.project is not
used
[java] [javac] ----------
[java] [javac] ----------
[java] [javac] 60. WARNING in
<https://builds.apache.org/job/IvyDE/ws/trunk/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/ui/editors/xml/XMLDoubleClickStrategy.java>
(at line 21)
[java] [javac] import org.eclipse.core.runtime.IStatus;
[java] [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[java] [javac] The import org.eclipse.core.runtime.IStatus is never
used
[java] [javac] ----------
[java] [javac] ----------
[java] [javac] 61. WARNING in
<https://builds.apache.org/job/IvyDE/ws/trunk/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/ui/menu/IvyMenuContributionItem.java>
(at line 52)
[java] [javac] import org.eclipse.core.runtime.IStatus;
[java] [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[java] [javac] The import org.eclipse.core.runtime.IStatus is never
used
[java] [javac] ----------
[java] [javac] 62. WARNING in
<https://builds.apache.org/job/IvyDE/ws/trunk/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/ui/menu/IvyMenuContributionItem.java>
(at line 54)
[java] [javac] import
org.eclipse.jdt.internal.ui.packageview.ClassPathContainer;
[java] [javac]
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[java] [javac] Discouraged access: The type ClassPathContainer is not
accessible due to restriction on classpath entry
<https://builds.apache.org/job/IvyDE/ws/trunk/dependencies/eclipse-SDK-3.7.1-win32/plugins/org.eclipse.jdt.ui_3.7.1.r371_v20110824-0800.jar>
[java] [javac] ----------
[java] [javac] 63. WARNING in
<https://builds.apache.org/job/IvyDE/ws/trunk/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/ui/menu/IvyMenuContributionItem.java>
(at line 112)
[java] [javac] } else if (element instanceof
ClassPathContainer) {
[java] [javac] ^^^^^^^^^^^^^^^^^^
[java] [javac] Discouraged access: The type ClassPathContainer is not
accessible due to restriction on classpath entry
<https://builds.apache.org/job/IvyDE/ws/trunk/dependencies/eclipse-SDK-3.7.1-win32/plugins/org.eclipse.jdt.ui_3.7.1.r371_v20110824-0800.jar>
[java] [javac] ----------
[java] [javac] 64. WARNING in
<https://builds.apache.org/job/IvyDE/ws/trunk/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/ui/menu/IvyMenuContributionItem.java>
(at line 113)
[java] [javac] collectContainer(containers,
(ClassPathContainer) element);
[java] [javac] ^^^^^^^^^^^^^^^^^^
[java] [javac] Discouraged access: The type ClassPathContainer is not
accessible due to restriction on classpath entry
<https://builds.apache.org/job/IvyDE/ws/trunk/dependencies/eclipse-SDK-3.7.1-win32/plugins/org.eclipse.jdt.ui_3.7.1.r371_v20110824-0800.jar>
[java] [javac] ----------
[java] [javac] 65. WARNING in
<https://builds.apache.org/job/IvyDE/ws/trunk/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/ui/menu/IvyMenuContributionItem.java>
(at line 240)
[java] [javac] ClassPathContainer element) {
[java] [javac] ^^^^^^^^^^^^^^^^^^
[java] [javac] Discouraged access: The type ClassPathContainer is not
accessible due to restriction on classpath entry
<https://builds.apache.org/job/IvyDE/ws/trunk/dependencies/eclipse-SDK-3.7.1-win32/plugins/org.eclipse.jdt.ui_3.7.1.r371_v20110824-0800.jar>
[java] [javac] ----------
[java] [javac] ----------
[java] [javac] 66. WARNING in
<https://builds.apache.org/job/IvyDE/ws/trunk/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/ui/preferences/IvyDEProjectPreferences.java>
(at line 28)
[java] [javac] import org.eclipse.core.runtime.IStatus;
[java] [javac] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[java] [javac] The import org.eclipse.core.runtime.IStatus is never
used
[java] [javac] ----------
[java] [javac] 66 problems (1 error, 65 warnings)
[java] [javac] Compilation failed. Compiler errors are available in
<https://builds.apache.org/job/IvyDE/ws/trunk/work/eclipse/plugins/org.apache.ivyde.eclipse/temp.folder/ivyde-eclipse.jar.bin.log>
[java]
[java] BUILD FAILED
[java]
<https://builds.apache.org/job/IvyDE/ws/trunk/dependencies/eclipse-SDK-3.7.1-win32/plugins/org.eclipse.pde.build_3.7.0.v20110512-1320/scripts/build.xml>:36:
The following error occurred while executing this line:
[java]
<https://builds.apache.org/job/IvyDE/ws/trunk/dependencies/eclipse-SDK-3.7.1-win32/plugins/org.eclipse.pde.build_3.7.0.v20110512-1320/scripts/build.xml>:105:
The following error occurred while executing this line:
[java]
<https://builds.apache.org/job/IvyDE/ws/trunk/builder/component/customTargets.xml>:28:
The following error occurred while executing this line:
[java]
<https://builds.apache.org/job/IvyDE/ws/trunk/builder/component/allElements.xml>:30:
The following error occurred while executing this line:
[java]
<https://builds.apache.org/job/IvyDE/ws/trunk/dependencies/eclipse-SDK-3.7.1-win32/plugins/org.eclipse.pde.build_3.7.0.v20110512-1320/scripts/genericTargets.xml>:118:
The following error occurred while executing this line:
[java]
<https://builds.apache.org/job/IvyDE/ws/trunk/dependencies/eclipse-SDK-3.7.1-win32/plugins/org.eclipse.pde.build_3.7.0.v20110512-1320/scripts/genericTargets.xml>:123:
The following error occurred while executing this line:
[java]
<https://builds.apache.org/job/IvyDE/ws/trunk/work/eclipse/features/org.apache.ivyde.feature/build.xml>:30:
The following error occurred while executing this line:
[java]
<https://builds.apache.org/job/IvyDE/ws/trunk/work/eclipse/features/org.apache.ivyde.feature/build.xml>:14:
The following error occurred while executing this line:
[java]
<https://builds.apache.org/job/IvyDE/ws/trunk/work/eclipse/plugins/org.apache.ivyde.eclipse/build.xml>:279:
The following error occurred while executing this line:
[java]
<https://builds.apache.org/job/IvyDE/ws/trunk/work/eclipse/plugins/org.apache.ivyde.eclipse/build.xml>:237:
Compile failed; see the compiler error output for details.
[java]
[java] Total time: 12 seconds
[java] An error has occurred. See the log file
[java] /home/jenkins/workspace/.metadata/.log.
BUILD FAILED
<https://builds.apache.org/job/IvyDE/ws/trunk/build.xml>:144: Java returned: 13
Total time: 1 minute 8 seconds
Build step 'Invoke Ant' marked build as failure
[locks-and-latches] Releasing all the locks
[locks-and-latches] All the locks released
Archiving artifacts