Uploaded image for project: 'Maven Eclipse Plugin (RETIRED)'
  1. Maven Eclipse Plugin (RETIRED)
  2. MECLIPSE-610

<ajdtVersion>2.0.1</ajdtVersion> breaks silently

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Major
    • Resolution: Won't Fix
    • 2.7, 2.8
    • None
    • AJDT support
    • None

    Description

      The version is handled as a float. A configuration with 2.0.1 will break it, but there is no warning what so ever.
      org.apache.maven.plugin.eclipse.EclipsePlugin.createEclipseWriterConfig(IdeDependency[]): Line 1238:

      float ajdtVersionFloat;
      try

      { ajdtVersionFloat = Float.parseFloat( ajdtVersion ); }

      catch ( NumberFormatException e )

      { ajdtVersionFloat = 0.0f; }

      Attachments

        Activity

          People

            Unassigned Unassigned
            urs@ukeller Urs Keller
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: