Hi Bala,

If NAnt doesn't build the projects inside your solution in the proper order, you can make this happen by setting the right dependencies between those projects. All you need to do is open up the solution in Visual Studio .NET and set the dependencies you need between your projects inside the solution. NAnt will detect those dependecies and build the projects in the order you specified in the solution.

Hope this helps.

Regards,
Adrian Lazea





Bala wrote:
Hi ,

I  have a problem in building my projects...

Actually i have 18 projects and i am compiling them using  <solution> task.

i have all the 18 project file path in a text file and i am giving
them in <includesfile>.

The problem is NANT is not building in proper order...

Is there anything to be done to make nant to build in proper order ?

Regards,
Bala :)


------------------------------------------------------- The SF.Net email is sponsored by: Beat the post-holiday blues Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek. It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt _______________________________________________ Nant-users mailing list Nant-users@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/nant-users


-------------------------------------------------------
The SF.Net email is sponsored by: Beat the post-holiday blues
Get a FREE limited edition SourceForge.net t-shirt from ThinkGeek.
It's fun and FREE -- well, almost....http://www.thinkgeek.com/sfshirt
_______________________________________________
Nant-users mailing list
Nant-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/nant-users

Reply via email to