ups ..2nd try: VERSION_NUMBER = "1.0.0-SNAPSHOT" GROUP = "dxp" COPYRIGHT = "Docstream A/S"
# libs GUAVA = 'com.google.guava:guava:jar:10.0-rc3' JUNIT = 'junit:junit:jar:4.9' # Specify Maven 2.0 remote repositories here, like this: repositories.remote << "http://admin:somepwd@nexus-repo /nexus/content/groups/public" repositories.remote << "http://mirrors.ibiblio.org/pub/mirrors/maven2/" desc "The Dxp-xi-util project" define "xi-util" do project.version = VERSION_NUMBER project.group = GROUP manifest["Implementation-Vendor"] = COPYRIGHT compile.with GUAVA test.with JUNIT package :jar end 2011/9/26 Kjetil Midtlie <kjetil.midt...@gmail.com> > ok thanks, the exact buildfile is attached > > - d > > > 2011/9/26 Chris Adams <ch...@edatasource.com> > >> I've noticed a similar issue as well. Unfortunately, it hasn't been >> consistent and I haven't had the time to try to reproduce or track it down. >> I may try to spend some time on it this week and see if I'm able to >> determine where the problem is at. >> >> - Chris >> >> On Sep 26, 2011, at 7:14 AM, dynnamitt wrote: >> >> > >> > When using command "eclipse" the docs states >> > >> > "The eclipse task will generate a .classpath and .project file for each >> of >> > projects .." >> > >> > But I only get one ".project" file .. >> > >> > Version I'm using 1.4.6 / ruby 1.8.7 >> > >> > regards >> > -- >> > View this message in context: >> http://old.nabble.com/Eclipse-classpath-%281.4.6%29-tp32503935p32503935.html >> > Sent from the Buildr - User mailing list archive at Nabble.com. >> > >> >> >