Kristoffer Roupé wrote:
> ...
> My dependancies is:
> Project               Depends on
> =============================
> ProjectA              ExternalProject
> ProjectATests ProjectA
>
> I'm using <include> to include ExternalProject.build into ProjectA.build  
> to ensure that
> ExternalProject is build before ProjectA. Doing this the execution-path is  
>   
Use the <nant> task instead of <include>.

Also, consider designing your project tree with a common topic level, 
and control it from there.  This solves the directory problem.

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
NAnt-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to