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 configuration page for my Ant builder.
Does anyone know what it is?
...
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 branch (I want the branch built separately from trunk).
Is this possible? Some others in my c...
Hi,
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. Excluding findbugs from report generation fixes the build --- although obviously without a F...
Hi,
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 libraries that are used for build but are strictly read-only. The CI system executes clea...
Is it possible to use Luntbuild to build .net projects?
...
Hi,
i am using Luntbuild as CI tool for my project.
I want to copy the resulting installer to artifact directory of the appropriate version.
I am using NAnt script to build my solution and create the installer. How do i do that?
i am setting the artifact directory path as environment variable in LuntBuild. How do i acces those variabl...
I have couple of questions.
1.How do i read values from property file through NANT?
2.I am using LUntBuild As CI tool. I have set some environment variables in LuntBuild. How do i access those in Nant script?
...