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
[EMAIL PROTECTED]@ 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.
[EMAIL PROTECTED]@ 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.