Questions tagged [luntbuild]

Luntbuild is a build automation and management tool.

Luntbuild is a build automation and management tool. Continuous Integration or nightly builds can be set using a web interface. Executed builds are managed using functions such as search, categorization, promotion, patching, deletion, etc. It also acts as a central build artifacts repository and download area.

10 questions
3
votes
2 answers

Continuous integration with ClearCase and long-updating snapshot views

I need to set up a continuous integration system. We use ClearCase version control and only snapshot views due to platform restrictions. I have tried setting up Hudson and Luntbuild. They both show the same behaviour. In a view, we have lots of…
1
vote
1 answer

what's the best way to automate post-build actions?

We use Luntbuild to do our builds. Our project builders are in Maven 2. After each build is done we need to do a lot of cd, mkdir, cp, unzip rm and zip commands. We currently have a shell scrip that does this but we need to wait for a successful…
Codrguy
  • 649
  • 1
  • 7
  • 17
1
vote
2 answers

CI server, lunt build or Jenkins

My company currently uses lunt build as CI server. Hudson now forked to Jenkins, seems pretty powerful to me. I quickly installed it on tomcat, and the GUI seems to be quite powerful for setting up jobs, plus there is over 400 developer plugins and…
shane lee
  • 1,290
  • 15
  • 17
1
vote
1 answer

Can I specify which VCS module or adaptor is used by a Luntbuild buiulder or schedule?

I have luntbuild set up and working great for my project, with several different builder schedules running on trunk. Now, I just created a branch, and I want to add at least one schedule (and corresponding builder, if necessary) to build that…
pkaeding
  • 36,513
  • 30
  • 103
  • 141
1
vote
1 answer

How can I get the revision number into an Ant property in Luntbuild?

I'm sure this must be possible: I want to have the revision number (from Subversion) put into a property that is accessible from Ant when my build runs in Luntbuild. There must be an OGNL expression that I can add to the Build Properties box on the…
pkaeding
  • 36,513
  • 30
  • 103
  • 141
0
votes
1 answer

Luntbuild for .net

Is it possible to use Luntbuild to build .net projects?
subs
  • 2,189
  • 12
  • 35
  • 59
0
votes
1 answer

luntbuild + maven + findbugs = OutOfMemoryException

I've been trying to get Luntbuild to generate and publish a project site for our project including a Findbugs report. All other reports (Cobertura, Surefire, JavaDoc, Dashboard) work fine, but Findbugs bails out with an OutOfMemoryException.…
Johannes
  • 1
  • 2
0
votes
1 answer

how to modify luntbuild mail notification template?

We are using luntbuild-1.6.2 for build automation. We would like to add a couple of variables in the email notification sent via luntbuild like subversion location etc. Is it possible to modify the email template for luntbuild?
Bharat Sinha
  • 13,973
  • 6
  • 39
  • 63
0
votes
1 answer

how to use schedule variables in builders in luntbuild?

We are using Luntbuild 1.6.2 as a build automation tool. Builders using ant are defined for different tasks with various parameters. Schedules are defined over one or more builders. Since the builders are re-used so it is definitely better to have…
Bharat Sinha
  • 13,973
  • 6
  • 39
  • 63
0
votes
1 answer

Luntbuild No modules defined! Error

I am trying to set up Luntbuild 1.6.2 from scratch in our UAT environment. I have created a project, builder and schedule. We use subversion as source control so i have specified the repository and path as well in luntbuild. But when I trigger the…
Bharat Sinha
  • 13,973
  • 6
  • 39
  • 63