On Apr 21, 2012, at 1:01 AM, Steve Ebersole wrote:

> I have not tried in long time.  But I do have to mention, that this is 
> what I see in hibernate-testing.gradle:
> 
>    compile "junit:junit:4.8.2"

this should be replaced by 

compile libraries.junit

actually, I would like we have a libraries.gradle in the root of project, so we 
will have a unique place to define all dependencies

> 
> 
> On Fri 20 Apr 2012 11:56:38 AM CDT, Hardy Ferentschik wrote:
>> Hi,
>> 
>> has anyone recently tried './gradlew idea'?
>> I am trying to recreate my idea setup and after creating the project files 
>> and opening the project I am having problems compiling in the IDE. It keeps 
>> whining about ExtendedFrameworkMethod (testing module) not implementing a 
>> method of the super type. I noticed that the junit version got upgraded to 
>> 4.10. Funny enough I am still having
>> 4.8.2 and 4.10 in the list of project dependencies (according to Idea).  
>> Downgrading to 4.8.2 in build.gradle and recreating the project files worked 
>> (and I only get one
>> junit dep in the IDE). Before you ask - I did try cleanIdea and the build 
>> works fine with 4.10 from the command line.
>> 
>> As a side node, I updated 
>> https://community.jboss.org/wiki/BuildingHibernateORM4x with some 
>> information running single tests or skipping tests altogether. Our matrix 
>> setup forces us to be a little more specific.
>> 
>> --Hardy
>> _______________________________________________
>> hibernate-dev mailing list
>> hibernate-dev@lists.jboss.org
>> https://lists.jboss.org/mailman/listinfo/hibernate-dev
> 
> --
> st...@hibernate.org
> http://hibernate.org
> _______________________________________________
> hibernate-dev mailing list
> hibernate-dev@lists.jboss.org
> https://lists.jboss.org/mailman/listinfo/hibernate-dev

_______________________________________________
hibernate-dev mailing list
hibernate-dev@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/hibernate-dev

Reply via email to