[jboss-osgi-issues] [JBoss JIRA] Created: (JBOSGI-194) Pass enterprise samples on equinox

Thomas Diesler (JIRA) jira-events at lists.jboss.org
Tue Oct 27 04:07:05 EDT 2009


Pass enterprise samples on equinox
----------------------------------

                 Key: JBOSGI-194
                 URL: https://jira.jboss.org/jira/browse/JBOSGI-194
             Project: JBoss OSGi
          Issue Type: Task
      Security Level: Public (Everyone can see)
          Components: Integration (Equinox)
    Affects Versions: JBossOSGi 1.0.0 Beta4
            Reporter: Thomas Diesler
             Fix For:  JBossOSGi 1.0.x


All samples are currently disabled for equinox

          <plugin>
            <artifactId>maven-surefire-plugin</artifactId>
            <configuration>
              <excludes>
                <!-- most tests work when run individually ??? -->
                <exclude>${target.container.excludes}</exclude>
                <exclude>org/jboss/test/osgi/example/blueprint/**</exclude>
                <exclude>org/jboss/test/osgi/example/http/**</exclude>
                <exclude>org/jboss/test/osgi/example/interceptor/**</exclude>
                <exclude>org/jboss/test/osgi/example/jmx/**</exclude>
                <exclude>org/jboss/test/osgi/example/jndi/**</exclude>
                <exclude>org/jboss/test/osgi/example/microcontainer/**</exclude>
                <exclude>org/jboss/test/osgi/example/simple/**</exclude>
                <exclude>org/jboss/test/osgi/example/webapp/**</exclude>
                <exclude>org/jboss/test/osgi/example/xml/**</exclude>
              </excludes>
            </configuration>
          </plugin>


-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira

        


More information about the jboss-osgi-issues mailing list