Re: is buildr still active?

2009-02-11 Thread Rhett Sutphin
Hi Shane, On Feb 11, 2009, at 12:44 PM, Shane Witbeck wrote: Just chiming in here with regard to contributing code. I actually have the opposite problem here where I can generally contribute patches but I'm a total n00b with respect to writing specs. I'd be more inclined to contribute

Re: Flag this message Error trying to initialize Antwrap's Antproject

2009-02-11 Thread Rhett Sutphin
Hi Watt, On Feb 11, 2009, at 6:17 PM, Watt Poosanguansit wrote: I am new to buildr. I am trying to have my script build exisiting code. I have ant tasks that I need to invoke. As soon as I add in the Antwrap code: @ant = AntProject.new() You can use Antwrap via buildr's ant helper:

Re: Flag this message Error trying to initialize Antwrap's Antproject

2009-02-11 Thread Rhett Sutphin
://buildr.apache.org/extending.html . It describes how to define different directory layouts. Rhett W.P. --- On Wed, 2/11/09, Rhett Sutphin rh...@detailedbalance.net wrote: From: Rhett Sutphin rh...@detailedbalance.net Subject: Re: Flag this message Error trying to initialize Antwrap's

Re: local dependencies.

2009-02-12 Thread Rhett Sutphin
Hi Watt, You can't do that exactly -- what you can do is define artifacts based on local files. You still need to give them artifact identifiers, though. Rhett On Feb 12, 2009, at 11:33 AM, Watt Poosanguansit wrote: Thank you for your reply. I looked at the source trying to

Multiple spec/test types for one project?

2009-05-21 Thread Rhett Sutphin
Hi, I'm working on creating a blue ridge-like[1] javascript test extension for projects that use buildr. There's a relevant limitation of buildr which I've run into before but never asked about: it seems like you can't have multiple kinds of tests for one project definition. So, e.g.,

Re: rspec - Test framework error

2009-07-01 Thread Rhett Sutphin
Hi, On Jul 1, 2009, at 10:41 AM, Daniel Spiewak wrote: This sounds to me like a different problem than the ones listed in the issues. For some reason, I looks like RSpec just isn't creating the results file. It is possible that it's a different problem, but when I was troubleshooting

Re: Don't prepend the parent id to the subproject id

2009-08-24 Thread Rhett Sutphin
Hi Antoine, On Aug 24, 2009, at 5:18 PM, Antoine Toulme wrote: Hi all, for plenty of good reasons, I use a parent project to organize my projects. However I am in dire need to not have the parent project id be prepended to the project id, and to the project produced artifacts, as they

Re: Don't prepend the parent id to the subproject id

2009-08-25 Thread Rhett Sutphin
, 2009 at 04:15, Rhett Sutphin rh...@detailedbalance.net wrote: Hi Antoine, Checking my buildfile, the name of the parameter is actually file not name. That's what I get for trying to answer from memory. Rhett On Aug 24, 2009, at 6:58 PM, Antoine Toulme wrote: Looks like it doesn't work

Re: Don't prepend the parent id to the subproject id

2009-08-25 Thread Rhett Sutphin
Hi, On Aug 25, 2009, at 3:05 PM, Assaf Arkin wrote: On Tue, Aug 25, 2009 at 12:01 PM, Rhett Sutphin rh...@detailedbalance.netwrote: Hi again, On Aug 25, 2009, at 1:51 PM, Rhett Sutphin wrote: Hi Assaf, On Aug 25, 2009, at 12:47 PM, Assaf Arkin wrote: On Tue, Aug 25, 2009 at 8:18 AM

Re: Don't prepend the parent id to the subproject id

2009-08-26 Thread Rhett Sutphin
On Aug 25, 2009, at 11:44 PM, Assaf Arkin wrote: On Tue, Aug 25, 2009 at 7:48 PM, Rhett Sutphin rh...@detailedbalance.net wrote: Hi, On Aug 25, 2009, at 3:05 PM, Assaf Arkin wrote: On Tue, Aug 25, 2009 at 12:01 PM, Rhett Sutphin rh...@detailedbalance.netwrote: Hi again, On Aug 25

Re: how to set system variable for jetty?

2009-09-09 Thread Rhett Sutphin
Hi Shane, On Sep 9, 2009, at 11:19 AM, Shane Witbeck wrote: I'm attempting to set a system variable so that it's available to the web app I'm deploying to jetty. How is this done? I do it this way: Java.java.lang.System.setProperty(logback.configurationFile, logconfig) I'm using

Re: how to set system variable for jetty?

