블로그 이미지
News and Announcements (at) Apache Software Foundation. 노안돼지
Apache Software Foundation The Apache User Group KLDP From download

Recent Post»

Recent Comment»

Recent Trackback»

Archive»

« 2024/5 »
1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31

 

'Buildr'에 해당되는 글 3

  1. 2010.10.17 Apache Buildr 1.4.3 릴리즈
  2. 2009.10.14 Apache Buildr 1.3.5 릴리즈
  3. 2009.04.30 Apache Buildr 1.3.4 Released
 
아파치 소프트웨어 재단은 아파치 오픈 소스 소프트웨어 프로젝트 커뮤니티 지원을 제공합니다.
아파치 프로젝트는 협업과 개발 프로세스를 기반으로 하는 상호간의 공감대와 개방되어 있는 실용적인 소프트웨어 라이센스, 그 분야에서 선두를 달릴 수 있는 고품질 소프트웨어 개발을 추구하고 있습니다.

우리는 심플한 서버 공유 프로젝트의 모임이라고도 하지만 오히려 개발자와 사용자간의 커뮤니티라고 생각합니다.

Apache Buildr 1.4.3 릴리즈

뉴스/소식 | 2010. 10. 17. 23:15 | Posted by 노안돼지
Apache Buildr is a build system for Java-based applications, including support for Scala, Groovy and a growing number of JVM languages and tools.
http://buildr.apache.org/

This release comes less than 4 weeks after 1.4.2 to address a critical issue where created .jar/.zip packages may be corrupted (BUILDR-517).   All users are encouraged to upgrade.



:

Apache Buildr 1.3.5 릴리즈

뉴스/소식 | 2009. 10. 14. 11:18 | Posted by 노안돼지


Apache Buildr is a build system for Java-based applications, including support for Scala, Groovy and a growing number of JVM languages and tools. We wanted something that's simple and intuitive to use, so we only need to tell it what to do, and it takes care of the rest. But also something we can easily extend for those one-off tasks, with a language that's a joy to use.

New in Buildr 1.3.5:

  • Added: Interactive shell (REPL) support
  • Added: BeanShell as default shell for java projects, bsh is small and it's syntax provides the closest to an interpreted java. The BeanShell console includes a graphical class browser. Shell is named :bsh
  • Added: Mandriva (urpmi) installation support (with help from Franck Villaume).
  • Added: BUILDR-56 Download Scala artifacts if not available locally
  • Added: BUILDR-163 cobertura:check (Marko Sibakov, Daniel Spiewak).
  • Added: BUILDR-295 Eclipse task: make 'M2_REPO' repository variable configurable
  • Added: BUILDR-300 Make Eclipse task more configurable (Antoine Toulme, Alex Boisvert)
  • Change: Upgraded to rubyforge-1.0.5 and net-ssh 2.0.15
  • Change: Monkey-Patched FileUtils::sh on JRuby to use POSIX `system`
  • Change: Updated to Rake 0.8.7, RSpec 1.2.8 and JRuby-openssl 0.5.2.
  • Change: Updated to easyb 0.9 (Joel Muzzerall)
  • Change: Updated to TestNG 5.10
  • Change: Updated to JRuby 1.3.1
  • Fixed: BUILDR-23 Support for setting file mode when packaging (Ittay Dror).
  • Fixed: BUILDR-278 tasks/*.rake files are loaded after the buildfile (Rhett Sutphin)
  • Fixed: BUILDR-282 release goal should not strip leading '0' digits from version numbers.
  • Fixed: BUILDR-289 Improved error message when JAVA_HOME points to an invalid JRE/JDK installation
  • Fixed: BUILDR-290 Dependencies cannot be downloaded over SSL.
  • Fixed: BUILDR-291 Local tasks do not support arguments (Ittay Dror).
  • Fixed: BUILDR-292 Workaround for JRUBY-3381 on FileUtils.mv
  • Fixed: BUILDR-301 TestNG doesn't report failure if more than one test fails
  • Fixed: BUILDR-307 Failures are not reported correctly for ScalaTest (Jeremie Lenfant-Engelmann)
  • Fixed: BUILDR-313 Prevent release with uncommitted_files on Git 1.4.3+ (Alexis Midon)
  • Fixed: BUILDR-315 Fix Eclipse .classpath for local libraries (Mat Schaffer)
  • Fixed: BUILDR-304 Referencing an existing package task using the package method fails if the package has a custom filename (Rhett Sutphin)
  • Fixed: BUILDR-322 When specifying files (instead of directories) as sources for compile task, Buildr uses target directory timestamp only (not compiled output timestamp)
  • Fixed: BUILDR-324: Regression - baseDir system property is not set when executing tests [Alexis Midon]
  • Fixed: BUILDR-325: Overriding package spec with classifer doesn't work (Antoine Toulme)
:

Apache Buildr 1.3.4 Released

뉴스/소식 | 2009. 4. 30. 14:24 | Posted by 노안돼지

Apache Buildr는 Java를 기반으로하는 응용프로그램으로 Scala, Groovy과 점차 업그레이드 되는 JVM 언어와 툴을 지원하는 빌드 시스템(build system)입니다.

Apache Buildr는 DSL(domain-specific language)과 Maven2 컨셉(프로젝트, 아티팩트(artfact), 저장소와 기본 레이아웃과 같은)과 Ant 태스크(tasks)와 Ruby의 native scripting 능력을 결합한 Rake(the Ruby make tool) 확장셋트입니다.

What's New in Buildr 1.3.4?

  • We graduated from the Apache Incubator!
    This is our first release as  a top-level Apache project: http://buildr.apache.org. New site, new  mailing lists, SVN, Git, etc.
  • Support for Git version control system
  • Improved all-around Scala support, including joint Java-Scala compilation and upgraded to Scala 2.7.3 dependencies:  ScalaSpecs 1.4.3, ScalaCheck 1.5 and ScalaTest 0.9.5
  • New ‘artifacts:sources’ task to download source code for artifact jars
  • Source code attachments for external dependencies in Eclipse and IDEA projects
  • Dependency upgrades such as Rake 0.8.4, Net-SSH 2.0.11, RSpec 1.2.2, JRuby 1.1.6.
  • Documentation now uses Jekyll to generate web site and PDF document.
    This replaces Docter so less code to maintain and the same Textile/Liquid mechanism as when using Github pages.
  • And 20 or so bug fixes.


자세한 CHANGELOG를 보시려면 :
http://buildr.apache.org/CHANGELOG

Buildr에 관한 상세한 내역을 보시려면 우리 사이트를 방문하세요.
http://buildr.apache.org

: