Files | Admin

Notes:

Release Name: 1.2.1

Notes:



Changes: * Added: Proxy exclusion, use environment variable NO_PROXY, or options.proxy.exclude = <url> || [<url>] (http://groups.google.com/group/buildr-talk/t/9f1e988e0dbeea9f). * Added: You can now copy resources from multiple source directories, using resources.from (http://groups.google.com/group/buildr-talk/browse_thread/thread/4f2867a6dbbc19d4). * Added: Hash.from_java_properties(string) and hash.to_java_properties. * Changed: Buildr.options now wrap various environment variables instead of duplicating them (HTTP_PROXY, NO_PROXY, TEST, DEBUG). * Changed: No longer passing proxies to transports, instead they obtain them from environment variables. * Changed: Buildr now uses XJavaDoc 1.1 instead of 1.1-j5. If you need the 1.1-j5 fix, see here http://groups.google.com/group/buildr-talk/browse_thread/thread/49f3226810466c94/1f0d25d002433fe2. * Fixed: One RubyForge release for all packages, instead of one per package (Anatol Pomozov). * Fixed: buildr command does not recognize project tasks (foo:compile) or default task (http://groups.google.com/group/buildr-talk/t/660061a0bc81989a). * Fixed: Upload fails on SFTP permissions. * Fixed: Hibernate.schema_export not passing Ant task when yielding.