Best unofficial Apache Server developers community
Username
Forgot password?
Sign in with Twitter account
Sign in with Facebook account
List archives

Apache Buildr Recent threads

Threads Replies First post Last post
Question about the sonar extension
By: Antoine Toulme
There's a question on Stack Overflow on how to use the Sonar extension: http://stackoverflow.com/questions/10691027/sonar-and-apache-buildr I don't see doc for it, maybe worth adding to the wiki ? Cheers, Antoine
1 May 22 2012
05:16
May 23 2012
02:33
filter and "ArgumentError : interning empty string"
By: Oliver Kopp
Hi, I want to replace ${version} in a specific .js file with a version string. I'm trying to follow the suggestion of http://stackoverflow.com/questions/6938984/buildr-filter-web-xml-in-pa ckaging-war. I'm having about 1700 files in…
7 May 7 2012
02:53
May 10 2012
19:21
Opened Ticket BUILDR-641: should allow java files without a class definition (e.g package-info.java)
By: Niklaus Giger
Hi I stumbled in my project about various files, which where created just to generate javadoc and had no valid class definition. My colleague argued that this behaviour is okay as documented under…
0 May 3 2012
14:40
May 3 2012
14:40
Enable building jekyll and rdoc under more rubies
By: Niklaus Giger
Hi I got frustrated that usinge jruby there were a lot of rake target not working in my buildr checkout. Therefore I invested some time to fix the problem. Please look at my patch under https://github.com/apache/buildr/pull/5 Also I did set up…
3 May 1 2012
15:08
May 3 2012
12:50
Announcing buildrizpack 0.2
By: Niklaus Giger
Hi I just uploaded version 0.2 of buildrizpack to https://rubygems.org/gems/buildrizpack The code may be found under Code lives at https://github.com/ngiger/buildrizpack I updated my Jenkins CI to include it. Therefore the most uptodate README…
1 Apr 30 2012
04:40
Apr 30 2012
19:07
Tags 1.4.4 upto 1.4.6 not present in git
By: Niklaus Giger
Hi I recently wanted to switch to the 1.4.6 of buildr in my local git checkout, but was unable to do so. Only tags up to 1.4.3 are present. Would it be difficult to add these tags? Thanks in advance. Best regards
3 Apr 27 2012
02:55
Apr 30 2012
02:23
Questions on howto build a new Buildr plugin
By: Niklaus Giger
Hi I am trying to create a Buildr plugin for creating IzPack installers. I tried to follow the schema outlined at https://cwiki.apache.org/confluence/display/BUILDR/Setting+up+a+develo pment+environment+for+Buildr+plugin and stumbled over the…
6 Apr 16 2012
14:39
Apr 17 2012
15:39
Transitive Dependencies in Buildr with LockJar
By: Michael Guymon
So LockJar is finally up and running, a frankenstein of Maven and Bundler. https://github.com/mguymon/lock_jar You just need to install the lock_jar gem and require 'lock_jar/buildr' in your buildfile to include the addon. …
0 Apr 16 2012
16:07
Apr 16 2012
16:07
buildr error: cannot load file
By: S Ahmed
Very new to buildr. Trying to build this application and I am getting the following error: ~/dev/testapp>buildr test=no clean package --trace /Users/me/.rvm/gems/ruby-1.9.3-p0### @railstesting/gems/rake-0.8.7/lib/rake/alt_system.rb:32: Use…
3 Apr 16 2012
10:51
Apr 16 2012
14:53
Trying to get Buildr and LockJar to hold hands
By: Michael Guymon
Hello Buildrians, I am slowly working my on dependency resolution addon and am stuck on how to tweak the buildr buildfile dsl. I want to add a lock_jar block to define repositories and artifacts at a root level and per project. The root level…
2 Apr 13 2012
09:40
Apr 14 2012
21:36
Buildr + Checkstyle
By: Chris Adams
Hi, I am trying to integrate checkstyle with builder. Thus far, this is what I have come up with: task :checkstyle do begin ant('checkstyle') do |ant| rm_rf 'reports/checkstyle_report.xml' …
4 Apr 9 2012
22:39
Apr 10 2012
18:01
Re: Trying to update buildr on Solaris 10
By: Damian Monogue
I have been having the same problem with running the buildr all-in-one under solaris. When I finally gave up on that approach, I tried installing jruby 1.6.7 and installing buildr from there... and that's when I ran into further issues. So, for…
1 Apr 4 2012
11:56
Apr 4 2012
15:45
Customizing repositories, methods of downloading artifacts
By: Ed Smiley
Hi All, This is a somewhat open ended question. I built a component for uploading and downloading versioned components using S3, which closely resembles the Maven spec (group/component/version and type), although it supports directory trees as…
1 Mar 21 2012
13:36
Mar 21 2012
14:45
How do I export a specific LANG in buildr?
By: Chris Holden
It's probably easy and I am just missing it. But I need to export a specific language set for the build, how do I do this?
3 Mar 10 2012
12:01
Mar 11 2012
13:40
understanding buildr dependency trees
By: Derrick Schneider
Is there good documentation somewhere about buildr handles conflicting dependencies? I'm doing packaging based on specific artifacts, without transitive set (it's there for compile in one case). But I end up with multiple versions in the war of…
1 Mar 10 2012
13:59
Mar 11 2012
00:06
Run task - Should the resources be on the classpath?
By: Russ Teabeault
If you look at the source code for the JavaRunner def run(task) fail "Missing :main option" unless task.options[:main] cp = project.compile.dependencies + [project.path_to(:target, :classes)] + task.classpath …
7 Mar 8 2012
13:40
Mar 8 2012
18:48
Reading POM files
By: Khristian
I'm trying to read an existing Maven 2 POM file in an application I'm developing. For this, I tried to use Buildr in the following ways:
7 Mar 8 2012
11:37
Mar 8 2012
13:46
Ant downloads
By: Ed Smiley
Hi Antoine, I have a working Buildr system on my machine running 1.43. I have a fully replicable method of installing Buildr, and choosing the latest, I get 1.46. If I run Buildr it makes a project fine. However if I run my buildfile, it tries to…
4 Mar 7 2012
17:01
Mar 8 2012
12:31
Re: Can't build on Linux
By: Antoine Toulme
Maybe it's not in your $PATH ? Try: export PATH=$PATH:$JAVA_HOME/bin And let us know how that turns out, please. Antoine On Tue, Mar 6, 2012 at 17:54, Ed Smiley <esmi### @ebrary.com> wrote: > yea it is there > $ echo $JAVA_HOME…
1 Mar 6 2012
20:03
Mar 6 2012
20:35
Can't build on Linux
By: Ed Smiley
Hi, I was supporting another developer in getting Buildr up and running. So I am trying to assemble a _working_ plan of installation for supported operating systems. So that I have a box I can mess around with and reproduce, I am starting with…
1 Mar 6 2012
19:41
Mar 6 2012
19:51