Hi Sajith, buildr clean cleans up your working copy, basically removes the target directories.
buildr package compiles and packages all artifacts buildr install invokes buildr package first and then "installs" all artifacts to your local maven repository. Regarding your segmentation fault: I remember that I had some issues with Ruby, 64-bit JDK and buildr. Mind you trying buildr with JRuby? HTH, Tammo On 13.03.2011 07:48, Sajith Kariyawasam wrote: > Hi all, > >> >> What's the correct way to build Apache ODE? >> >> is it *$ buildr clean install* or* $ buildr package* >> * >> * >> What is the difference between those two? >> >> I got the build successful once, but when i try to build it again it gives >> me a segmentation fault. (In Ubuntu 10.04) >> >> Any idea? >> >> Thanks >> Sajith >> > -- Tammo van Lessen - http://www.taval.de