2009-09-09 Thread Rhett Sutphin
Hi Shane, On Sep 9, 2009, at 11:42 AM, Shane Witbeck wrote: Thanks for the quick response. I'm still having trouble and not sure I know what you mean by buildr automatically starting up? I mean that, as I understand it, buildr can deploy to jetty in two ways: you can have a separate jetty

Re: Running using multiple test frameworks

2009-09-15 Thread Rhett Sutphin
Hi Mat, On Sep 15, 2009, at 7:40 AM, Mat Schaffer wrote: Hi, back again. Also in redcar we have some ruby specs (to test java- ruby integration) and some junit tests (to test the core java). It looks like buildr doesn't have support for multiple test frameworks by just using two test.using

Re: Running using multiple test frameworks

2009-09-15 Thread Rhett Sutphin
Hi Mat, On Sep 15, 2009, at 8:35 AM, Mat Schaffer wrote: On Sep 15, 2009, at 9:27 AM, Rhett Sutphin wrote: Hi Mat, On Sep 15, 2009, at 7:40 AM, Mat Schaffer wrote: Hi, back again. Also in redcar we have some ruby specs (to test java-ruby integration) and some junit tests (to test

Re: Running using multiple test frameworks

2009-09-15 Thread Rhett Sutphin
Hi Mat, On Sep 15, 2009, at 9:05 AM, Mat Schaffer wrote: On Sep 15, 2009, at 10:01 AM, Rhett Sutphin wrote: I am still using the subproject approach. Actually, I've found that I prefer it -- it lets me segment the test runs so that I can easily execute just the server-side or just

Re: buildr usability

2009-10-20 Thread Rhett Sutphin
Hi, On Oct 20, 2009, at 1:38 PM, Daniel Spiewak wrote: I'm more in favor of a One-Click-Buildr, unzip-and-go installation based on JRuby. Platform-specific builds are nice, but the idea is to bring Buildr installation more in line with what Java developers would expect. MacPorts really

Re: Intellij project

2009-11-04 Thread Rhett Sutphin
Hi Sten, On Nov 4, 2009, at 2:39 PM, Sten Roger Sandvik wrote: On Wed, Nov 4, 2009 at 9:22 PM, Alex Boisvert alex.boisv...@gmail.comwrote: I don't think any of the committers use IntelliJ on a regular basis so patches are most welcome! I am in the progress of patching the existing

Re: How to run a java test (Junit) in debug mode

2009-11-17 Thread Rhett Sutphin
Hi Babu, On Nov 17, 2009, at 3:30 PM, Babu Naidu wrote: Hi, I have a junit test that I would like to debug, however I am not able to figure out how to pass java debug options to the JVM that runs junit test or test task. For example, I would like to run the junit test with '- Xdebug

Re: How to run a java test (Junit) in debug mode

2009-11-17 Thread Rhett Sutphin
=dt_socket,server=y,suspend=y,address=8453 -Xms128m - Xmx256m) Rhett Thanks Babu On Tue, Nov 17, 2009 at 4:26 PM, Rhett Sutphin rh...@detailedbalance.net wrote: Hi Babu, On Nov 17, 2009, at 5:12 PM, Babu Naidu wrote: Thanks. I am on buildr 1.3.4 and Jruby 1.3.0 and I have following

Re: Running tests for a specific project

2009-11-18 Thread Rhett Sutphin
Hi Greg, On Nov 18, 2009, at 11:02 AM, Greg Lucas wrote: I'm running buildr 1.3.5 (on jruby) and trying to tests a specific project. I can specify a pattern (package or class) and things work fine. I was thinking I could also run all tests for a single project using e.g. $buildr

Re: Running tests for a specific project

2009-11-18 Thread Rhett Sutphin
Hi Alex, On Nov 18, 2009, at 11:16 AM, Alex Boisvert wrote: On Wed, Nov 18, 2009 at 9:08 AM, Alex Boisvert alex.boisv...@gmail.com wrote: On Wed, Nov 18, 2009 at 9:02 AM, Greg Lucas greg.lu...@gmail.com wrote: I'm running buildr 1.3.5 (on jruby) and trying to tests a specific project. I

Re: Continuous Integration Tool with Buildr support?

2010-01-19 Thread Rhett Sutphin
Hi, On Jan 19, 2010, at 10:17 AM, Antoine Toulme wrote: Anders, how about filing a bug to buildr for coding and documenting a Hudson support ? I think quite a few people would have a use for it. The shell command might be good enough though. We also use it for our Hudson-based builds. I

Re: Continuous Integration Tool with Buildr support?

