[hibernate-dev] Project layout
Steve Ebersole
steve at hibernate.org
Fri Jun 18 12:14:41 EDT 2010
Its all in this mailing list. But the relevant information is to use
the latest version of Gradle. Feel free to try out the Gradle Wrapper
stuff I discussed before on list as well and you wont even have to
install Gradle. You'd just `cd` to the root of the checkout of the
"gradle2" branch and run `./gradlew eclipse`. Or if you wish to install
Gradle, use the lastest 0.9-preview-3 as of today, and run `gradle
eclipse` instead.
On Fri, 2010-06-18 at 18:01 +0200, Andersen Max wrote:
> >
> >> If I want to enable lets say the FindBugs plugin or some Antlr plugin
> >> then it will overwritten by these shot-and-forget generation.
> >
> > In the IntelliJ plugin the idea is merging of information. IntelliJ
> > config files are all XML. So if the Gradle plugin does not understand a
> > certain stanza it does not touch it. If Eclipse does not do that, well,
> > not sure what to tell you.
>
> eclipses data is xml too (some properties) - if they've updated gradle to do merges instead it will probably
> work too.
>
> >> I thought the gradle scripts were groovy so sounds rather relevant here does it not ?
> >
> > I am giving examples. Sheesh :)
> >
> > All I was asking about was paths and how they relate to Eclipse since I
> > have no clue. You asked questions outside my initial query and I was
> > simply trying to answer those for you.
> >
> > In terms of these other concerns, how about someone actually try
> > importing it and see if there are real, actual issues rather than us
> > discussing esoteric possibilities that there could maybe be some
> > more-or-less catastrophic problem importing them into eclipse ;)
>
> I'll see if I find time during some boring JBW session next week :))
>
> Is there a page outlining which version of Gradle etc. I should minum be trying this with ?
> Or is it all in this mail thread?
>
> /max
>
--
Steve Ebersole <steve at hibernate.org>
http://hibernate.org
More information about the hibernate-dev
mailing list