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 existing scripts (that no > longer work) were individual make files for each solution's prebuild , > build, and postbuild tasks. > > I want something coherent and simple, any suggestions? > The simplest approach would be to just create a solution that contains all of the projects, and build that. Remember that solutions are nothing more than containers for projects. There's no reason you can't have solutions A, B, C, and ABC.
As for anything more complicated, it depends upon what your needs are. Gary ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ NAnt-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/nant-users
