I am wondering what the popular or best way to organise your build assets and source code within a project is?
相关问题
- (ASP.NET) Project file must include 'WindowsBa
- msbuild: build as to a appxbundle (AppxBundle=Alwa
- Help with one step build all projects + installer
- How to get started with OpenCV 2.4.2 in ubuntu 10.
- How to setup Qt Creator to work with CMake on Mac
相关文章
- Coded UI build server integration process
- When should I “Release” my builds?
- 32-bit Build Server and 64-bit Production Server f
- How to ignore output from executable with CruiseCo
- Change constant values when building a release edi
- How can we display a “step” inside Visual Studio b
- Why is the Workflow Designer so extremely slow whe
- How to add system property equivalent to java -D i
This folder organization represents evolution of xLim concepts.
You can check it out in this open source project.
I have
with
In the end you have to be a bit flexible depending on the project itself, and whether you use ANT or Maven. I use ANT, and either put the ANT scripts in /build, but they have appeared elsewhere in some projects (like in /websites/ for some).
for example, I use the following for my .Net style projects;