Return-Path: Delivered-To: apmail-jackrabbit-users-archive@locus.apache.org Received: (qmail 36416 invoked from network); 12 Nov 2006 23:06:21 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 12 Nov 2006 23:06:21 -0000 Received: (qmail 65130 invoked by uid 500); 12 Nov 2006 23:06:31 -0000 Delivered-To: apmail-jackrabbit-users-archive@jackrabbit.apache.org Received: (qmail 64909 invoked by uid 500); 12 Nov 2006 23:06:31 -0000 Mailing-List: contact users-help@jackrabbit.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@jackrabbit.apache.org Delivered-To: mailing list users@jackrabbit.apache.org Received: (qmail 64900 invoked by uid 99); 12 Nov 2006 23:06:31 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Nov 2006 15:06:31 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of jukka.zitting@gmail.com designates 66.249.92.168 as permitted sender) Received: from [66.249.92.168] (HELO ug-out-1314.google.com) (66.249.92.168) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 12 Nov 2006 15:06:18 -0800 Received: by ug-out-1314.google.com with SMTP id m3so4185256uge for ; Sun, 12 Nov 2006 15:05:57 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=ssJtOib8iBwcRksLLwYyze5aSFE5J2cLw4KeEtvZqHKiNXoHTGOpXcKE3QoA/GoiS9LWUj0frdtj6PitsEcP2e48hePN717tRQUyF2gKFQQPDjOXbZcEcZI84ZamU1ggJ3wCVq2TAIhEbXqiexmxzYBS8cz+1K375kmWYDnXRQs= Received: by 10.78.128.11 with SMTP id a11mr5531176hud.1163372757082; Sun, 12 Nov 2006 15:05:57 -0800 (PST) Received: by 10.78.175.15 with HTTP; Sun, 12 Nov 2006 15:05:56 -0800 (PST) Message-ID: <510143ac0611121505v573d1b42mf010886a8248c4e@mail.gmail.com> Date: Mon, 13 Nov 2006 01:05:56 +0200 From: "Jukka Zitting" To: users@jackrabbit.apache.org Subject: Re: Unable to locate SchemaConverter In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org Hi, On 11/8/06, Kar, Swayambhuba wrote: > I am looking to make use of > org.apache.jackrabbit.xsd2cnd.SchemaConverter to create custom nodes > from a .xsd files. I am not able to locate the class in the jackrabbit > 1.1 distribution. Do I need to checkout the source and build the contrib > project to be able to use it? Is it packaged in a jar available for > download? You can find the class in the xsd2cnd contrib project at http://svn.apache.org/repos/asf/jackrabbit/trunk/contrib/xsd2cnd. BR, Jukka Zitting