Search found 2 matches

by TONYTHEKING
Wed Jan 12, 2011 12:09 pm
Forum: Questions (API)
Topic: HOW TO UPDATE A BUILD FILE using c#
Replies: 3
Views: 8616

Re: HOW TO UPDATE A BUILD FILE using c#

This is outside the scope of Vault, but could you use <replacestring> within a filterchain within a NAnt script to make the change to that second script? I have done exactly this but the problem is that there is NO NANT way of removing the values inside of the quoted string because it could be anyt...
by TONYTHEKING
Wed Jan 12, 2011 11:02 am
Forum: Questions (API)
Topic: HOW TO UPDATE A BUILD FILE using c#
Replies: 3
Views: 8616

HOW TO UPDATE A BUILD FILE using c#

I need a c# program that opens up a NANT BUILD file, it then goes out and edits the following text in the file: In the file I need to change db_server = "whatevervalue" to equeal db_server = "" db_user = "whatevervalue" to db_user = "" db_password = "what...