Uploaded image for project: 'Felix'
  1. Felix
  2. FELIX-198

Build of trunk fails

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Closed
    • Critical
    • Resolution: Fixed
    • framework-1.0.0
    • framework-1.0.0
    • None
    • None
    • java version "1.5.0_06"

    Description

      Encountering maven bug
      http://jira.codehaus.org/browse/MNG-1682 when building the trunk with pom-old-plugin.xml called from the ant build.xml.

      This bug occurs when more than two packaging types are used in a multiproject build. In this case ipojo does a <packaging>ipojo-bundle</packaging> which triggers the bug for all subsequent module builds.

      These module builds will only occur when running with a jdk1.5, as this will trigger the mosgi module builds.

      <profiles>
      <profile>
      <id>jdk1.5</id>
      <activation>
      <jdk>1.5</jdk>
      </activation>
      <modules>
      <module>mosgi.console.xxx...

      Attachments

        1. mychanges.patch
          2 kB
          John E. Conlon
        2. pom-old-pluginA.xml
          8 kB
          John E. Conlon
        3. pom-bug.xml
          8 kB
          John E. Conlon
        4. pom.xml
          11 kB
          John E. Conlon

        Activity

          People

            rickhall Richard S. Hall
            jconlon John E. Conlon
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: