<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
<META NAME="GENERATOR" CONTENT="GtkHTML/3.30.3">
</HEAD>
<BODY>
Did you buiild the AS first?<BR>
Run this to get all the jars prior to running the testsuite:<BR>
./build.sh clean install -DskipTests<BR>
<BR>
Also, I have noticed that still, sometimes I need to delete part of local repo to solve some deps failures.<BR>
On deps problems prevailing even after `clean install`, I'd recommend trying `... -Dmaven.repo.local=localRepo` which will "download half of internet" but also it ensures that you have the freshest jar's possible, without any old (== possibly corrupted) metadata.<BR>
<BR>
Ondra<BR>
<BR>
<BR>
<BR>
<BR>
Wolf-Dieter Fink píše v Út 15. 05. 2012 v 14:22 +0200:
<BLOCKQUOTE TYPE=CITE>
<PRE>
I try to start a test after I build AS7 with 'mvn clean install'
(current upstream) with:
./integration-tests.sh
-Dtest=org.jboss.as.test.clustering.cluster.singleton.SingletonTestCase.java
but it fails with:
[WARNING] The POM for
org.jboss.as:jboss-as-testsuite-shared:jar:7.2.0.Alpha1-SNAPSHOT is
missing, no dependency information available
[WARNING] The POM for
org.jboss.as:jboss-as-build:pom:7.2.0.Alpha1-SNAPSHOT is missing, no
dependency information available
[WARNING] The POM for
org.jboss.as:jboss-as-arquillian-container-managed:jar:7.2.0.Alpha1-SNAPSHOT
is missing, no dependency information available
[WARNING] The POM for
org.jboss.as:jboss-as-build-config:jar:7.2.0.Alpha1-SNAPSHOT is missing,
no dependency information available
This is the same if I run
./integration-tests.sh install
Do I miss something or are there some wrong dependencies?
- Wolf
_______________________________________________
jboss-as7-dev mailing list
<A HREF="mailto:jboss-as7-dev@lists.jboss.org">jboss-as7-dev@lists.jboss.org</A>
<A HREF="https://lists.jboss.org/mailman/listinfo/jboss-as7-dev">https://lists.jboss.org/mailman/listinfo/jboss-as7-dev</A>
</PRE>
</BLOCKQUOTE>
<BR>
</BODY>
</HTML>