Re: [NAnt-users] correct usage of depends attribute

2009-02-10 Thread ptr
Thanks a lot Gert, I didnt realize I was using NantContrib on my windows build. And depends as an attribute was separate from depends as a xml child element. Using depends as an attribute seems much faster as well. -Raj On Tue, Feb 10, 2009 at 2:15 PM, Gert Driesen wrote: > Raj, > > If you

Re: [NAnt-users] Nant and cpp files

2009-02-19 Thread ptr
I would need to include a whole set of source files for compiling and link them all into a shared library. Is there preferred way to use an external makefile and fire nant with exec or write a custom task ? Raj On Thu, Feb 19, 2009 at 3:58 PM, Michael Pento wrote: > I would assume that you wo

Re: [NAnt-users] Problem with pkg-config finding mono

2009-05-13 Thread ptr
I see the same problem in the latest download of mono 2.4 on mac. Adding /Library/Frameworks/Mono.framework/Versions/2.4/bin to PATH seems to resolve the issue for me Raj On Fri, Apr 24, 2009 at 7:47 AM, Gert Driesen wrote: > Hi Ron, > > From the error it's clear that NAnt cannot start pkg-conf

[NAnt-users] building nant from SVN

2009-12-28 Thread ptr
hey all The nant nightly builds have not been updated since 5th May 2009. Is there an svn for nant source ? I found this but it doesn't seem to work ? http://sourceforge.net/scm/?type=svn&group_id=31650 Thanks Raj --