]
Aslak Knutsen commented on ARQ-793:
-----------------------------------
crap, missed this one..
Arquillian config-impl-base is not a part of junit|testng-standalone
--------------------------------------------------------------------
Key: ARQ-793
URL:
https://issues.jboss.org/browse/ARQ-793
Project: Arquillian
Issue Type: Bug
Security Level: Public(Everyone can see)
Components: Base Implementation
Affects Versions: 1.0.0.CR7
Reporter: Karel Piwko
Assignee: Aslak Knutsen
Priority: Critical
Fix For: 1.1.0.Beta1
When configuration was split, the arquillian-config-impl-base was made a dependency of
container only
{code}
./container/spi/pom.xml:
<artifactId>arquillian-config-impl-base</artifactId> <!-- ILLEGAL
DEPENDENCY, fix with new Config module -->
./container/impl-base/pom.xml:
<artifactId>arquillian-config-impl-base</artifactId> <!-- ILEGAL
DEPENDENCY, resolved with new Config API -->
./bom/pom.xml:
<artifactId>arquillian-config-impl-base</artifactId>
./config/impl-base/pom.xml:
<artifactId>arquillian-config-impl-base</artifactId>
{code}
This means that when no container is on classpath, e.g. standalone mode of junit/testng,
ArquillianDescriptor is not created at all.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: