There have been some changes in the AS build/dependency. This patch on
testsuite, fixes the issue:
jaikiran@jaikiran-desktop:testsuite$ svn diff pom.xml
Index: pom.xml
===================================================================
--- pom.xml (revision 103744)
+++ pom.xml (working copy)
@@ -2,7 +2,7 @@
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0
http://maven.apache.org/maven-v4_0_0.xsd">
<parent>
<groupId>org.jboss.jbossas</groupId>
- <artifactId>jboss-as-distribution</artifactId>
+ <artifactId>jboss-as-build</artifactId>
<version>6.0.0-SNAPSHOT</version>
<relativePath>../build</relativePath>
</parent>
I'll commit this, after a quick smoke-test locally.
-Jaikiran
Jaikiran Pai wrote:
Yeah, I run into this too. And it doesn't look specific to this
aop jar
- removing this reference from build.xml leads to similar errors for
various other references.
-Jaikiran
Thomas Diesler wrote:
> compile-annotated-classes-50:
> [javac] Compiling 255 source files to
> /home/tdiesler/svn/jbossas/trunk/testsuite/output/classes
>
> BUILD FAILED
> /home/tdiesler/svn/jbossas/trunk/testsuite/build.xml:718: Reference
> org.jboss.aop:jboss-aop:jar:client not found.
>
_______________________________________________
jboss-development mailing list
jboss-development(a)lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-development