A build tool for Java, Scala, Groovy, and other JVM-based projects.

learn more… | top users | synonyms

0
votes
1answer
35 views

Updating a pom.xml version during the buildr release process

I have a buildr project, that also contains a pom.xml that is used for other projects. I want to be able to increment the 13.3.1-SNAPSHOT in the pom.xml at the same time as I increment the buildfile ...
-1
votes
1answer
139 views

why do we need complexity in dependency management

I am not sure if the title of the question is correct, but please read the question. I have been working on C/C++ for most part of my work life (close to 11 years). we only had C/C++ source/header ...
0
votes
0answers
45 views

Buildr - Exclude source files when compiling

Is there a way to exclude certain packages or source files when compiling in buildr? There isn't an exclude on the compile task as it looks in the src directory. We are building for multiple ...
0
votes
1answer
54 views

Buildr JVM properties for JUnit set inside the JVM rather than outside

When using JUnit we pass the directory used for logging as a JVM property. This works fine on the command line and in Eclipse. However, it doesn't work when we pass the same property to the Buildr ...
0
votes
2answers
94 views

Accessing Maven repositories with Buildr using SSL certificates?

I wanted to take Buildr for a spin, and wanted to use it for a project that is using Alfresco. The Alfresco projects is maintaining a Maven repository at : https://artifacts.alfresco.com As you can ...
2
votes
2answers
50 views

Hide HTTP password when downloading maven artifacts

We have a password protected Maven repository. When downloading the http password is shown on the console: Downloading: ...
1
vote
2answers
94 views

Buildr failing with “unable to download ant”

When trying to build this project: project_layout = Layout.new project_layout[:source,:main,:java] = 'src' project_layout[:source,:test,:java] = 'test' define 'hausaufgaben', :layout => ...
1
vote
0answers
40 views

Using Apache Buildr to build JRuby project?

The question came up before, but wasn't actually answered then. How do you set up buildr to build JRuby projects?
1
vote
1answer
42 views

How can buildr correctly deal with unicode pom files?

I've been experimenting with buildr in lieu of maven on a project. When I request the transient dependencies for a given package, I get this error: $ buildr --trace=all ... ** Invoke ...
1
vote
1answer
65 views

buildr upload doesn't create maven-metadata.xml

I'm trying out buildr on two projects - one has a dependency on the other. buildr upload seems to work ok on project1 but when project2 tries to build it looks for ...
1
vote
2answers
37 views

Is there a recipe to use buildr to upload to maven central via ossrh?

Using maven, one can push artifacts to central via ossrh; this requires GPG signatures, source, and javadocs in addition to the usual maven-deploy-plugin of the core jar. Is there a recipe to arrange ...
0
votes
2answers
138 views

gem install buildr fails

I'm trying to install some dependencies for building a project on Windows 7. I've installed Cygwin with the Ruby dependencies I thought I needed. When I run gem install buildr I receive the following ...
0
votes
1answer
57 views

How can I run buildr with dependencied defined in pom.xml (buildr + eclipse + maven : integration)

We are using buildr as the build tool for our projects. However, it is time that dependencies a big in the several project we have and building new eclipse environments become a hard task. The first ...
0
votes
1answer
63 views

I want to exclude cobertura from instrumenting code if test=true

I want to exclude cobertura from instrumenting code if test=true. Right now I have all my required statments at the top: require 'buildr/java/cobertura' require 'buildr/scala' Then each time the ...
0
votes
0answers
45 views

Buildr: how to make test run before package

I am having a project with buildr generating war file. For some reason, the 'test' phase is running after the 'war' phase. But, I need to package some of the test results directly in the war, so my ...
0
votes
1answer
59 views

Buildr include jar files

I have an old project with files layout still in "src/" and jars in "lib/". I defined the layout to point to src. compile.with(Dir[_("lib/*.jar")]) But when I run buildr build, it still stays ...
2
votes
3answers
1k views

Buildr complaining about javac: invalid source release: 1.7

