Author: donaldp
Date: Thu Feb 21 11:22:36 2013
New Revision: 1448592
URL: http://svn.apache.org/r1448592
Log:
Publish latest site
Modified:
buildr/site/buildr.pdf
buildr/site/index.html
Modified: buildr/site/buildr.pdf
URL:
http://svn.apache.org/viewvc/buildr/site/buildr.pdf?rev=1448592&r1=1448591&r2=1448592&view=diff
==============================================================================
Binary files - no diff available.
Modified: buildr/site/index.html
URL:
http://svn.apache.org/viewvc/buildr/site/index.html?rev=1448592&r1=1448591&r2=1448592&view=diff
==============================================================================
--- buildr/site/index.html (original)
+++ buildr/site/index.html Thu Feb 21 11:22:36 2013
@@ -118,54 +118,19 @@
</ul>
<p>So let’s get started. You can <a href="quick_start.html">read the
documentation online</a>, or <a href="buildr.pdf">download the <span
class="caps">PDF</span></a>.</p>
<h2 id="news">What’s New</h2>
-<p>Highlights from Buildr 1.4.9 (Nov 8th, 2012)</p>
+<p>Highlights from Buildr 1.4.10 (2013-02-10)</p>
<ul>
- <li>Fixed: Fixed the interaction with the FileUtils classes. The last
release<br />
- introduced a non-deterministic bug that sometimes caused logging<br
/>
- preferences to be ignored and the install method to be<br />
- inadvertently overwritten.</li>
-</ul>
-<p>Highlights from Buildr 1.4.8 (Nov 1st, 2012)</p>
-<ul>
- <li>Change: Revert to importing non-verbose FileUtils utility methods
to match buildr 1.4.6 release and earlier.</li>
- <li>Added: Experimental support for jacoco code coverage tool.</li>
- <li>Fixed: <span class="caps">BUILDR</span>-655 – Support JDK1.7
under <span class="caps">OSX</span></li>
- <li>Change: Updated dependency versions;<br />
- – builder (3.1.3)<br />
- – rubyforge (2.0.4)<br />
- – net-ssh (2.6.0)<br />
- – hoe (3.1.0)<br />
- – rjb (1.4.2)<br />
- – rdoc (3.12)<br />
- – xml-simple (1.1.1)<br />
- – rspec-expectations (2.11.3)<br />
- – rspec-mocks (2.11.3)<br />
- – rspec-core (2.11.1)<br />
- – rspec (2.11.0)<br />
- – rubyzip (0.9.9)</li>
- <li>Added: <span class="caps">BUILDR</span>-652 Generate buildfile
from Eclipse workspace. (Niklaus Giger)</li>
- <li>Fixed: <span class="caps">BUILDR</span>-627 Support explicitly
listed source files in buildr cc task. (Christopher Tiwald)</li>
- <li>Fixed: <span class="caps">BUILDR</span>-606 Transitive artifact
resolution should not include artifacts in ‘provided’ scope in poms
to<br />
- match maven behaviour. (Julio Arias)</li>
- <li>Change: <span class="caps">BUILDR</span>-640 Enable building jekyll
and rdoc under more rubies. (Niklaus Giger)</li>
- <li>Change: Mark Buildr:Bnd.remote_repository as deprecated as
dependencies appear in maven central.</li>
- <li>Added: <span class="caps">BUILDR</span>-654 Add the ability to
configure the version of <span class="caps">BND</span> used by bnd addon.
(Niklaus Giger)</li>
- <li>Added: Create the git_auto_version addon that automatically
specifies a version for a git project based<br />
- on git describe.</li>
- <li>Added: Integrate with Zinc (incremental compilation wrapper for
scalac 2.9+)</li>
- <li>Change: Default to Scala 2.9.2, ScalaTest 1.8, Scala Specs2
1.11,<br />
- ScalaCheck 1.10.0.</li>
- <li>Change: Scala artifact repository changed to<br />
- http://oss.sonatype.org/content/repositories/releases</li>
- <li>Added: <span class="caps">BUILDR</span>-645 Support Mercurial as a
version control system (Tan Quach)</li>
- <li>Fixed: <span class="caps">BUILDR</span>-646 <span
class="caps">TGZ</span> files do not keep their permissions when extracted<br />
- via Buildr::Unzip#extract</li>
- <li>Added: Add add_exploded_ear_artifact and add_exploded_ejb_artifact
to the idea project extension.</li>
- <li>Change: Default to using Checkstyle 5.5 in the checkstyle
addon.</li>
- <li>Fixed: Fix the add_exploded_war_artifact method on the idea
project by adding in missing method<br />
- `partition_dependencies`.</li>
- <li>Fixed: Fix the extension of the gwt plugin so that it can be
required as an addon.</li>
- <li>Fixed: Fix the undefined default_web_xml variable in the
add_web_facet method on the idea project.</li>
+ <li>Added: Support a single intermediate directory for each project
hierarchy through an addon ‘buildr/single_intermediate_layout’.</li>
+ <li>Fixed: Scala 2.10 support – compiler now uses
additional/separate jars introduced in 2.10 such as scala-reflect.jar and
scala-actor.jar</li>
+ <li>Added: Add an addon for <span class="caps">NSIS</span>.</li>
+ <li>Change: <span class="caps">BUILDR</span>-612 – Support the
TestNG 6.x versions and default to 6.8.</li>
+ <li>Added: <span class="caps">BUILDR</span>-599 – Support the
passing of arguments to testng test runner.</li>
+ <li>Fixed: Observer the per-project source version when generating
<span class="caps">IDEA</span> module files.</li>
+ <li>Change: Sort the components in <span class="caps">IDEA</span>
project files in the same order the idea sorts them.</li>
+ <li>Added: Created an addon ‘buildr/wsgen’ for generating
wsdls from java and java from wsdls using the underlying wsgen tool.</li>
+ <li>Added: Create a ‘buildr/gpg’ addon that signs and
uploads signatures when uploading artifacts. Inspired by a similar extension in
the Apache <span class="caps">ODE</span> project by Tammo van Lessen.</li>
+ <li>Change: Require ‘bundler/setup’ as part of buildr
startup to ensure that buildr always runs with up to date dependencies if a
Gemfile is present.</li>
+ <li>Added: Create a simple extension that modifies the project layout
to place generated files at the top level.</li>
</ul>
<p>This is a partial list — see the <a href="CHANGELOG"><span
class="caps">CHANGELOG</span></a> for full details.</p>
<h2 id="notices">Credits & Notices</h2>