[NAnt-users] Help: csc and extern alias

2008-06-18 Thread Joel
bly reference in NAnt. Is this possible? I'll take anything that means I don't have to convert my build script to MSBuild. Beta version, whatever. I guess I can call csc.exe from an task if nothing else works, but I'd love a more elegant solution. Any help

[Nant-users] CVS checkout and Framework

2005-11-08 Thread Joel Gwynn
I have this in my build file: But to no avail. Any ideas? TIA Joel --- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or

Re: [Nant-users] Getting properties from an INI

2005-11-07 Thread Joel Gwynn
think therefore you may be better to copy the file through a filter > chain and remove the section definitions and just leave the name/value > pairs. > > HTH, > > Bill > > > > -Original Message- > From: Joel Gwynn [mailto:[EMAIL PROTECTED] > Sent: 07

Re: [Nant-users] Getting properties from an INI

2005-11-07 Thread Joel Gwynn
Interesting. Seems like I should be able to do something like this: But I'm getting an error on the property::exists syntax. Is it possible to check for the existence of a variable like this? On 11/7/05, Bill Martin <[EMAIL PROTECTED]> wr

[Nant-users] Getting properties from an INI

2005-11-07 Thread Joel Gwynn
I'd like to import name/value pairs from an ini without regard to sections. So for every line with a "this=that", I'd like to end up with I've currently got a little perl snippet that reads the file and spits out xml, which I then include, but I thought there might be a more elegant way. -

[Nant-users] Access Denied

2005-11-06 Thread Joel Gwynn
Hey all. Trying to get up and running with NAnt here. I'm using the NAntContrib task to create my IIS target folder, and that seems to work OK, then I'm using with to map my existing solution to that folder: http://localhost/${solution}/${solution}.csproj"; path="${II

RE: [Nant-users] Obfuscation and NAnt

2004-07-14 Thread Joel Ross
I do.   I use an exec task to wrap it, and it works just fine. Make a valid XML config file for DotObfuscator, then call it from the command line.   If you want more info, let me know   Joel http://www.rosscode.com From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On