You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@buildr.apache.org by bo...@apache.org on 2010/07/08 19:09:59 UTC

svn commit: r961840 - in /buildr/trunk: CHANGELOG doc/more_stuff.textile

Author: boisvert
Date: Thu Jul  8 17:09:59 2010
New Revision: 961840

URL: http://svn.apache.org/viewvc?rev=961840&view=rev
Log:
BUILDR-302 Move out-of-date Nailgun documentation to wiki (Shane Witbeck)

Modified:
    buildr/trunk/CHANGELOG
    buildr/trunk/doc/more_stuff.textile

Modified: buildr/trunk/CHANGELOG
URL: http://svn.apache.org/viewvc/buildr/trunk/CHANGELOG?rev=961840&r1=961839&r2=961840&view=diff
==============================================================================
--- buildr/trunk/CHANGELOG (original)
+++ buildr/trunk/CHANGELOG Thu Jul  8 17:09:59 2010
@@ -1,4 +1,5 @@
 1.4.2 (pending)
+* Fixed: BUILDR-302 Move out-of-date Nailgun documentation to wiki (Shane Witbeck)
 * Fixed: BUILDR-144 Filter does not preserve file permissions
 * Fixed: BUILDR-203 Compiler guessing very inefficient
 * Fixed: BUILDR-225 ArchiveTask#merge, not according to doc
@@ -22,16 +23,16 @@
 * Added:  Support for Scala 2.8 compiler-level change detection and dependency
           tracking
 * Added:  Continuous compilation
