Uploaded image for project: 'Tools (JBoss Tools)'
  1. Tools (JBoss Tools)
  2. JBIDE-9136

mismatch between MANIFEST.MF and build.properties in org.jboss.ide.eclipse.as.archives.integration.test

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Done
    • Icon: Major Major
    • 3.3.0.M2
    • 3.3.0.M2
    • arquillian, server
    • None

      In http://anonsvn.jboss.org/repos/jbosstools/trunk/as/tests/org.jboss.ide.eclipse.as.archives.integration.test/,

      build.properties defines that this plugin will have a nested jar in it:

      jars.compile.order = jbossasarchivesintegrationtest.jar
      output.jbossasarchivesintegrationtest.jar = bin/

      however, MANIFEST.MF points its classpath definition at the root, assuming there'll be a classes/*.class folder, not a rooted jar:

      Bundle-ClassPath: .

      You can't have it both ways – suggest replacing "jbossasarchivesintegrationtest.jar" with "." in build.properties.

            adietish@redhat.com André Dietisheim
            nickboldt Nick Boldt
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: