Return-Path: Delivered-To: apmail-incubator-clerezza-dev-archive@minotaur.apache.org Received: (qmail 42565 invoked from network); 10 Dec 2009 19:05:58 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 10 Dec 2009 19:05:58 -0000 Received: (qmail 70280 invoked by uid 500); 10 Dec 2009 19:05:58 -0000 Delivered-To: apmail-incubator-clerezza-dev-archive@incubator.apache.org Received: (qmail 70257 invoked by uid 500); 10 Dec 2009 19:05:58 -0000 Mailing-List: contact clerezza-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: clerezza-dev@incubator.apache.org Delivered-To: mailing list clerezza-dev@incubator.apache.org Delivered-To: moderator for clerezza-dev@incubator.apache.org Received: (qmail 41133 invoked by uid 99); 10 Dec 2009 18:47:09 -0000 X-ASF-Spam-Status: No, hits=-2.5 required=5.0 tests=AWL,BAYES_00,HTML_MESSAGE X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: local policy) MIME-Version: 1.0 X-Originating-IP: [130.60.157.56] Date: Thu, 10 Dec 2009 19:46:15 +0100 Message-ID: Subject: Committing initial source From: Reto Bachmann-Gmuer To: clerezza-dev@incubator.apache.org Content-Type: multipart/alternative; boundary=000e0cd5d1fcd4f8e2047a643801 --000e0cd5d1fcd4f8e2047a643801 Content-Type: text/plain; charset=ISO-8859-1 Currently in the process of committing the initial sources to svn (I was hoping on having a very high bandwidth once the university building is empty, but it still takes a while). An overview: - org.apache.clerezza.parent This is the multi-module project containing all of clerezza, there are some issues compiling it all in one go with maven. With maven 3 the build order is correct but it fails compiling the maven-ontology-plugin, with maven 2.1 you have to compile some projects individually first. Within this project there is org.apache.clerezza.webapp.parent as anothe multimodule with many modules: all projects exposing a web/rest interface inherit from this project, this intermediate parent should add generation of WADL doc to those (TBD). There are some other multimodule projects (leaf multimodules) grouping what has to be in separate maven projects for technical reasons, typically - pax-exam tests - ontologies (bundle) - core project (bundle) - maven mojo - org.apache.felix.framework.security This is a fork of the felix-security framework disabling some caches that caused memory leaks, since felix 2.0.2 the security framework is working again and thus this will be obsolete as soon as we update to this felix version. In a first manual test running with 2.0.2 some components weren't running, to facilitate investigation an issue has been posted against PAXEXAM to support felix 2.0.2 (currently 2.0.1) so that integration tests for different portions of clerezza can be done. Reto --000e0cd5d1fcd4f8e2047a643801--