[NAnt-users] NAnt + NDoc: ExtensibilityStylesheet

2006-02-07 Thread Julien Sobrier
Hello, NDoc is working fine with NAnt, except for the documenter ExtensibilityStylesheet that allows users to create custom tags. I get the error: Error building documentation. Error compiling the namespace stylesheet Error compiling the namespace stylesheet Can not access

RE: [NAnt-users] Nant build by solution task not using the environment paths correctly

2006-02-07 Thread Tim Mayert
Well I converted my build to build the solution file in the exec task, using devenv and the /useenv parameter, and this seems to build the projects correctly. So there has to be something the solution task is skipping or missing that the devenv exec task catches properly. Now the build time is sl

[NAnt-users] Return from an call

2006-02-07 Thread Eric Fetzer
How would one go about running a program and gathering the return? I'd like to do a search in the registry and get the result into a property using regfind. Thanks, Eric __ Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection aro

RE: [NAnt-users] Testing if a value is an Int

2006-02-07 Thread Bill Martin
Title: Testing if a value is an Int You could use a custom function in VB (‘cause IsNumeric is more tricky in C#!).  Try something like:      


Re: [NAnt-users] Testing if a value is an Int

Hi Mike if you can't find an easy way and if you know how to program in c# or vb.net, I found out that it's sometimes better to write a custom function (using the script tag) to achieve what you need. hope this helps Thibaut Barrère-- [blog] http://www.dotnetguru2.org/tbarrere