On Fri, Mar 27, 2009 at 4:49 PM, Pelle Poluha <[email protected]> wrote:
> I've been following the Qi4j project since its inception and I'm very > intrigued by what you're doing. Thanks, and welcome to a mind-bending exercise ;-) > A few weeks ago I checked out the > source from the svn repository but I haven't managed to compile the > code yet. I've tried to load to project both using the IntelliJ > project file and the maven pom file. Either way, I end up with a > project that's missing lots of dependencies. You need to trigger the download of the dependencies. I just build from the commandline; "mvn install" But if you don't have Maven installed, I think there is a "Download Dependencies" in the IntelliJ's Maven tab for the project, OR in the Maven Project Settings dialogs. I don't do this regularly, so perhaps someone can fill in the details. > I'm also curious to know the status of the core module and of the > project as a whole. Do you anticipate any breaking changes in the > core? Are there any estimations as to when the 1.0 is coming? We should be releasing 0.7 somewhere in April, and my personal guess is that a stable 1.0 will not be released until earliest(!) Aug, maybe later. We have a general principle of letting things take the time it takes, and make the changes we feel are right, even though they break the compatibility (which will become extremely strict in post-1.0). That said; Core API is getting fairly stable and I don't forsee (but you never know) any large changes to that. Some additions may show up. We are still not happy with SPI, UnitOfWork et al, and likely there will be big changes, but shouldn't affect client code much. The Bootstrap/Assembly just got a recent nice overhaul, and but I think there might be additional things on that front too. The Core Runtime is completely protected and not accessible to client code nor extensions. Cheers Niclas -- Niclas Hedhman, Software Developer http://www.qi4j.org - New Energy for Java I live here; http://tinyurl.com/2qq9er I work here; http://tinyurl.com/2ymelc I relax here; http://tinyurl.com/2cgsug _______________________________________________ qi4j-dev mailing list [email protected] http://lists.ops4j.org/mailman/listinfo/qi4j-dev

