Ugh, I see... Gradle seems to now store repo caches by Gradle version
under ~/caches/{gradleVersion}. Anyway, the test still fails for me
locally...
On Mon 19 Mar 2012 01:49:04 PM CDT, Steve Ebersole wrote:
Actually, not sure its really working in Gradle side either., I get
one failure after pull, which is the (afaict) single test using byteman:
Test org.hibernate.test.annotations.xml.ejb3.OrmVersion1SupportedTest
FAILED
java.lang.NoClassDefFoundError:
com/sun/tools/attach/AgentInitializationException
at
org.jboss.byteman.contrib.bmunit.BMUnitRunner$7.evaluate(BMUnitRunner.java:316)
So obviously byteman itself at least is being found when run from
Gradle, even though the test fails. But still cannot find where this
file went.
On Mon 19 Mar 2012 01:30:37 PM CDT, Steve Ebersole wrote:
> Having some problems getting the recently added byteman stuff to work
> in terms of IntelliJ. Basically it comes down to I cannot find the
> byteman jars anywhere. I run the compileTestJava task and see
> gradle/ivy downloading the jars. But afterwards I cannot find them in
> ~/.gradle/cache. I also looked in ~/.m2/repository just to make sure,
> but did not see them in there either. Thoughts?
>
>
--
steve(a)hibernate.org
http://hibernate.org