[jbosstools-issues] [JBoss JIRA] Created: (JBIDE-9136) mismatch between MANIFEST.MF and build.properties in org.jboss.ide.eclipse.as.archives.integration.test

Nick Boldt (JIRA) jira-events at lists.jboss.org
Tue Jun 14 13:16:29 EDT 2011


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

                 Key: JBIDE-9136
                 URL: https://issues.jboss.org/browse/JBIDE-9136
             Project: Tools (JBoss Tools)
          Issue Type: Bug
          Components: JBossAS, testing
    Affects Versions: 3.3.0.M2
            Reporter: Nick Boldt
            Assignee: Rob Stryker


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.


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jbosstools-issues mailing list