2010-01-19 Thread Rhett Sutphin
just used the default one (i.e., the one on the path). I'll grant that it might be helpful if you have a large hudson deployment with many projects, though. Thanks for the reply. Rhett On Tue, Jan 19, 2010 at 08:39, Rhett Sutphin rh...@detailedbalance.net wrote: Hi, On Jan 19, 2010

Re: Buildfiles in project directory

2010-02-15 Thread Rhett Sutphin
Hi Kerry, On Feb 15, 2010, at 11:23 AM, Kerry Wilson wrote: I am kicking the tires of Buildr for company usage. It seems that the buildfile has to reside in the parent directory of the projects with each projects build definition inside it. This is not optimal for my company as we need

Re: Integration Testing

2010-02-15 Thread Rhett Sutphin
Hi Kerry, On Feb 15, 2010, at 3:02 PM, Kerry Wilson wrote: Reading from the documentation I am unclear how to run integration tests. Here is what I have: define 'my-project' do ... ... # unit tests test.compile.from('unit-tests').with *TEST_DEPENDENCIES test.with *TEST_DEPENDENCIES

Re: Does the SQL ant task work in buildr for anyone else?

2010-02-22 Thread Rhett Sutphin
alex On Mon, Feb 22, 2010 at 5:03 PM, Rhett Sutphin rh...@detailedbalance.net wrote: Hi, I've been trying to track down an intermittent failure in my build script and I've discovered a repeatable problem with the sql ant task in buildr. When you execute the 'foo:postgresql' task

Re: packing scala projects == different than java?

2010-02-24 Thread Rhett Sutphin
Hi Adam, On Feb 24, 2010, at 4:33 PM, Adam Crain wrote: I have a 3 project buildfile... a scala executable that depends on two jars. I am successfully running the scala tests now for project 'fep' But I can't get the custom task :run to work because project 'fep' won't package into a jar

Re: always running test for other project

2010-03-23 Thread Rhett Sutphin
Hi Jean-Phillipe, On Mar 23, 2010, at 9:25 AM, Jean-Philippe Caruana wrote: Hi, I don't understand how buildr works - I thought i did though. I have a project made of several subprojects with dependencies between each other. /myProject (that's where my buildfile is) /---/commons-util

Re: changelog encoding

2010-03-24 Thread Rhett Sutphin
Hi, On Mar 24, 2010, at 10:45 AM, Antoine Toulme wrote: It looks ok to me here: http://github.com/apache/buildr/blob/trunk/CHANGELOG I also see the character correctly in Textmate. Where and how do you see this problem ? I see it on http://buildr.apache.org/CHANGELOG . It looks like the

Re: always running test for other project

2010-03-25 Thread Rhett Sutphin
Hi Jean-Phillipe, On Mar 25, 2010, at 8:40 AM, Jean-Philippe Caruana wrote: Le 23/03/2010 23:22, Antoine Toulme a écrit : Sorry for sending the wrong message then. Jen-Philippe, if you can reproduce the problem in an environment on which we can work (or even better write a spec), I'd be

Re: system properties for unit tests

2010-04-26 Thread Rhett Sutphin
Hi Jeremy, On Apr 26, 2010, at 2:22 PM, Jeremy Huiskamp wrote: Hi folks, I'm trying to set some system properties for my junit test code to pick up. I'm specifying them like so: $ jruby -J-Dkey=value -S buildr clean test The system props are picked up by the main buildr process, but not

Re: transitive dependancies for my projects only

2010-05-07 Thread Rhett Sutphin
Hi Jean-Philippe, On May 7, 2010, at 7:01 AM, Jean-Philippe Caruana wrote: Hi, I would like to use transitive dependancies in buildr but only for my projects and not for external libs, so compile.with transitive('org.apache.wicket:wicket:jar:1.4-rc6') is not what i'm looking for

Re: Buildr and Cucumber

