[nant-dev] BaseDir attribute problem

2002-08-26 Thread hammett
Title: BaseDir attribute problem HI! The Basedir attribute works ? Please follow: project name=ComprasnetWS default=MasterBuild basedir=. property name=basename value=ComprasnetWS/ property name=debug value=true/ property name=outputdir value=../bin/ property name=referencedir

RE: [nant-dev] Recursively expanded properties

2002-08-26 Thread hammett
Title: RE: [nant-dev] Recursively expanded properties Shaw, What's the benefits? I can't see from here. -- hammett -Original Message- From: Shaw, Gerry [mailto:[EMAIL PROTECTED]] Sent: segunda-feira, 26 de agosto de 2002 15:40 To: 'Ian MacLean' Cc: '[EMAIL PROTECTED]' Subject:

RE: [nant-dev] Recursively expanded properties

2002-08-26 Thread Shaw, Gerry
What's the benefits? I can't see from here. * I've created a custome task called component that works like this: component buildfile=source/console/default.build/ component buildfile=source/gui/gui.build/ This task sets the following properties: component.console =

Re: [nant-dev] Recursively expanded properties

2002-08-26 Thread Ian MacLean
Shaw, Gerry wrote: For clarity here it is again. If you went: property name=alpha value=a/ property name=bravo value=b/ property name=charlie value=c/ property name=abc value=123/ echo message=${alpha}/ you would get (as you would expect): [echo] a If you went: echo

[nant-dev] XML Schema Validated Tasks

2002-08-26 Thread Jayme Edwards
Hello, There are two issues I've run into with NAnt recently. The first of these is that when I wrote the VS.NET addin, I ended up writing TaskNode classes that wrap each Task. This caused me to run into a host of problems because there isn't enough metadata on a Task to state what attributes