Hello alltogether, the Software-Engineering department of the Fontys University of Applied Sciences in Venlo / the Netherlands is conducting a research on the...
Done, taking less than 5 minutes as promised. Good luck! Thanks for offering participants the results; can you also publish the results to this list? From:...
Hello Douglas, the results will also be posted to this list. We will post a link to the final report. ... Best regards, Georg ... the results to this list? ......
Hi All, I am currently working in an complex SOA project with following components: Oracle E Business Suite EBS (release 11) Oracle BPEL (10.1.3) Oracle 10 G...
Oracles AutoConfig tool? Failing that you could use something like AutoHotKey (www.autohotkey.com/) which you can use to record and replay mouse clicks and key...
Heh. That reminds me of my brother using WinRunner to script a bunch of setup stuff for testing. We were usually more successful using WinRunner as an...
Questions on setting up a CIT Environment from scratch: 1. Where can I find a tutorial on setting up a CIT environment from the ground up? and / or 2. If...
I think thoughtworks do a free CD containing a linux VM that gives you a CI environment with open source SCM (probably subversion), CI server etc. They were...
Hi Stephen,  What operating systems will be used for each machine? Does it matter?  I would say yes. First, I would try to keep it to what you're...
... http://www.ibm.com/developerworks/edu/j-dw-java-cq11207-i.html Andy presents a step by step guide for Hudson (my recommendation), Subversion and Ant (I...
Christopher Graham
chgraham@...
Jan 11, 2009 9:59 pm
755
Anyone have experiences with using CI to drive improvements in code coverage (both static ie. coverity; and dynamic ie. Cobertura, GCOV etc) numbers. - Stanley...
Lots of good comments generated by my questions. Specifically to Cruz's questions concerning OS and specific tools: no restrictions. I tried to phrase my...
Off-the-cuff, I would typically use the following FOSS setup: - O/S Ubuntu linux build server (the bigger and faster, the better) - Version control: Subversion...
You might just look at CI Factory - an open source project that sets everything up for you. http://www.cifactory.org/joomla/ It does assume that you have...
citcon@yahoogroups.com wrote on 12/01/2009 12:08:57 PM: Hi John, I knew that you've done some work in this area, but I could not find the link to a blog entry...
Christopher Graham
chgraham@...
Jan 12, 2009 2:06 am
760
... You're right, the Subversion server isn't usually that busy, but often people like to put it on a separate server (or replicate it over several servers)...
Here is what our little world is shaping up to be... - O/S Any and all we have - Version control: Subversion 1.5 (possibly on a second server) - Build...
Greetings all MSP citconers, We have a contract signed with the Holiday Inn Metrodome, 1500 Washington Avenue South, Minneapolis, MN 55454. Their phone number...
It's definitely been a building process but the foundation is/was SVN, AHP and Artifactory. We manage our tools from SVN as well so things like Ant and Maven...
Hi All. I've been given a problem to solve, one that I've never managed before, but I would not have been the only person to have ever come across this issue. ...
Christopher Graham
chgraham@...
Jan 15, 2009 12:49 am
766
have a look at migrator.net. you have the option of executing raw sql which should solve your data migration issue. ive used this framework for about 8 months...
... I already have, and I reaised comments about it. Does it only deal with structural changes, or can it migrate data as well. Need a java based (ideally)...
Christopher Graham
chgraham@...
Jan 15, 2009 1:53 am
769
Ages ago I wrote a small framework for dbng [1] to solve this for myself, similar issues to yourself the other frameworks I saw only really dealt with ...
Chris, Welcome to hell. If your big problem is generating SQL delta scripts, there are a bunch of tools out there. DB Synchronizer, MySQL workbench, etc. ...
Hi Austin! Thanks for the comments, I'll investigate. Ideally, I'd like to a tool at a database, take a baseline, and then as the maximo developers 'develop'...
Christopher Graham
chgraham@...
Jan 15, 2009 5:24 am
773
... the ... In which case, I would heartily endorse DBDeploy (Or DBDeploy.net). This scenario is exactly that for which the tool was developed. ...