See <https://builds.apache.org/job/IvyDE/236/changes>
Changes:
[hibou] Add .gitignore for thoses like me who need to "commit" while being
offline
[hibou] Add support for the OSGi access rules
------------------------------------------
[...truncated 2149 lines...]
[java] [javac] ----------
[java] [javac] 3. WARNING in
<https://builds.apache.org/job/IvyDE/ws/trunk/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/IvyDEException.java>
(at line 29)
[java] [javac] public class IvyDEException extends Exception {
[java] [javac] ^^^^^^^^^^^^^^
[java] [javac] The serializable class IvyDEException does not declare
a static final serialVersionUID field of type long
[java] [javac] ----------
[java] [javac] ----------
[java] [javac] 4. WARNING in
<https://builds.apache.org/job/IvyDE/ws/trunk/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/conditions/IvyDEConditionTester.java>
(at line 23)
[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] 5. WARNING in
<https://builds.apache.org/job/IvyDE/ws/trunk/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/conditions/IvyDEConditionTester.java>
(at line 36)
[java] [javac] ClassPathContainer cp = (ClassPathContainer)
receiver;
[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] 6. WARNING in
<https://builds.apache.org/job/IvyDE/ws/trunk/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/conditions/IvyDEConditionTester.java>
(at line 36)
[java] [javac] ClassPathContainer cp = (ClassPathContainer)
receiver;
[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] 7. WARNING in
<https://builds.apache.org/job/IvyDE/ws/trunk/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/conditions/IvyDEConditionTester.java>
(at line 37)
[java] [javac] return
IvyClasspathUtil.isIvyClasspathContainer(cp.getClasspathEntry().getPath());
[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] ----------
[java] [javac] 8. ERROR in
<https://builds.apache.org/job/IvyDE/ws/trunk/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/cpcontainer/IvyClasspathContainerMapper.java>
(at line 38)
[java] [javac] import org.apache.ivy.osgi.core.BundleInfo;
[java] [javac] ^^^^^^^^^^^^^^^^^^^
[java] [javac] The import org.apache.ivy.osgi cannot be resolved
[java] [javac] ----------
[java] [javac] 9. ERROR in
<https://builds.apache.org/job/IvyDE/ws/trunk/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/cpcontainer/IvyClasspathContainerMapper.java>
(at line 39)
[java] [javac] import org.apache.ivy.osgi.core.ExportPackage;
[java] [javac] ^^^^^^^^^^^^^^^^^^^
[java] [javac] The import org.apache.ivy.osgi cannot be resolved
[java] [javac] ----------
[java] [javac] 10. ERROR in
<https://builds.apache.org/job/IvyDE/ws/trunk/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/cpcontainer/IvyClasspathContainerMapper.java>
(at line 40)
[java] [javac] import org.apache.ivy.osgi.core.ManifestParser;
[java] [javac] ^^^^^^^^^^^^^^^^^^^
[java] [javac] The import org.apache.ivy.osgi cannot be resolved
[java] [javac] ----------
[java] [javac] 11. ERROR in
<https://builds.apache.org/job/IvyDE/ws/trunk/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/cpcontainer/IvyClasspathContainerMapper.java>
(at line 148)
[java] [javac] BundleInfo bundleInfo;
[java] [javac] ^^^^^^^^^^
[java] [javac] BundleInfo cannot be resolved to a type
[java] [javac] ----------
[java] [javac] 12. ERROR in
<https://builds.apache.org/job/IvyDE/ws/trunk/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/cpcontainer/IvyClasspathContainerMapper.java>
(at line 152)
[java] [javac] bundleInfo =
ManifestParser.parseJarManifest(jar);
[java] [javac] ^^^^^^^^^^^^^^
[java] [javac] ManifestParser cannot be resolved
[java] [javac] ----------
[java] [javac] 13. ERROR in
<https://builds.apache.org/job/IvyDE/ws/trunk/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/cpcontainer/IvyClasspathContainerMapper.java>
(at line 174)
[java] [javac] ExportPackage exportPackage = (ExportPackage)
itExports.next();
[java] [javac] ^^^^^^^^^^^^^
[java] [javac] ExportPackage cannot be resolved to a type
[java] [javac] ----------
[java] [javac] 14. ERROR in
<https://builds.apache.org/job/IvyDE/ws/trunk/work/eclipse/plugins/org.apache.ivyde.eclipse/src/java/org/apache/ivyde/eclipse/cpcontainer/IvyClasspathContainerMapper.java>
(at line 174)
[java] [javac] ExportPackage exportPackage = (ExportPackage)
itExports.next();
[java] [javac] ^^^^^^^^^^^^^
[java] [javac] ExportPackage cannot be resolved to a type
[java] [javac] ----------
[java] [javac] ----------
[java] [javac] 15. 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 20)
[java] [javac] import java.io.File;
[java] [javac] ^^^^^^^^^^^^
[java] [javac] The import java.io.File is never used
[java] [javac] ----------
[java] [javac] 16. 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] 17. 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] 18. 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] 19. 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] 20. 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] 21. 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]
[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: 16 seconds
[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] 22. 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] 23. 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] 24. 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] 25. 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] 26. 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] 27. 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] 28. 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] 29. 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] 30. 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] 31. 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] 32. 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] 33. 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] 34. 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] 35. 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] 36. 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] 37. 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] 38. 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] 39. 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] 40. 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] 41. 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] 42. 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] 43. 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] 44. 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] 44 problems (7 errors, 37 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] 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 16 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