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 w/ generating the build scripts for these, and am wondering about best practice. 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? Thanks, Steve ------------------------------------------------------------------------- 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
