Return-Path: Delivered-To: apmail-incubator-buildr-commits-archive@locus.apache.org Received: (qmail 45145 invoked from network); 27 Feb 2008 21:01:30 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 27 Feb 2008 21:01:30 -0000 Received: (qmail 30728 invoked by uid 500); 27 Feb 2008 21:01:25 -0000 Delivered-To: apmail-incubator-buildr-commits-archive@incubator.apache.org Received: (qmail 30708 invoked by uid 500); 27 Feb 2008 21:01:25 -0000 Mailing-List: contact buildr-commits-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: buildr-dev@incubator.apache.org Delivered-To: mailing list buildr-commits@incubator.apache.org Received: (qmail 30699 invoked by uid 99); 27 Feb 2008 21:01:25 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Feb 2008 13:01:25 -0800 X-ASF-Spam-Status: No, hits=-2000.0 required=10.0 tests=ALL_TRUSTED X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO eris.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 27 Feb 2008 21:00:52 +0000 Received: by eris.apache.org (Postfix, from userid 65534) id 9E7CB1A9832; Wed, 27 Feb 2008 13:01:01 -0800 (PST) Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Subject: svn commit: r631724 - in /incubator/buildr/trunk: Rakefile doc/pages/index.textile doc/pages/more_stuff.textile doc/pages/whats_new.textile Date: Wed, 27 Feb 2008 21:01:00 -0000 To: buildr-commits@incubator.apache.org From: assaf@apache.org X-Mailer: svnmailer-1.0.8 Message-Id: <20080227210101.9E7CB1A9832@eris.apache.org> X-Virus-Checked: Checked by ClamAV on apache.org Author: assaf Date: Wed Feb 27 13:00:59 2008 New Revision: 631724 URL: http://svn.apache.org/viewvc?rev=631724&view=rev Log: BUILDR-40 Modified: incubator/buildr/trunk/Rakefile incubator/buildr/trunk/doc/pages/index.textile incubator/buildr/trunk/doc/pages/more_stuff.textile incubator/buildr/trunk/doc/pages/whats_new.textile Modified: incubator/buildr/trunk/Rakefile URL: http://svn.apache.org/viewvc/incubator/buildr/trunk/Rakefile?rev=631724&r1=631723&r2=631724&view=diff ============================================================================== --- incubator/buildr/trunk/Rakefile (original) +++ incubator/buildr/trunk/Rakefile Wed Feb 27 13:00:59 2008 @@ -17,7 +17,7 @@ 'Rakefile', 'spec/**/*', 'doc/**/*'].to_ary spec.require_path = 'lib' spec.has_rdoc = true - spec.extra_rdoc_files = ['README', 'CHANGELOG', 'LICENSE', 'NOTICE', 'DISCLAIMER'] + spec.extra_rdoc_files = ['README', 'CHANGELOG', 'LICENSE', 'NOTICE', 'DISCLAIMER', 'reports/specs.html'] spec.rdoc_options << '--title' << "Buildr -- #{spec.summary}" << '--main' << 'README' << '--line-numbers' << '--inline-source' << '-p' << '--webcvs' << 'http://svn.apache.org/repos/asf/incubator/buildr/trunk/' Modified: incubator/buildr/trunk/doc/pages/index.textile URL: http://svn.apache.org/viewvc/incubator/buildr/trunk/doc/pages/index.textile?rev=631724&r1=631723&r2=631724&view=diff ============================================================================== --- incubator/buildr/trunk/doc/pages/index.textile (original) +++ incubator/buildr/trunk/doc/pages/index.textile Wed Feb 27 13:00:59 2008 @@ -32,12 +32,13 @@ Check out "all that's new in Buildr 1.3":whats_new.html. -* Building Scala projects -* Building Groovy projects -* Running on JRuby -* EAR packaging +* Buildr 1.3 now runs on JRuby 1.1 +* Support for building Scala projects +* Support for building Groovy projects +* EAR packages +* Profiles * New API for accessing Java libraries -* Alternative source layouts, +* Alternative source layouts * More documentation * Other features and bug fixes. Modified: incubator/buildr/trunk/doc/pages/more_stuff.textile URL: http://svn.apache.org/viewvc/incubator/buildr/trunk/doc/pages/more_stuff.textile?rev=631724&r1=631723&r2=631724&view=diff ============================================================================== --- incubator/buildr/trunk/doc/pages/more_stuff.textile (original) +++ incubator/buildr/trunk/doc/pages/more_stuff.textile Wed Feb 27 13:00:59 2008 @@ -78,10 +78,17 @@ variable pointing to your Maven2 repository directory (@Settings / Path Variables@). -If you're using IDEA 7.0 or later, use the @buildr idea7x@ task instead. This -task creates the proper @.ipr@ and @.iml@ files for IDEA version 7.0 and above. -It includes the @-7x@ suffix in the generated files, so you can use the @idea@ -and @idea7x@ tasks side by side on the same project. +If you're using IDEA 7 or later, use the @buildr idea7x@ task instead. This +task creates the proper @.ipr@ and @.iml@ files for IDEA version 7. It +includes the @-7x@ suffix in the generated files, so you can use the @idea@ and +@idea7x@ tasks side by side on the same project. + +Also, check out the "Buildr plugin for +IDEA":http://www.digitalsanctum.com/buildr-plug-in/ (IDEA 7 and later). Once +installed, open your project with IDEA. If IDEA finds that you have Buildr +installed and finds a buildfile in the project's directory, it will show all +the tasks available for that project. To run a task, double-click it. When +the task completes, IDEA will show the results in the Buildr Output window. h2. Cobertura, JDepend Modified: incubator/buildr/trunk/doc/pages/whats_new.textile URL: http://svn.apache.org/viewvc/incubator/buildr/trunk/doc/pages/whats_new.textile?rev=631724&r1=631723&r2=631724&view=diff ============================================================================== --- incubator/buildr/trunk/doc/pages/whats_new.textile (original) +++ incubator/buildr/trunk/doc/pages/whats_new.textile Wed Feb 27 13:00:59 2008 @@ -213,9 +213,8 @@ 1.0.1. * JUnit tests now operate on all compiled test classes that extend -junit.framework.TestCase and match the include/exclude patterns. Test cases no -longer have to end or start with Test, and including non-test classes simply -ignores them. +@junit.framework.TestCase@ or use the @Test@ annotation; TestNG test cases are +filtered by annotation. Test cases no longer have to use a specific file name. * Remote repositories now support HTTP Basic Authentication. @@ -235,9 +234,9 @@ * The "Troubleshooting":troubleshooting.html page (also available in the PDF) collects troubleshooting ideas from the mailing list. -* The "Download and installation":download.html has been rewritten to cover all -you need to know about downloading and installing Buildr for various operating -systems and configurations. +* The "Getting Started":getting_started.html has been rewritten to cover all +you need to know about downloading and installing Buildr on Linux, OS/X, +Windows and with JRuby (1.1 or later). * A new "Contributing":contributing.html page has more details on how to file bugs, policy for submitting patches, running Buildr test cases, and helping @@ -248,5 +247,5 @@ * The "Extending Buildr":extending.html page that deals with writing your own tasks, creating extensions and specifying alternative layouts. -* The site also includes "RSpec test report":report.html and "Test coverage +* The site also includes "RSpec report":specs.html and "Test coverage report":coverage/index.html.