I am having an issue with Apache's Buildr complaining about an invalid source release. Whenever I try and build my project I get the following error message; javac: invalid source release: 1.7 Usage: ...
0
votes
2answers
62 views

Buildr: How do I define a project which depends on another project in the same Buildfile?

This seems like a simple task in Buildr, so I must be missing something obvious because I can't make it work. Suppose I have a directory with two files, like so: test/lib/src/main/scala/MyLib.scala ...
1
vote
1answer
40 views

How do I refer to a JAR built in the same Buildr buildfile?

I am currently using IntelliJ IDEA to build my project, but I want to move away from it to break the dependency on this particular IDE. Buildr looks like a nice option since 1) it is simple, and 2) I ...
0
votes
0answers
84 views

buildr for compiling and building jruby project

I'm pretty new to building life cycle and I'm trying to create project in JRuby. I decided to give a try to buildr for building my project. Buildr seems to hadle java and scala (and I don't know what ...
0
votes
1answer
38 views

buildr offline install

I have mashine in intranet. And I need set to buildr here Is it posible to make installation of buildr on machine without Internet?
0
votes
1answer
27 views

ERROR: buildr clean test|install

I am tring to run JUnit. I am new to buildr and Jruby. This is my new project. Why am I getting error, & why it is looking for 'buildr/packaging' I don't have any folder buildr/packaging.
0
votes
1answer
75 views

JRebel with Intellij and buildr?

I am working with a buildr project using Intellij IDEA and I want to get JRebel working. THis is a Spring MVC project. I have my rebel.xml configures and I created an ant script to re-package the ...
0
votes
3answers
94 views

buildr from svn repository

I would to run buildr on my svn repository - to build the files from \src\main\java in the subversion repository with username and password and save it to anther location on my disc. How can I do ...
0
votes
1answer
220 views

buildr - compile jar from WSDL location

I am using an external API with SOAP. I would like in the buildr task, to automatically create jar of the web service client from the WSDL remote location, using axis2 (since I am writing in Java) , ...
1
vote
1answer
61 views

Buildr - compile project with another project's created jar

I have the following definition: define "BE" do project.version = VERSION_NUMBER project.group = GROUP manifest['Copyright'] = COPYRIGHT desc 'Building common project for engine and ...
1
vote
2answers
115 views

Apache Buildr - extract artifact to project root

I started using Apache builder for a project and I am surprised how little code I need to build my project. But after the first successes, a problem arose: I have some required text files stored in a ...
0
votes
1answer
63 views

How to differentiate between unit tests and integration tests in Buildr?

The Buildr quickstart documentation has a section on integration tests should be written. It briefly says you can write integration tests "[in] much the same way as you write unit tests." However, ...
2
votes
1answer
179 views

Sonar and Apache Buildr

can anyone tell me how to integrate Sonar and Apache Buildr? I downloaded sonar.rb from https://github.com/apache/buildr and placed it in /var/lib/gems/1.8/gems/buildr-1.4.6/addon/buildr But I don't ...
0
votes
0answers
45 views

jar plugins during compile with buildr

I have a java project that needs its plugins jared to run, each plugin's class files are in a separate directory under com/digitaltea/splat/plugins/. I currently use the fallowing code to build them, ...
0
votes
0answers
325 views

Getting java.lang.NoClassDefFoundError when I try to run jar file

I built a jar file (with buildr) and it all looks good but when I try to run it I get the fallowing error. $java -Djava.library.path=./ -jar Splat-0.0.0.jar Exception in thread "main" ...
0
votes
1answer
105 views

buildr generate folder structure

I'm starting to use Apache buildr. As far as I understand, I always have to create the default folder structure (src/main/java etc) on my own? Is there a way to let buildr to this job for me? ...
2
votes
0answers
71 views

Example of using Buildr with Ivy?

We are looking at migrating our build system from Ant+Ivy to something else, and Buildr is one of the possibilities. However, it doesn't appear to support Ivy out of the box, and we have no desire to ...
1
vote
1answer
113 views

How can I instruct buildr to download all javadocs?

When running buildr eclipse builder generates (among others) following entry in .classpath: <classpathentry kind="var" path="M2_REPO/com/sun/jersey/jersey-core/1.12/jersey-core-1.12.jar" ...
1
vote
1answer
102 views

How can buildr be instructed to generate a facted eclipse .project configuration?

I'm developing a web-project with jsp and JAX-RS. If I run buildr eclipse, buildr generates a simple Java project. How can I instruct buildr to generate an eclipse project facet including "Dynamic Web ...
1
vote
1answer
73 views

Continuous packaging with buildr

Apache buildr offers continuous compilation. JSPs, however, can only be served in tomcat. The first idea is to run buildr package and copy the war into tomact. As deployment in tomcat takes some time, ...
2
votes
2answers
52 views

buildr - share profiles.yaml file across projects

The profiles file is a YAML file called profiles.yaml that you place in the same directory as the Buildfile I was wondering is it possible to share the same profiles file for more than one ...
2
votes
1answer
127 views

buildr: specify project base dir

I'm new to buildr so apologies if this is trivial. I refactored all my projects so that they now follow the Apache convention (src/main/java etc) but I have one big java project which is divided into ...
0
votes
3answers
525 views

Buildr - put test resources on classpath

I'm trying to use buildr to build a Java project of mine. I have a bunch of concordion tests and HTML specifications, located like so: src/test/java/spec/x/y/z/SomethingTest.java ...
0
votes
2answers
286 views

Build android apk with apache buildr

Trying to build my android project with Buildr (Apache), but can't find any info on how to do it, and my attempts all fail. A example buildfile or a "no it dosent work" answer would be good :)
0
votes
1answer
321 views

buildr build aborted - unable to download from repo

Buildr build is aborting because failed to download from maven repo. Given the very basic buildr file (mostly generated): repositories.remote << "http://www.ibiblio.org/maven2/" define "demo" ...
1
vote
1answer
95 views

Using buildr for non compilation tasks

I want to use buildr for task automation. The feature I want to use is the buildr cc which (by default) runs compilation when source folder is changed. My goal is to setup buildr for a specific ...
0
votes
3answers
215 views

Error when trying to install Buildr-as3 on Windows 7

I'm currently looking into automating a flex build so that we can get it running on a CI server. After a bit of poking around on the Internet and asking around, Buildr as3 looks like a promising ...
0
votes
1answer
86 views

Buildr workspace dependency

I have two projects, project A and project B. Project A is a library project, so it has its own buildfile. I can build jar and everything works fine. In project B i want to use project A as a ...
2
votes
1answer
417 views

why Buildr fails?

I've got this in my pom.xml: <?xml version="1.0" encoding="UTF-8"?> <project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" ...
1
vote
1answer
574 views

buildr antwrap OutOfMemoryError PermGen space

# I am using Buildr as my build tool. Part of my build process generates Java source from a WSDL using JAX-WS. I have an ANT build script that does this with the wsimport ant task. Using the AntWrap ...
1
vote
1answer
149 views

Buildr Manifest generate class-path from EAR package

I am using (and learning) Buildr to build and package my projects. I would like to auto generate the class-path attribute in an EJB projects MANIFEST file. Currently I am doing: manifest_cp = ...
2
votes
1answer
177 views

How to run java application built with buildr and using dependencies?

I have successfully created a buildfile which builds my application. There is a dependency, which is automatically downloaded to ~/.m2/repository/ and provided at compile time. I can now easily build ...
1
vote
1answer
546 views

Accessing files packaged into a Ruby Gem

I have a Buildr extension that I'm packaging as a gem. I have a collection of scripts that I want to add to a package. Currently, I have these scripts stored as a big text block that I'm writing to ...
0
votes
1answer
123 views

Buildr: adding a path to the generated eclipse/idea files

I have a legacy java project that we have been moving to buildr/artifactory from ant/jars in svn. The primary code is in the default (src/main/java) folder, but we have a few external source paths, ...

1 2 3