NAnt - how to get this working?
-
Hi there, I try to find on the internet on how to achieve this, but still can't find any good resources till i downloaded Nant. But there are too many codes inside Nant, and i have no idea which part of Nant code that can achieve this below. --> I want to get the value of project.name. So i can use the ${project.name} a few times in my xml script. Any idea on how to achieve this? Thanks. Regards, Chua Wen Ching Visit us at http://www.necoders.com
-
Hi there, I try to find on the internet on how to achieve this, but still can't find any good resources till i downloaded Nant. But there are too many codes inside Nant, and i have no idea which part of Nant code that can achieve this below. --> I want to get the value of project.name. So i can use the ${project.name} a few times in my xml script. Any idea on how to achieve this? Thanks. Regards, Chua Wen Ching Visit us at http://www.necoders.com
You should check out the NAnt documentation here[^] specifically the Properties[^] section of the documentation. This should get you started.
- Nick Parker Microsoft MVP - Visual C#
My Blog | My Articles -
You should check out the NAnt documentation here[^] specifically the Properties[^] section of the documentation. This should get you started.
- Nick Parker Microsoft MVP - Visual C#
My Blog | My ArticlesHi Ian, You get me wrong! I just want to know how NAnt can be able to achieve that. I want to achieve this in my own custom xml script. 1234 5555 ${output} I want to achieve the same way like what NAnt can do. But i do not how know NAnt achieve that. I saw the source code, and there are so many class files. I am not looking for how to use NAnt with the property, just how to code the same way in my software. Any tips please? Thanks. Regards, Chua Wen Ching Visit us at http://www.necoders.com