I am new to Crusie control. I have java projects that should be automated.
So could anyone please let me know how to configure CC for java projects.
Any kind of information regarding this is appreciatable.
Thank you,
Gang.
...
Hi,
my team is currently using buildbot to automate overnight and continuous-integration builds and regression tests. For builds and unit tests, the builder just invokes a script which syncs the sources from p4 and then runs xcodebuild. The regression tests are also launched by a shell script, and are themselves combinations of shell sc...
Hi,
I am trying to figure out how to setup continuous integration using maven.
What I want is:
Check for new stuff in SVN
If changes are detected, check them out
Build and deploy
I think all of this can be pushed into some shell script to make it be invoked by cron. Thus we will have automated continuous integration (nightly buil...
I have finally started to take the time out to grok the continuous integration process. I have started putting together a build server at home and trying to grok how to deal with different situations in building.
If I have component "A", which is used by application "B" - what is the "best practice" for telling the build server to compi...
I have been charged with setting up a CI server in my company and I am looking for some advise on what build configs i need for my projects.
As a first step i have set up the builds as:
Commit Build: Compiles code and runs unit tests
Integration Build: Compiles code and runs long running integration tests
I am unsure what else i would ...
Hello everyone.
I know that the Hudson vs. CC issue has been beaten (discussed) to death, but I would have a question from a different angle: which one of them (or maybe an entirely different CI product) is suitable for a legacy project?
What I would specifically need is the possibility to filter out problems before a certain date. Som...
Has anyone had any success using Hudson (or another similar build system) with Perl?
...
To ease our release testing, we're looking for a system to automatically build and (unit) test our software projects on a variety of architectures. Our constraints are:
The code to build is written in several languages, including Python, Java and C.
We have several distinct deployment architectures.
We have multiple projects, which we ...
I have set up continuous integration for multiple projects, which usually includes:
compilation;
testing;
javadoc generation;
dependency reporting;
static analysis ( PMD, CPD, FindBugs).
These are usually up in a ci target which cleans the workspace and runs all the above targets. I've tried most of the possible tricks to get them to...
Microsoft Team System appears to be a great platform for process-oriented systems implementation, however if you strip out access for the BAs, PM and Business Users and just purely use it within a Dev team does it have any more value than just using Visual Studio Professional, SourceSafe, a Defect Tracking Tool and a continuous integrati...
Hi Ladies and Gentlemen,
We've quite big project with own build framework, based mostly on Java (however other languages exist).
We'd like to use Sonar Hudson plugin to graphically present various code metrics.
How do we do this?
Do we need to change project structure and bring it to maven or there is a workaround to just specify wh...
The bld file has the sln file specified, but what does it call to build it? MSDev? MSBuild? other?
I want to add some command line params, but I am not sure which executable it calls for unmanaged C++ solutions.
...
My team's development processes are based on continuous integration. The only branches we create are maintenance branches when we release, but otherwise developers are expected to commit regularly (daily if not more often) to trunk, so that everyone's work is always integrated, continually tested, and all that good stuff.
My understandi...
What I'm looking to do is have CI and an automated build for all of my branches in a repository. I'd like each build of these web apps to have it's own project and be placed as a virtual directory (or equivalent) on a branches site. This would be great to be able to create a new branch and have it start the continuous integration and bui...
I'd like to use make to get a modular build in combination with Continuous Integration, automatic unit testing and multi-platform builds Similar setups are common in Java and .NET, but I'm having a hard time putting this together for make and C/C++. Any thoughts?
My requirements:
fast build; non recursive make (stackoverflow what i...
I'm working in a Continuous Integration environment and part of the automated build process includes the compilation of Maven managed projects.
What I want to know is if there is a way to make the Maven build independent of the network connection.
Currently we have the all the jar's that we need installed in the repository but the pro...
Is there a way to configure Hudson to only execute Build or Post Build actions if there are changes in SVN/CVS
Thank you
...
I read this article: Configure your IDE to run your tests automatically
http://eclipse.dzone.com/videos/configure-your-ide-run-your
It's pretty easy to configure Eclipse IDE to run an Ant target every time a file is saved.
MyProject -> Right-click : Properties -> Builders -> New -> Ant Builder
The problem is that the builder has to reb...
I would like an automated web tests suite based on Selenium RC to take screenshots of pages when some errors are encountered. The test suite is a part of the continuous integration process and technically is executed by CruiseControl running as a Windows service.
The selenium.captureScreenshot() method is called to trigger the actual s...
Hi All
Am currently evaluating a build tool/framework. I need to meticulously record my findings and present it to the projects for consideration.
I am having trouble coming up with a good way of covering all salient points of such a tool. Anyone know any good sites that cover this topic? (Doesnt have to be specific to build tools - a...