I don't tink any IDE has native support for Gradle. Instead, Gradle builds the project files for the IDE. From command-line;
./gradlew idea ./gradlew eclipse respecively, and you will have .ipr, .iml files in your case generated for you, which you then open up. After running "./gradlew idea" you will probably need to change the Project Settings to "6.0 - Override Interfaces" and that Git is used as SCM. I wasn't aware that 1.4.1 doesn't build correctly from SDK tarball. Will check that during the weekend. If not, I might cut a new release. Building from source might also be a tricky affair, as we have merged repositories a few weeks back and not sure how this shows up for older versions. Will test that too. Another recent development is that we are abandoning the use of SiteVision CMS and use AsciiDoc for documentation instead. One strong driver is because SiteVision doesn't work for me from China anymore, and no one else has interest (or perhaps ability) in doing docs. So, it is falling very much behind. I just managed to get the tool chain operational last week, and will over the next couple of months migrate the content and revive the documentation in general, hopefully with more help this time around. So, if when you find holes, just ask here... Cheers Niclas On Fri, Dec 9, 2011 at 1:11 AM, Ming Qin <[email protected]> wrote: > Niclas: > Thank you for replying my emails. > > I have successfully built qi4j release 1.3 in using gradlew.bat come with > source codes which are obtained from > http://repository.ops4j.org/maven2/org/org.qi4j/1.3/org.qi4j-1.3.src.zip). > No Luck on release 1.4 and 1.4.1 > > For release 1.3, I try to build whole project from an IDE, so I run a > command "gradlew idea" ....... > > Do you know which IDE has better support on gradle so qi4j can build from > IDE environment? > > Major IDE support very well on maven , so I still try to get qi4j early > release based on maven as build system. > > > > > Ming Qin > Cell Phone 858-353-2839 > ________________________________ > From: Niclas Hedhman <[email protected]> > To: Ming Qin <[email protected]>; [email protected] > Sent: Thursday, December 8, 2011 8:15 AM > Subject: Re: [qi4j-dev] maven-based source codes in Git Repository > > http://repository.op4j.org/maven is the official Maven repository for Qi4j. > > You will need at least; > > org.qi4j.core:org.qi4j.core.api // most client code only depends > on this, i.e scope = compile > > org.qi4j.core:org.qi4j.core.bootstrap // the client code that starts > the application needs this part, scope = compile > > org.qi4j.core:org.qi4j.core.spi // extensions need this, so most of > the time just scope=runtime > > org.qi4j.core:org.qi4j.core.runtime // nothing should depend on this, > scope = runtime. > > The latest released version is 1.4.1 > > > The current 'develop' branch on Github contains the beginning of > version 2.0, a major incompatibility break in many areas, to simply > and reduce the Qi4j 'footprint' and 'impact' as well as tighter > integration with Scala. It is not recommended yet for production > deployments. > To build from GitHub sources, simple run the ./gradlew script in > qi4j-sdk repository, which now contains all the parts (no longer git > submodules). > > ./gradlew clean install > > > Any further questions, just ask and I will try to help... > > Cheers > Niclas > On Thu, Dec 8, 2011 at 12:04 PM, Ming Qin <[email protected]> wrote: >> Hi: >> For understanding Qi4j framework design, I refer to take a look early >> version of framework. >> >> I am wishing to get early maven-enable Qi4j source codes so I could build >> it with my familiar maven settings. Is that public access repository >> contains early maven-based q14j code based? I am comfortable with GitHub. >> >> >> >> Ming Qin >> Cell Phone 858-353-2839 >> _______________________________________________ >> qi4j-dev mailing list >> [email protected] >> http://lists.ops4j.org/mailman/listinfo/qi4j-dev > > > > -- > Niclas Hedhman, Software Developer > http://www.qi4j.org - New Energy for Java > > I live here; http://tinyurl.com/3xugrbk > I work here; http://tinyurl.com/6a2pl4j > I relax here; http://tinyurl.com/2cgsug > > -- Niclas Hedhman, Software Developer http://www.qi4j.org - New Energy for Java I live here; http://tinyurl.com/3xugrbk I work here; http://tinyurl.com/6a2pl4j I relax here; http://tinyurl.com/2cgsug _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

