Steve Whitley wrote:
> project C is built often. dll's from projects in B and A are
> referenced. B is built less often an A is hardly ever built. its a
> cascade style build where the service in A also has references to
> other projects in A, projects in B and C. the problem is that if A,
Steve Whitley wrote:
> ...
> solution A
> solution B (depends on A)
> solution C (depends on A and B)
> ...
> would it be better to build 1 huge build script w/ different targets for
> each project or should I break build scripts for each project, and
> include them in a larger build script? thier
I have about 4 hours of exposure to ant now under my belt.
lets say I have 3 different projects that need to be built
solution A
solution B (depends on A)
solution C (depends on A and B)
solution A contains a project (windows service) that depends on a
project in A, solution B and C.
I'm tasked