The build-systems tag has no wiki summary.
0
votes
0answers
99 views
npm git repository not updating versions
I have an git repo and I'm trying to set it as a dependency in my project.
Using NPM, my package.json looks like this:
"devDependencies": {
"grunt": "~0.4.0",
"grunt-contrib-connect": ...
1
vote
2answers
53 views
Java Jar packages: do/can they include all non-JDK libraries? [duplicate]
Possible Duplicate:
Is it possible to create an “uber” jar containing the project classes and the project dependencies as jars with a custom manifest file?
I am looking at multiplatform ...
-2
votes
2answers
114 views
Build system for eclipse plugins & RCP [closed]
I wonder if there is build system with following capabilities:
Install & update dependencies (plugins) in target platform on developer machine.
Retrieve & pack binary dependencies into OSGi ...
1
vote
2answers
255 views
CMake : encoding problem
Introduction:
I am trying to use CMake to obtain cross platform compilation scripts (for VS 9.0 on a Windows32 and Makefiles for Unix).
I am experiencing something i can't understand about ...
3
votes
1answer
356 views
Build Systems for Embedded Linux
I work on a device that uses Embedded Linux. In the near future this device is going to probably turn into a product family and a few more devices (i.e. hardware platforms) are going to added to the ...
7
votes
5answers
775 views
What build systems work with Go?
I know that the Go source comes with a Makefile (It's in $GOROOT/doc) which I am using right now, but have other popular build systems added support for Go yet? Has anyone written build scripts for ...
1
vote
6answers
907 views
make and alternatives, pros and cons on windows platform
I'm looking for a make platform. I've read a little about gnu make, and that its got some issues on windows platforms (from slash/backslash, to shell determination ... ) so I would like to hear what ...
10
votes
4answers
5k views
What is Boost Jam and is Jam worth migrating to?
What is Boost Jam and is Jam worth migrating to?
I understand that jam is build system built by perforce however I am not sure how the boost jam & regular jam is different.
I'm also hoping ...
5
votes
6answers
3k views
A good strategy for implementing a versioning system
I have been struggling with versioning software for a while now.
I'm not talking about a naming convention, I'm talking about how to actually apply a version in a build system all the way through to a ...