Uploaded image for project: 'IvyDE (Retired)'
  1. IvyDE (Retired)
  2. IVYDE-58

Compilation fails on Europa due to API change

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • 2.0.0.alpha1
    • 2.0.0.alpha1
    • None
    • None

    Description

      I was being stupid and checked out Europa, so after downloading several GB of data, I tried to compile IvyDE and the Eclipse API seems to have changed.
      Patch to make it compile is below. (there might be something more obvious though, I'm not overly familiar with the api)

      Index: D:/work/oss/apache-ivy/ivyde/trunk/src/java/org/apache/ivyde/eclipse/ui/search/FixedJavaSearchPage.java
      ===================================================================
      — D:/work/oss/apache-ivy/ivyde/trunk/src/java/org/apache/ivyde/eclipse/ui/search/FixedJavaSearchPage.java (revision 557007)
      +++ D:/work/oss/apache-ivy/ivyde/trunk/src/java/org/apache/ivyde/eclipse/ui/search/FixedJavaSearchPage.java (working copy)
      @@ -289,7 +289,7 @@
      case ISearchPageContainer.SELECTED_PROJECTS_SCOPE:

      { String[] projectNames= getContainer().getSelectedProjectNames(); scope= factory.createJavaProjectSearchScope(projectNames, includeJRE); - scopeDescription= factory.getProjectScopeDescription(projectNames, includeJRE); + scopeDescription= factory.getProjectScopeDescription(projectNames, includeJRE ? JavaSearchScopeFactory.JRE : JavaSearchScopeFactory.NO_JRE); break; }

      case ISearchPageContainer.WORKING_SET_SCOPE: {

      Attachments

        Activity

          People

            xavier Xavier Hanin
            sbailliez Stephane Bailliez
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: