RE: [nant-dev] patch to support resolving properties from environment vars

2002-09-11 Thread Jorge Bermejo
I'm currently managing approximately 50 build files (and counting). IMO 2 of the biggest limitations of Nant are related to how it launches other build files, the child build file doesn't know what settings have been already set by the parent build file nor it doesn't know which dependent targets

[nant-dev] Where to announce new tasks

2002-09-11 Thread Cort Schaefer
Title: Where to announce new tasks I have some new NAnt tasks that have been ported from Ant that are part of a bigger project that is also hosted on SourceForge, where would the appropriate place to post an announcement be? Cort

[nant-dev] StackTrace and rethrowing exceptions

2002-09-11 Thread R. Owen Rogers
While attempting to trace a bug in one of the tasks, I came across a 'feature' of .NET exception handling: rethrowing a caught exception overwrites the stack trace of the original exception. Specifically, in the Execute method for the Task class, exceptions thrown in the ExecuteTask template