[Nant-users] depends using a property

2005-07-01 Thread Stephen Touset
Is it possible to have a depends clause in a target that uses a property? In other words, Whenever I do this, any attempt to build results in an error saying the property ${target} had not been set. However, it's set to a default in the top level of the build file (other targets change it).

[Nant-users] Various questions regarding task (multiple sln files, doing a "clean", linking problems)

2005-07-01 Thread John Ludlow
> Yes, the project does compile fine in VS. May be a problem in NAnt then. I don't know that much about VC++.NET so I'm probably not going to be much help here. Do you set any special options such as output folder? > Do Iinclude "ScenarioBuilder\Scenario.vcproj" in a "" tag within > "" or will

[Nant-users] Setup Error Message

2005-07-01 Thread Boswell William
Does anyone happen to know the cause for this error message box when running 85 RC3?   “Failed to load resources from resource file.  Please check your Setup.”   Thanks.   Bill  

[Nant-users] Obfuscation and NAnt

2005-07-01 Thread John Ludlow
Hi, I'm after a good obfuscator for .NET that has the following features: - FREE, or very, very cheap. - can handle a lot of interdependent assemblies in one operation. - can take assembly details from a wildcard or from an xml file. (I don't want to have to pass 50-odd arguments on the comma

[Nant-users] Various questions regarding task (multiple sln files, doing a "clean", linking problems)

2005-07-01 Thread Pat Lawrence
thanks for the response.Yes, the project does compile fine in VS.  What I meant regarding hte .sln files is that (I'm new to VS so I'm not too good with the terminology yet) when I build the Source.sln in VS, I can see it calling and building all these sub-projects in the output window on the botto