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&#8217;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&#8217;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 &#8211; Support JDK1.7 
under <span class="caps">OSX</span></li>
-       <li>Change: Updated dependency versions;<br />
-          &#8211; builder (3.1.3)<br />
-          &#8211; rubyforge (2.0.4)<br />
-          &#8211; net-ssh (2.6.0)<br />
-          &#8211; hoe (3.1.0)<br />
-          &#8211; rjb (1.4.2)<br />
-          &#8211; rdoc (3.12)<br />
-          &#8211; xml-simple (1.1.1)<br />
-          &#8211; rspec-expectations (2.11.3)<br />
-          &#8211; rspec-mocks (2.11.3)<br />
-          &#8211; rspec-core (2.11.1)<br />
-          &#8211; rspec (2.11.0)<br />
-          &#8211; 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 &#8216;provided&#8217; 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 &#8216;buildr/single_intermediate_layout&#8217;.</li>
+       <li>Fixed:  Scala 2.10 support &#8211; 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 &#8211; Support the 
TestNG 6.x versions and default to 6.8.</li>
+       <li>Added:  <span class="caps">BUILDR</span>-599 &#8211; 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 &#8216;buildr/wsgen&#8217; for generating 
wsdls from java and java from wsdls using the underlying wsgen tool.</li>
+       <li>Added:  Create a &#8216;buildr/gpg&#8217; 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 &#8216;bundler/setup&#8217; 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 &#8212; see the <a href="CHANGELOG"><span 
class="caps">CHANGELOG</span></a> for full details.</p>
 <h2 id="notices">Credits &amp; Notices</h2>


Reply via email to