build-automation

Perl build, unit testing, code coverage: A complete working example

三世轮回 提交于 2019-12-17 08:00:30
问题 Most Stackoverflow answers that I have found in regards to the Perl build process and unit testing and code coverage simply point me to CPAN for the documentation there. There's absolutely nothing wrong with pointing to CPAN modules because that's where the full documentation is supposed to reside. I've had trouble finding complete working code examples in many cases, though. I've been searching all over the Internet for actual working code samples that I can download or paste into my IDE,

Perl build, unit testing, code coverage: A complete working example

别来无恙 提交于 2019-12-17 07:59:52
问题 Most Stackoverflow answers that I have found in regards to the Perl build process and unit testing and code coverage simply point me to CPAN for the documentation there. There's absolutely nothing wrong with pointing to CPAN modules because that's where the full documentation is supposed to reside. I've had trouble finding complete working code examples in many cases, though. I've been searching all over the Internet for actual working code samples that I can download or paste into my IDE,

Have Grunt generate index.html for different setups

佐手、 提交于 2019-12-17 04:10:12
问题 I'm trying to use Grunt as a build tool for my webapp. I want to have at least two setups: I. Development setup - load scripts from separate files, without concatenation, so my index.html would look something like: <!DOCTYPE html> <html> <head> <script src="js/module1.js" /> <script src="js/module2.js" /> <script src="js/module3.js" /> ... </head> <body></body> </html> II. Production setup - load my scripts minified & concatenated in one file, with index.html accordingly: <!DOCTYPE html>

Integrate TeamCity Reports to Confluence

旧时模样 提交于 2019-12-14 00:42:00
问题 Is there a way (plugin) to integrate build-reports from teamcity to confluence 回答1: I'm not sure that this is what you're looking for but Etienne Studer has bloged about Confluence TeamCity Integration (it's pretty old but it's hard to be accurate without any informations on the versions you're using): TeamCity provides a widget that displays the status of a given build configuration in an arbitrary web page. With a little help by Kir from JetBrains, I was able to integrate the External

Make like tool that supports automatic deletion of temp files and regular expression pattern rules?

坚强是说给别人听的谎言 提交于 2019-12-13 16:22:40
问题 I am searching a make like build tool that supports (besides usual make features): Automatic deletion of temporary created files (like in GNU make for example) Regular expressions in rule patterns (like e.g. in Cook About 1: By default GNU make deletes temporary files. For example have these rules: %.c: %.y some-comand %.o: %.c some-comand If you have a file foo.y and call make foo.o then make derives that is has to create first foo.c and then foo.o. After it is ready it delete the temporary

How to set up Eclipse PDE/Build with Indigo?

半城伤御伤魂 提交于 2019-12-13 13:48:12
问题 In my project I use PDE/Build to build my RCP application on a remote server in Hudson. The current version is a package based on Eclipse Galileo and it works fine both as a builder application and as a target platform. Now I want to upgrade it to Indigo and I need some help here. First, the old method of unpacking number of zips to form a target platform does not work. (I used Platform Runtime Binary, Delta pack, PDE Runtime Binary and JDT Runtime Binary - a set that I came up with that can

How to validate deployment packages created by msbuild? (preferably using mstest or nunit)

柔情痞子 提交于 2019-12-13 04:23:15
问题 Our msbuild process creates a variety of zip packages for deployment (mostly web sites, but other things as well). We have a variety of recurring problems that keep sneaking back - files included that shouldn't be, missing resources. This screams for automated validation. The criteria to test for are simple Validation of foosite package: Resource files are present. No test result files, obj files, or other build artifacts And so forth. Ideally, I could use nunit or mstest, which everone is

Customizing Visual Studio run configuration to run tests after launching application

﹥>﹥吖頭↗ 提交于 2019-12-13 03:42:12
问题 Here are the details of my Development Environment: Visual Studio 2012 Ultimate with Update 4 Google Chrome Version 38.0.2125.111 m Windows 7 Professional with 32-bit Operating System Coded UITest Builder 11.0.60315.1 Microsoft Coded UITest Project is within the ASP.NET Web Application Solution. We use the Microsoft Coded UITest Project to run Automated UI tests on the Web application. Here is what needs to be done. I need to build and run the ASP.NET Web Application Solution so that the Web

TIBCO automated build

筅森魡賤 提交于 2019-12-13 02:33:52
问题 I am really new to TIBCO environment, and I am working on TIBCO BW. I really want to know the concept "how to build and deploy TIBCO". Various books told me that TIBCO Admin will deploy and manage after I finish developing in TIBCO Designer. However, my mentor pointed out that I am going to use TIBCO AMX(3.2?) and my project will be setting up 'automated build' (Yes! I have no idea!) 1) building and deployment concept of TIBCO using AMX 2) any suggestion or article or blog for 'automated

How to make cleartool tell if source is modified since last baseline

倖福魔咒の 提交于 2019-12-13 00:23:23
问题 For build logging, I am able to obtain the current stream and last baseline by means of cleartool (as detailed in "How to obtain UCM stream and baseline with cleartool"). But this is only unambiguous if I can also tell that no changes were made since the last baseline. So: how can I make cleartool tell me if changes have been applied since the last baseline? Bonus question: does ClearCase terminology have a name for this (whether or not the baseline is "untouched")? 回答1: To see if a stream