On 03/26/2012 11:42 AM, Jeff Mesnil wrote:
On 03/26/2012 11:29 AM, Tomaz Cerar wrote:
> Hi,
>
> Looks like there is something wrong with AS7 nightly builds
>
>
https://ci.jboss.org/hudson/view/JBoss%20AS/job/JBoss-AS-7.0.x/
>
> Last build was triggered 10 days ago…
It seems to be the same compilation error that was preventing TCK runs.
The cause is a bogus HornetQ release that overrided the 2.2.13 jar with
a API modification.
To fix the TCK, vojtech juranek removed the incorrect HornetQ jars[1]
from the maven repo so that it downloads the correct one.
I don't have the credentials to log to hudson server to fix it but if
someone has, I can help him on IRC to fix this and have the AS7 nightly
build again.
jeff
[1] ~/.m2/repository/org/hornetq/*/2.2.13.Final/
We have a myriad of machines keeping local caches of the repo.
That's why we have the golden rule: don't modify the maven repository
for any reason.
(Only legal has the platinum override rule. :-) )
Carlo