Steve, take a look at my fork of hibernate-core: https://github.com/szczepiq/hibernate-core/commit/bfd95b476c1fdb63d06c29c833e58bcd66515a8c
If you have questions we can discuss using github code review features Hope that helps! Szczepan On Tue, Apr 12, 2011 at 3:04 PM, Steve Ebersole <[email protected]> wrote: > Any work around that I can apply to the build script itself? > > > On 04/12/2011 07:02 AM, Szczepan Faber wrote: > >> Hey, >> >> The problems with idea plugin are fixed in our latest snapshot. Here's >> the config for the gradle wrapper: >> >> distributionUrl=http\:// >> repo.gradle.org/gradle/distributions/gradle-snapshots/gradle-1.0-milestone-3-20110411214339+0200-bin.zip >> < >> http://repo.gradle.org/gradle/distributions/gradle-snapshots/gradle-1.0-milestone-3-20110411214339+0200-bin.zip >> > >> >> Cheers, >> Szczepan >> >> On Tue, Apr 12, 2011 at 12:51 PM, Rene Groeschke <[email protected] >> <mailto:[email protected]>> wrote: >> >> Hi, >> >> 'gradle cleanIdeaProject idea' also did the trick for the gradle >> project itself. I tried it before with 'gradle cleanIdea idea'. >> regards, >> René >> >> >> Am 11.04.11 22:03, schrieb Szczepan Faber: >> >>> Ok, I know what the problem is. It seems *.ipr is not merged >>> correctly - we'll fix it. In meantime you can run 'gradle >>> cleanIdeaProject idea'. >>> >>> Cheers, >>> Szczepan >>> >>> On Mon, Apr 11, 2011 at 8:23 PM, Steve Ebersole >>> <[email protected] <mailto:[email protected]>> wrote: >>> >>> Yessir, https://github.com/hibernate/hibernate-core >>> >>> Its sad because the build itself seems so much faster and more >>> stable. Currently i have both m1 and m2 instaled and have to >>> switch between to generated IntelliJ project or run build :( >>> >>> >>> >>> On 04/11/2011 12:58 PM, Szczepan Faber wrote: >>> >>> >Specifically the build runs fine, but attempting to open >>> the project >>> in IntelliJ shows errors for each and every module >>> >>> I'm checking it just now. Hibernate-core, right? >>> Cheers, >>> Szczepan >>> >>> On Mon, Apr 11, 2011 at 4:59 PM, Steve Ebersole >>> <[email protected] <mailto:[email protected]> >>> <mailto:[email protected] <mailto:[email protected]>>> >>> >>> wrote: >>> >>> I am having nothing but trouble generating IntelliJ >>> projects since >>> upgrading to 1.0-milestone-2 >>> >>> Is anyone getting this to work correctly? >>> >>> Specifically the build runs fine, but attempting to >>> open the project >>> in IntelliJ shows errors for each and every module >>> >>> -- >>> Steve Ebersole <[email protected] >>> <mailto:[email protected]> <mailto:[email protected] >>> >>> <mailto:[email protected]>>> >>> >>> http://hibernate.org >>> >>> >>> >>> --------------------------------------------------------------------- >>> To unsubscribe from this list, please visit: >>> >>> http://xircles.codehaus.org/manage_email >>> >>> >>> >>> >>> -- >>> Steve Ebersole <[email protected] <mailto:[email protected]>> >>> http://hibernate.org >>> >>> >>> >> >> -- >> ----------------------- >> >> regards René >> >> rene groeschke >> http://www.breskeby.com >> @breskeby >> >> >> > -- > Steve Ebersole <[email protected]> > http://hibernate.org >
