Return-Path: X-Original-To: apmail-chemistry-dev-archive@www.apache.org Delivered-To: apmail-chemistry-dev-archive@www.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id E4C92917B for ; Thu, 8 Mar 2012 12:57:10 +0000 (UTC) Received: (qmail 6872 invoked by uid 500); 8 Mar 2012 12:57:10 -0000 Delivered-To: apmail-chemistry-dev-archive@chemistry.apache.org Received: (qmail 6689 invoked by uid 500); 8 Mar 2012 12:57:09 -0000 Mailing-List: contact dev-help@chemistry.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@chemistry.apache.org Delivered-To: mailing list dev@chemistry.apache.org Received: (qmail 6680 invoked by uid 99); 8 Mar 2012 12:57:09 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Mar 2012 12:57:09 +0000 X-ASF-Spam-Status: No, hits=2.2 required=5.0 tests=HTML_MESSAGE,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of jhuebel@opentext.com designates 149.235.128.48 as permitted sender) Received: from [149.235.128.48] (HELO mucmx01.ixos.de) (149.235.128.48) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 08 Mar 2012 12:57:01 +0000 Received: from mucpm02.smtp.dmz.opentext.com (localhost [127.0.0.1]) by mucmx01.ixos.de (8.12.10+Sun/8.12.10) with ESMTP id q28CucdA015995 for ; Thu, 8 Mar 2012 13:56:38 +0100 (MET) Received: from otmucxg11.opentext.net (otmucxg11.opentext.net [149.235.128.141]) by mucpm02.smtp.dmz.opentext.com (8.14.4/8.14.4) with ESMTP id q28Cubl1013171 (version=TLSv1/SSLv3 cipher=AES128-SHA bits=128 verify=OK) for ; Thu, 8 Mar 2012 07:56:38 -0500 (envelope-from jhuebel@opentext.com) Received: from otmucxg21.opentext.net ([fe80::b510:cb88:5692:c7]) by otmucxg11.opentext.net ([149.235.128.141]) with mapi id 14.01.0339.001; Thu, 8 Mar 2012 13:56:38 +0100 From: =?iso-8859-1?Q?Jens_H=FCbel?= To: "dev@chemistry.apache.org" Subject: script to build a CMIS demo package for download Thread-Topic: script to build a CMIS demo package for download Thread-Index: Acz9KuV3bkHHv8+9RwGK8V+NsPns7A== Date: Thu, 8 Mar 2012 12:56:37 +0000 Message-ID: <61BC97C30299A34292628A206B71D571030E47@otmucxg21.opentext.net> Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.145.24.71] Content-Type: multipart/alternative; boundary="_000_61BC97C30299A34292628A206B71D571030E47otmucxg21opentext_" MIME-Version: 1.0 X-Archived: msg.BbfPlOj:2012-03-08:mucpm02.smtp.dmz.opentext.com X-Virus-Checked: Checked by ClamAV on apache.org --_000_61BC97C30299A34292628A206B71D571030E47otmucxg21opentext_ Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi all, In the past weeks I repeatedly had the need to build a package containg CMI= S client and server that you can easily download and run. Ideally also suit= able for people not aware how to install Java or configure Tomcat. While our maven build does the basics there often is the need to tweak a fe= w things: - renaming the long names to shorter ones - change some settings in web.xml or repository properties - the set of webapps you want to have in the package Doing all these steps manually is error-prone and unnecessary. So I created= a script to make it easier. It generates a .zip file containing CMIS, Tomc= at and Java which can just be extracted and run. I have used ant as generat= ion tool. It may perhaps be of use for someone else. More info can be found in readme= .txt located here: https://svn.apache.org/repos/asf/chemistry/playground/cmisdemo Jens --_000_61BC97C30299A34292628A206B71D571030E47otmucxg21opentext_--