Hi Antoine,

I hadn't included the buildfile, because I had included the steps how to create it (I let buildr create it). Anyway, here it is for convenience:
--------------- snip ---------------
# Generated by Buildr 1.4.3, change to your liking
# Version number for this release
VERSION_NUMBER = "1.0.0"
# Group identifier for your projects
GROUP = "buildr-test"
COPYRIGHT = ""

# Specify Maven 2.0 remote repositories here, like this:
repositories.remote << "http://www.ibiblio.org/maven2/";

desc "The Buildr-test project"
define "buildr-test" do

  project.version = VERSION_NUMBER
  project.group = GROUP
  manifest["Implementation-Vendor"] = COPYRIGHT

  define "app-war" do
    package(:war)
  end

end
--------------- snap ---------------

since we use timestamps to control what changed, Buildr probably didn't do
anything the second time you asked, as the modification occurred last than a
second before.

No, that is definitely NOT the case. I checked that. Trust me, I made quite some tests before I came here and asked.

This was just an example so that it is easy for people to reproduce it. If you could create this tiny project and try for yourself?

It happens on Windows and Linux, by the way.


Cheers, Ingo =;->

Reply via email to