Tagged Questions
8
votes
1answer
2k views
Phing and Composer, which way around?
I want to use both Phing and Composer for my applications. Phing as the build system and Composer to manage dependencies. But which way around should they be used?
Currently we're installing Phing ...
5
votes
2answers
938 views
How to use Play with custom modules and continuous integration
How can I set up builds of Play apps and (custom) Play modules in a CI system so that when a module's build is good, the build installs the module artifacts in a local repository and/or deploys them ...
1
vote
0answers
92 views
How to test maven version-ranges?
What's the best way to test the validity of version-ranges in maven builds? For example, let's say I have a module that depends on slf4j versions [1.5.0,1.7.0). I think that the only way to be ...
2
votes
1answer
247 views
What should a dependency management framework do?
I started to write an open-source, free dependency management framework for .NET/C++. Asking the question here I'm trying not to create yet another one no one needs. This desperate evening hobby of ...
0
votes
1answer
430 views
Is there a Perl equivalent of Buildout or RVM?
I've been using Python's Buildout for a while and I really like it. My company has a lot of systems developed in Perl and I'm wondering if there is something similar to either Python's Buildout or ...
0
votes
2answers
267 views
Javascript Buildmanagement - “Must have” tools?
Are there any must have tools for Java Script (RIA) development like maven, jUnit, Emma, link4j etc. for Javascript? What is the best way to set up a continous integration system for a bigger ...
6
votes
3answers
953 views
Is there an .NET alternative for Java artifact repositories like Nexus or Artifactory? Where do you store versioned DLL's?
Where to store binaries needed for automatic builds on Team System?
Are you storing them along with the code in the SCM or someplace else? Is having a big amount of binaries in SCM causing any ...