-* Added:  Generic documentation framework (using the `doc` task).  Replaces 
+* Added:  Generic documentation framework (using the `doc` task).  Replaces
           `javadoc` task
 * Added:  New "test:failed" task to execute only tests that failed during last
           run (Antoine Toulme)
 * Added:  Project extensions (before/after_define) now support dependency ordering
           similar to Rake (e.g. before_define(:my_setup => :compile)
-* Added:  BUILDR-328 Detect Eclipse plugin project with META-INF/MANIFEST.MF 
+* Added:  BUILDR-328 Detect Eclipse plugin project with META-INF/MANIFEST.MF
           and Bundle-SymbolicName: entry
 * Added:  Support for Eclipse classpath variables to avoid absolute pathnames in
-          generated .classpath using: 
+          generated .classpath using:
             eclipse.classpath_variables { :VAR => '/path/to/libraries' }
 * Added:  Support for excluding libraries from Eclipse classpath using:
             eclipse.exclude_libs += ['/path/to/some/library.jar']
@@ -41,7 +42,7 @@
           command line (and ignore transitive test dependencies)
 * Added:  ArtifactNamespace.{keys,clear} methods
 * Added:  BUILDR-326 Support unzipping tar.gz files (Antoine Toulme)
-* Added:  BUILDR-368 Support protocol buffer code generation 
+* Added:  BUILDR-368 Support protocol buffer code generation
           (Pepijn Van Eeckhoudt)
 * Added:  BUILDR-375 Buildr now recognizes buildfile.rb and Buildfile.rb
           (Kerry Wilson)
@@ -88,15 +89,15 @@
           (Antoine Toulme)
 * Fixed:  BUILDR-281 Application#initialize fails if home dir isn't writable
 * Fixed:  BUILDR-327 Specifying :plugin eclipse nature explicitly fails
-* Fixed:  BUILDR-330  Install task should re-install artifact even if they 
+* Fixed:  BUILDR-330  Install task should re-install artifact even if they
           already exist (Alexis Midon)
-* Fixed:  BUILDR-334 Eclipse .classpath files use absolute paths for library 
+* Fixed:  BUILDR-334 Eclipse .classpath files use absolute paths for library
           entries (Stefan Wasilewski)
 * Fixed:  BUILDR-336 Java::Commands.java Prints Command Without --trace
           (Antoine Toulme)
 * Fixed:  BUILDR-341 jruby -S extract is no longer supported by jruby
           (Antoine Toulme)
-* Fixed:  BUILDR-344 Buildr::TestFramework::TestResult::YamlFormatter uses 
+* Fixed:  BUILDR-344 Buildr::TestFramework::TestResult::YamlFormatter uses
           deprecated form of example_pending (Rhett Sutphin)
 * Fixed:  BUILDR-345 Improve project documentation (Peter Schröder)
 * Fixed:  BUILDR-346 Test classpath can not be set (Peter Schröder)
@@ -114,7 +115,7 @@
 * Fixed:  BUILDR-365 test task should use test compile dependencies
 * Fixed:  BUILDR-366 Scala dependencies should be lazily loaded into
           Java.classpath
-* Fixed:  BUILDR-373 Package type specific implementations of install, 
+* Fixed:  BUILDR-373 Package type specific implementations of install,
           uninstall and upload are not invoked (Antoine Toulme)
 * Fixed:  BUILDR-374 upload tasks can attempt to upload artifacts multiple times (Pepijn Van Eeckhoudt)
 * Fixed:  BUILDR-379 Ant sql task abruptly terminates buildr
@@ -123,7 +124,7 @@
 * Fixed:  BUILDR-381 JUnit tests on Groovy project fail with
           NoClassDefFoundError: junit/framework/TestCase
 * Fixed:  BUILDR-382 Packages with default spec are not always created correctly
-* Fixed:  BUILDR-383 artifact().from(task_dependency) should not trigger 
+* Fixed:  BUILDR-383 artifact().from(task_dependency) should not trigger
           task_dependency if artifact exists
 * Fixed:  BUILDR-384 Buildr fails with rubygems 1.3.6
 * Fixed:  BUILDR-386 Display JRuby version in buildr -V (Antoine Toulme)
@@ -133,7 +134,7 @@
           task properties (Antoine Toulme, Peter Dettman)
 * Fixed:  BUILDR-306 Cobertura extension does not handle dependencies
           correctly (Pepijn Van Eeckhoudt)
-* Fixed:  BUILDR-398 FileUtils#sh does not work correctly on Windows 
+* Fixed:  BUILDR-398 FileUtils#sh does not work correctly on Windows
           (Pepijn Van Eeckhoudt)
 * Fixed:  BUILDR-399 invoke_with_call_chain does not restore call chain
           correctly (Pepijn Van Eeckhoudt)
@@ -150,7 +151,7 @@
           "false" value
 * Fixed:  BUILDR-404 buildr -V causes exception on JRuby
 * Fixed:  BUILDR-411 fix for RDoc generation
-* Fixed:  BUILDR-417 package_as_javadoc calls deprecated method  
+* Fixed:  BUILDR-417 package_as_javadoc calls deprecated method
           (Pepijn Van Eeckhoudt)
 * Fixed:  BUILDR-412 Gemspec dependencies don't add up - to the point it's not possible to release
 * Fixed:  BUILDR-414 Provide tag_name method on GitRelease as part of API

Modified: buildr/trunk/doc/more_stuff.textile
URL: http://svn.apache.org/viewvc/buildr/trunk/doc/more_stuff.textile?rev=961840&r1=961839&r2=961840&view=diff
==============================================================================
--- buildr/trunk/doc/more_stuff.textile (original)
+++ buildr/trunk/doc/more_stuff.textile Thu Jul  8 17:09:59 2010
@@ -228,28 +228,6 @@ $ dbuildr clean compile
 
 The @dbuildr@ command will start the BuildrServer if there isn't one already running.  Subsequent calls to dbuildr will act as the client and invoke the tasks you provide to the server.  If the buildfile has been modified it will be reloaded on the BuildrServer.
 
-h3(#nailgun). Nailgun
-
-"Nailgun":http://www.martiansoftware.com/nailgun/index.html is a client, protocol, and server for running Java programs from the command line without incurring the JVM startup overhead.  Nailgun integration is available only when running Buildr within JRuby.
-
-JRuby users need not to create the @dbuildr@ script listed on the previous section, as they can benefit from using a nailgun client to invoke tasks without having to wait for JVM+JRuby to load.
-
-Start the BuildrServer by executing
-
-{% highlight sh %}
-$ jruby -S buildr -rbuildr/nailgun nailgun:start
-{% endhighlight %}
-
-To stop the BuildrServer simply use Ctrl+C or kill the process.
-
-Once the server has been started you can invoke tasks using the nailgun client
-installed on @$JRUBY_HOME/tool/nailgun/ng@
-
-{% highlight sh %}
-$ ng clean compile
-{% endhighlight %}
-
-
 h2(#growl). Growl, Qube
 
 For OS X users, Buildr supports "Growl":http://growl.info/ out of the box to send "completed" and "failed" notifications to the user.