Return-Path: Delivered-To: apmail-incubator-jackrabbit-dev-archive@www.apache.org Received: (qmail 54757 invoked from network); 24 Jun 2005 18:02:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 24 Jun 2005 18:02:51 -0000 Received: (qmail 84300 invoked by uid 500); 24 Jun 2005 18:02:50 -0000 Mailing-List: contact jackrabbit-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: jackrabbit-dev@incubator.apache.org Delivered-To: mailing list jackrabbit-dev@incubator.apache.org Received: (qmail 84287 invoked by uid 99); 24 Jun 2005 18:02:50 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Jun 2005 11:02:50 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of bcm@osafoundation.org designates 204.152.186.98 as permitted sender) Received: from [204.152.186.98] (HELO smtp.osafoundation.org) (204.152.186.98) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 24 Jun 2005 11:02:50 -0700 Received: from localhost (localhost [127.0.0.1]) by smtp.osafoundation.org (Postfix) with ESMTP id 4DF26142264 for ; Fri, 24 Jun 2005 11:02:47 -0700 (PDT) Received: from smtp.osafoundation.org ([127.0.0.1]) by localhost (laweleka.osafoundation.org [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id 29924-01 for ; Fri, 24 Jun 2005 11:02:47 -0700 (PDT) Received: from [10.0.1.4] (c-67-188-209-63.hsd1.ca.comcast.net [67.188.209.63]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.osafoundation.org (Postfix) with ESMTP id 0EC8214225E for ; Fri, 24 Jun 2005 11:02:47 -0700 (PDT) Message-ID: <42BC4ABE.7060301@osafoundation.org> Date: Fri, 24 Jun 2005 11:02:38 -0700 From: Brian Moseley User-Agent: Mozilla Thunderbird 1.0.2 (Macintosh/20050317) X-Accept-Language: en-us, en MIME-Version: 1.0 To: jackrabbit-dev@incubator.apache.org Subject: Re: custom namespace/node type import tool References: <42B87090.70404@osafoundation.org> <42BB07E5.2030307@osafoundation.org> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: by amavisd-new and clamav at osafoundation.org X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N David Nuescheler wrote: > in crx have something called a "crx package" > > if you export [1] content with a crx package all the dependencies > to nodetype-definitions and namespaces are included. > upon import [2] all those definitions are automatically > registered again. > > feel free to test by downloading the trial > version of crx. > > is that what you are looking for? > [possibly with an additional checkbox on > export that says "[ ] export nt's & ns's only" yeah, that sounds good. tho i'd like to be able to feed a text file into the import tool rather than a binary one - i'd rather hand code my node types in emacs than use a gui. > if that should cover your usecase i am sure we could wrap > this into a command line option of the content repository. > [ and possibly port that tool over to jackrabbit sometime ;) ] not sure what you mean about a command line option, but consider this a request for you to add the tool to jackrabbit :)