This is a bug in 1.3.3 See http://www.nabble.com/Buildr-1.3.3-released-td20035358.html
On Sun, Nov 2, 2008 at 11:38 PM, hemant <[EMAIL PROTECTED]> wrote: > Hi, > > I am not sure, whats causing this with latest gem 1.3.3, but I am > unable to build scala projects. > > I created a fresh scala project with following code layout > > src/main/scala/com/msf/hello/Hello.scala <-- contains main object > src/test/scala/com/msf/hello <-- currently empty > > and my buildfile looks like this: > > require "rubygems" > > # Generated by Buildr 1.3.3, change to your liking > # Version number for this release > VERSION_NUMBER = "1.0.0" > # Group identifier for your projects > GROUP = "hello" > COPYRIGHT = "GPL" > > # Specify Maven 2.0 remote repositories here, like this: > repositories.remote << "http://www.ibiblio.org/maven2/" > > desc "The Hello project" > define "hello" do > project.version = VERSION_NUMBER > project.group = GROUP > manifest["Implementation-Vendor"] = COPYRIGHT > package :jar > end > > "buildr compile" doesn't compile the project. Output with "--trace" > option looks like this: > > (in /home/hemant/tmp/hello, development) > ** Invoke buildr:initialize (first_time) > ** Execute buildr:initialize > ** Invoke hello (first_time) > ** Execute hello > ** Invoke > /home/hemant/.m2/repository/org/apache/ant/ant/1.7.1/ant-1.7.1.jar > (first_time, not_needed) > ** Invoke > /home/hemant/.m2/repository/org/apache/ant/ant-launcher/1.7.1/ant-launcher-1.7.1.jar > (first_time, not_needed) > ** Invoke > /home/hemant/.m2/repository/org/apache/ant/ant-trax/1.7.1/ant-trax-1.7.1.jar > (first_time, not_needed) > ** Invoke /usr/lib/ruby/gems/1.8/gems/buildr-1.3.3/lib/buildr/java > (first_time, not_needed) > ** Invoke /opt/java/lib/tools.jar (first_time, not_needed) > ** Invoke hello > ** Invoke compile (first_time) > ** Execute compile > Compiling hello > ** Invoke hello:compile (first_time, not_needed) > ** Invoke hello:resources (first_time) > ** Execute hello:resources > [Completed] Your build has completed: /home/hemant/tmp/hello > buildr compile > > Am I missing here something? > > > -- > Let them talk of their oriental summer climes of everlasting > conservatories; give me the privilege of making my own summer with my > own coals. > > http://gnufied.org >
