Uploaded image for project: 'Maven Archetype'
  1. Maven Archetype
  2. ARCHETYPE-271

archetype create swallows exception information

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Minor
    • Resolution: Fixed
    • 2.0-alpha-4
    • 2.0
    • None
    • None
    • Patch

    Description

      The DefaultPomManager.java contains:

      catch ( JDOMException exc )

      { throw new IOException( "Cannot parse the POM by JDOM" ); }

      all exc info is lost. My particular problem was that the archetype pom contained:

      #set( $symbol_dollar = '$' )
      #set( $symbol_lt = '<' )
      #set( $symbol_gt = '>' )

      <?xml version="1.0" encoding="UTF-8"?>

      and the space before the xml declaration was throwing the previous exception.

      I attach a very simple patch to make it easier to track these errors. It was generated with svn diff > jdom-error-message.txt against maven-archetype-2.0-alpha-4.

      Attachments

        1. jdom-error-message.txt
          0.7 kB
          Pablo Gra\~na

        Activity

          People

            hboutemy Herve Boutemy
            gpablo Pablo Gra\~na
            Votes:
            1 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: