[Nant-users] EXEC task and full-paths

2003-03-31 Thread Nicholas Robinson
Hi, I did a search but didnt find anything so I hope I am not duplication someone elses recent question... I wish to run Perl from within a NANT script, but the problem is when I use the EXEC task, I get "The system cannot find the specified file" error. However, putting in the full path fails

[Nant-users] Latest version of NANTContrib

2003-01-17 Thread Nicholas Robinson
Hi, Can someone tell me were I can get the latest build of NANTContrib? I have got a version thats a few weeks old, and built it successfully. However when I add the NANT.Contrib.Tasks.dll using taskdef: NAnt tells me 0 tasks were addedgrrr Thanks Nick. ___

[Nant-users] SQL Task

2003-01-16 Thread Nicholas Robinson
Hi, Does anybody know if the SQL task frmo ANT is being ported to NAnt? Cheers Nick.With Yahoo! Mail you can get a bigger mailbox -- choose a size that fits your needs

[Nant-users] Resx files not getting embedded

2003-01-09 Thread Nicholas Robinson
Hi, I am trying to embed a resx resource during compilation, but when I try to access the resource I cannot find it (usnig the Resource Manager).  If I build the same project within DevStudio it works.  My NANT script section is below:                               

[Nant-users] NANT and ClearCase

2003-01-07 Thread Nicholas Robinson
hi, I know Draco works with SourceSafe.  Does anyone know of anything that supports ClearCase? Kind regards Nick.With Yahoo! Mail you can get a bigger mailbox -- choose a size that fits your needs

[Nant-users] Using a fileset with NUNIT2

2003-01-07 Thread Nicholas Robinson
Hi, Is it possible to use a fileset with the NUNIT2 task such that I can specify a pattern and then execute it as the thing to test? I tried doing the following:                     But that obviously doesnt work. Any ideas? Thanks, Nick.With Yahoo! Mail you

[Nant-users] Switch on chosen target

2003-01-07 Thread Nicholas Robinson
Hi, I need to find out the name of the target that is being used as the default when my script runs.  Because I want initialisation in one place, I dont want to have to set up some paths in two different targets.  For example I have two complicated build scripts that need the chosen target (Debug|R

[Nant-users] RE: NAntContrib build problem

2002-12-13 Thread Nicholas Robinson
I am getting the same problem with the latest build.  I cant seem to find details of the FAQ? Any help would be most appreciated! Regards Nick.With Yahoo! Mail you can get a bigger mailbox -- choose a size that fits your needs

[Nant-users] Hoping not to embarrass myself too much....

2002-12-12 Thread Nicholas Robinson
Hi, I am new to this sourceforge thing, and stumbled across NAnt when searching for Build Management Tools.  The problem I have is that all I want to do is get the latest source code from Visual Source Safe, build it, run my test cases and send an email if errors occurred.  Is it possible to do thi