Return-Path: Delivered-To: apmail-buildr-users-archive@www.apache.org Received: (qmail 438 invoked from network); 20 Dec 2009 00:24:51 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.3) by minotaur.apache.org with SMTP; 20 Dec 2009 00:24:51 -0000 Received: (qmail 96938 invoked by uid 500); 20 Dec 2009 00:24:51 -0000 Delivered-To: apmail-buildr-users-archive@buildr.apache.org Received: (qmail 96845 invoked by uid 500); 20 Dec 2009 00:24:51 -0000 Mailing-List: contact users-help@buildr.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: users@buildr.apache.org Delivered-To: mailing list users@buildr.apache.org Received: (qmail 96835 invoked by uid 99); 20 Dec 2009 00:24:51 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Dec 2009 00:24:51 +0000 X-ASF-Spam-Status: No, hits=-2.6 required=5.0 tests=BAYES_00 X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of wjrogers@gmail.com designates 209.85.210.190 as permitted sender) Received: from [209.85.210.190] (HELO mail-yx0-f190.google.com) (209.85.210.190) by apache.org (qpsmtpd/0.29) with ESMTP; Sun, 20 Dec 2009 00:24:44 +0000 Received: by yxe28 with SMTP id 28so3832458yxe.19 for ; Sat, 19 Dec 2009 16:24:23 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=gamma; h=domainkey-signature:mime-version:received:date:message-id:subject :from:to:content-type; bh=vh0+lx2mPYTgN6aZS48M4MdUobTsYhU4bZG/jhyxasE=; b=WvAoRE0DYKaK5w8hrvHn5Hk7MuJIYAkO8aIrCnuoL+wiLLKdphCgkW84ix5AfO9vaS /+CFeLwaI5ssTXr1XsBlF+R6ZwwQFwD6RNkWxSGOSTJaQDCy+4usYNRSgIC1OqbTg0yj dfJyTj38MwHPu+isrZx54TtK50YkWjuJO/A8M= DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=gamma; h=mime-version:date:message-id:subject:from:to:content-type; b=u4pqmW7god5kcDgQPeGQn4//V4cn0v5ZqtWoO92Klhy+gEvg8rgP7CpDqBEQYYa+4e Iecs0zjyUWiPNzKTyzXRC5HnlCUY8HnnjscyADGqYZgzfQGFsf+w3R0kXLF7ciPUw0tf JgKet0LsReaZyWMvVU9EgByUzDl9xUYnkdjWI= MIME-Version: 1.0 Received: by 10.91.105.3 with SMTP id h3mr6038539agm.6.1261268663855; Sat, 19 Dec 2009 16:24:23 -0800 (PST) Date: Sat, 19 Dec 2009 19:24:23 -0500 Message-ID: <323a37200912191624w12c6deeexacaa51b3777d5de6@mail.gmail.com> Subject: buildr + XMLBeans documentation? From: Will Rogers To: users@buildr.apache.org Content-Type: text/plain; charset=UTF-8 I have not been able to find any documentation for buildr's XMLBeans support other than a short comment within addon/buildr/xmlbeans.rb itself. That comment got it working for me, but I have more questions. Is there documentation hiding somewhere? If not, can anyone help me with these two questions? 1. In the few examples I've been able to find so far on the web, I've seen buildfiles with "require 'tasks/xmlbeans'", but the documentation in xmlbeans.rb says to use "require 'buildr/xmlbeans'". What's the difference? Which is preferred? 2. Is there a way to make a task that generates and compiles the XMLBeans only, without going on to compile the rest of the project? Thanks -- Will