Return-Path: X-Original-To: apmail-incubator-any23-commits-archive@minotaur.apache.org Delivered-To: apmail-incubator-any23-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id AD1009B05 for ; Thu, 22 Mar 2012 18:56:27 +0000 (UTC) Received: (qmail 94787 invoked by uid 500); 22 Mar 2012 18:56:27 -0000 Delivered-To: apmail-incubator-any23-commits-archive@incubator.apache.org Received: (qmail 94758 invoked by uid 500); 22 Mar 2012 18:56:27 -0000 Mailing-List: contact any23-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: any23-dev@incubator.apache.org Delivered-To: mailing list any23-commits@incubator.apache.org Received: (qmail 94751 invoked by uid 99); 22 Mar 2012 18:56:27 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Mar 2012 18:56:27 +0000 X-ASF-Spam-Status: No, hits=-2000.0 required=5.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.4] (HELO eris.apache.org) (140.211.11.4) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 22 Mar 2012 18:56:25 +0000 Received: from eris.apache.org (localhost [127.0.0.1]) by eris.apache.org (Postfix) with ESMTP id 1DA0B23888EA; Thu, 22 Mar 2012 18:56:04 +0000 (UTC) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r1303981 - /incubator/any23/trunk/README.txt Date: Thu, 22 Mar 2012 18:56:04 -0000 To: any23-commits@incubator.apache.org From: lewismc@apache.org X-Mailer: svnmailer-1.0.8-patched Message-Id: <20120322185604.1DA0B23888EA@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: lewismc Date: Thu Mar 22 18:56:03 2012 New Revision: 1303981 URL: http://svn.apache.org/viewvc?rev=1303981&view=rev Log: commit to address ANY23-28. Modified: incubator/any23/trunk/README.txt Modified: incubator/any23/trunk/README.txt URL: http://svn.apache.org/viewvc/incubator/any23/trunk/README.txt?rev=1303981&r1=1303980&r2=1303981&view=diff ============================================================================== --- incubator/any23/trunk/README.txt (original) +++ incubator/any23/trunk/README.txt Thu Mar 22 18:56:03 2012 @@ -18,8 +18,8 @@ structured data in RDF format from a var Distribution Content -------------------- -any23-core The library core codebase. -any23-service The library HTTP service codebase. +core The library core codebase. +service The library HTTP service codebase. lib Contains the the external deps (read lib/README.txt for further details). plugins Library plugins codebase (read plugins/README.txt for further details). RELEASE-NOTES.txt File reporting main release notes for every version. @@ -70,9 +70,9 @@ Any23 comes with some command line tools The complete documentation about these tools can be found here: http://incubator.apache.org/any23/getting-started.html -To run such tools, go to the any23-core bin folder: +To run such tools, go to the core bin folder: - trunk$ cd any23-core/bin + trunk$ cd core/target/any23-${version}/bin and then invoke them: @@ -90,7 +90,7 @@ Run the Any23 Web Service Any23 can be run as a service. To run the Any23 service go to the any23-service bin folder: - trunk$ cd any23-service/bin + trunk$ cd service/target/any23-${version}/bin and then invoke: @@ -251,4 +251,17 @@ External Deps are libraries used by some not available in public Maven repositories. Such libraries are managed within the 'lib' dir. +---------------------------- +Munging of Any23 code to ASF +---------------------------- +When it was decided[0] that the Any23 code be brought into the Apache Incubator, the existing code +was migrated over to the ASF infrastructure and documented/managed via a number of Jira tickets [1-3]. + +The commentary provided within the below references spans the entire history of the code migration. + + +[0] http://wiki.apache.org/incubator/Any23Proposal +[1] https://issues.apache.org/jira/browse/INFRA-3978 +[2] https://issues.apache.org/jira/browse/INFRA-4146 +[2] https://issues.apache.org/jira/browse/ANY23-29 EOF