2010-06-21 Thread Rhett Sutphin
Hi, On Jun 21, 2010, at 1:05 PM, Alex Boisvert wrote: The issue has to do with Gem initialization order... Easiest would probably to edit the gemspec to allow this combination. (On my system, it's located under /usr/lib/ruby/gems/1.8/gems/buildr-1.4.0/; your system may place gems

Re: Buildr and Cucumber

2010-06-21 Thread Rhett Sutphin
Hi Duncan, On Jun 21, 2010, at 4:20 PM, Duncan McGregor wrote: On 21 Jun 2010, at 21:59, Alex Boisvert wrote: On Mon, Jun 21, 2010 at 1:32 PM, Duncan McGregor dun...@oneeyedmen.comwrote: I'd found the gemspec, but editing it doesn't work. This is probably an indication that you're

Re: buildr 1.4 packaging problem?

2010-07-01 Thread Rhett Sutphin
Hi, On Jul 1, 2010, at 10:26 AM, Alex Boisvert wrote: Hi Kristof, Yes, Ruby 1.9.x compatibility is a work in progress. Thanks for reporting. If you feel like spending some time to fix it (it's likely to be a trivial fix) it would be appreciated. I posted on the ticket, but I'll repeat it

Re: require cobertura.rb

2010-07-12 Thread Rhett Sutphin
Hi Adam, On Jul 12, 2010, at 9:14 AM, Adam Crain wrote: Hi, Why does just requiring cobertura.rb automically instrument the classes for all buildr tasks? I would have imagined that this would happen only with the cobertura:html, cobertura:xml and cobertura:check tasks. If I don't

Re: Buildr and Ivy4r integration

2010-07-19 Thread Rhett Sutphin
Hi Jacek, On Jul 19, 2010, at 10:19 AM, Jacek Sokulski wrote: Hi, Is there any example available of Ivy4r usage for transitive dependency management in buildr (or any example of how to use ivy4r with buildr)? This project of mine uses ivy4r:

Re: Buildr and Ivy4r integration

2010-07-19 Thread Rhett Sutphin
On Jul 19, 2010, at 12:59 PM, Rhett Sutphin wrote: It's probably not a perfect learning example[1], but AFAIK there aren't any other open-source projects using ivy4r. (I asked Klaus a while ago and he said he wasn't aware of any either.) I asked _Klaas_. Apologies, Klaas. Rhett

Re: Continuous Integration Tool with Buildr support?

2010-07-23 Thread Rhett Sutphin
Hi Antoine, On Jul 23, 2010, at 1:09 PM, Antoine Toulme wrote: I had a thought for this thread yesterday night. Back in January, it concluded that there was no need to have Buildr integrated with Hudson, since most people are good with shelling out to it. However, I recently worked with

Re: Jetty error: JSP support not configured

2010-08-12 Thread Rhett Sutphin
Hi Juan, On Aug 12, 2010, at 7:18 AM, Antoine Toulme wrote: Juan, I work with Jetty, and I heard bad things about JSPs. It seems there are multiple implementations of the standard. I see your dependencies contain twice a JSP api jar. I would probably contact the Jetty project to get the

Re: Integration Tests + Unit Tests in the same project?

2010-09-28 Thread Rhett Sutphin
Hi Peter, On Sep 28, 2010, at 8:16 PM, Peter Donald wrote: Hi, I am in the process of converting a bunch of builds based on ant/maven/rake to buildr. One of the patterns that I can not see how to directly translate into buildr is the single project with multiple test types within it. i.e.

Re: HEADS-UP: JtestR support

2010-11-14 Thread Rhett Sutphin
Hi, On Nov 14, 2010, at 3:34 PM, Alex Boisvert wrote: Anybody has used, currently using, or planning to use JtestR with Buildr? I'm asking because it's an expensive feature to maintain (the integration code is a bit awkward and the dependencies often misaligned) and I feel my time would be

Re: Cannot create Java JVM on Mac

2010-11-15 Thread Rhett Sutphin
Hi Ed, On Nov 15, 2010, at 12:27 PM, Ed Smiley wrote: Going back to my project, even if I tear out all the direct invocations of the Java VM, I cannot compile Java now. This is a show stopper for me. Any word on a fix? I'm running into this now. Something I have discovered in trying to

Re: Cannot create Java JVM on Mac

2010-11-16 Thread Rhett Sutphin
, Rhett On Nov 15, 2010, at 2:15 PM, Ed Smiley wrote: Hi Rhett, I took the issue down to the simplest possible case and attached the trace (and buildfile, although there is nothing special about it). --Ed On Mon, Nov 15, 2010 at 11:12 AM, Rhett Sutphin rh...@detailedbalance.netwrote: Hi

Re: Issue BUILDR-549

2010-11-16 Thread Rhett Sutphin
Hi, On Nov 16, 2010, at 1:47 PM, Ed Smiley wrote: If anybody else is having the cannot create a JVM error after upgrading Java on a Mac, and you are on Jira, please vote for issue 549 https://issues.apache.org/jira/browse/BUILDR-549. Also, there is a workaround described in that bug, try

Re: Java on Mac OS still screwed up

2010-11-17 Thread Rhett Sutphin
Hi, On Nov 17, 2010, at 12:15 AM, Alex Boisvert wrote: How did you install buildr 1.4.4? It should have automatically installed rspec-1.3.1 since I pinned that version number. Did you gem install buildr-1.4.gem based on the file downloaded from

Re: Java on Mac OS still screwed up

2010-11-17 Thread Rhett Sutphin
Hi, On Nov 17, 2010, at 1:35 AM, implicitcoder wrote: How do I install this gem? Download this file somewhere (say ~/Downloads): http://people.apache.org/~boisvert/buildr/1.4.4/dist/buildr-1.4.4.gem Then do $ gem install ~/Downloads/buildr-1.4.4.gem Rhett On Wed, Nov 17, 2010 at

Re: Problem with packaging WARs

2011-01-18 Thread Rhett Sutphin
Hi, I can reproduce this problem, though I also don't see the WAR repackaged if I make changes to src/main/webapp/test.html. This is on OS X 10.6.6 with buildr 1.4.4 on MRI 1.8.7. $ ls -l target/ total 8 -rw-r--r-- 1 rsutphin wheel 637 Jan 18 10:17 buildr-1.0.0.war $ ls -l

Re: Pre test task

2011-03-23 Thread Rhett Sutphin
Hi Stu, On Mar 23, 2011, at 9:50 PM, Stu King wrote: How would I specify a task to run before / after running my tests for a project definition? I am using JUnit to run some component tests against a back end service. I have a Rake task I can call to start / stop the service. Say my

Re: basic question about using Apache Buildr

2011-05-19 Thread Rhett Sutphin
Hi, On May 19, 2011, at 5:27 PM, 王雷 wrote: Hi, I find in the apache ODE Rakefile the following line. What does this line mean? Thanks. gem buildr, ~1.4.3 That means it uses the buildr gem at version greater than or equal to 1.4.3 but less than 1.5.0. Rhett

Re: basic question about using Apache Buildr

2011-05-22 Thread Rhett Sutphin
is at http://docs.rubygems.org/ Rhett Best Regards Lei Wang. 2011/5/20 Rhett Sutphin rh...@detailedbalance.net Hi, On May 19, 2011, at 5:27 PM, 王雷 wrote: Hi, I find in the apache ODE Rakefile the following line. What does this line mean? Thanks. gem

Re: path_to can't resolve space in path

2011-09-12 Thread Rhett Sutphin
define 'foo' do define 'bar' do puts _('target/baz').inspect end end $ buildr help:projects (in /private/tmp/with space/foo, development) /private/tmp/with space/foo/bar/target/baz foo foo:bar Completed in 0.000s Rhett On Mon, Sep 12, 2011 at 10:50 AM, Rhett Sutphin rh

Re: Resource filtering does not handle binary files?

2011-09-27 Thread Rhett Sutphin
Hi Alex, On Sep 27, 2011, at 1:16 PM, Alex Boisvert wrote: On Tue, Sep 27, 2011 at 10:02 AM, Dieter Vrancken dieter.vranc...@luciad.com wrote: We are filtering our resources with settings from the profile and it is great! The problem is that one of our devs added a png image to the

Re: Trying to update buildr on Solaris 10

2011-10-18 Thread Rhett Sutphin
Hi Steve, On Oct 18, 2011, at 5:01 PM, Line, Steve wrote: Hi All, I'm having fits trying to update buildr on a Solaris 10 box. Can't get it to work with ruby or jruby. I updated ruby to 1.8.7 and when I run gem update builr I get: -bash-3.00# gem update buildr Updating installed gems

Re: Newbie custom layout question

2012-01-24 Thread Rhett Sutphin
Hi Mark, On Jan 24, 2012, at 7:50 AM, Mark - Mixtup wrote: Hello, I apologise in advance if this question is a little too basic. I have no experience with Ant or Maven which I assume would have helped me in getting started with buildr. I just got buildr installed and I'm struggling to get

Re: Newbie custom layout question

2012-01-24 Thread Rhett Sutphin
Hi, On Jan 24, 2012, at 11:37 AM, Rhett Sutphin wrote: Hi Mark, On Jan 24, 2012, at 7:50 AM, Mark - Mixtup wrote: Hello, I apologise in advance if this question is a little too basic. I have no experience with Ant or Maven which I assume would have helped me in getting started

Re: Buildr aborted! RuntimeError : can't create Java VM

2012-01-27 Thread Rhett Sutphin
Hi, On Jan 27, 2012, at 12:33 PM, Christopher Tiwald wrote: On Jan 27, 2012, at 1:19 PM, Mark - Mixtup wrote: After getting buildr running on my Windows XP 32-bit laptop, I'm now having trouble running it on my Windows 7 64-bit home machine. I read somewhere that running 64-bit Java