Re: [NAnt-users] Problem with pkg-config finding mono

2009-04-24 Thread Gert Driesen
Hi Ron, From the error it's clear that NAnt cannot start pkg-config. Perhaps you should try to create a small test app that launches pkg-config using the System.Diagnostics.Process class, to rule out a mono related bug. If you have any problem creating this app, then just let me know. Gert

Re: [NAnt-users] editing a VBP

2009-04-24 Thread Michael Pento
Hi Bob, I have had to do this in the past for various reasons (binary compatibility, setting versions to specific values, etc.) and I was never able to find a suitable way to do it with nant alone. Ultimately, I ended up writing a vbscript that would do the work for me and then I would just

Re: [NAnt-users] editing a VBP

2009-04-24 Thread Bob Archer
The only things I could think of was to use a filterchain with a replacestring filter. However, there don't seem to be any wildcards or regex capabilities there. I guess I could just do it the hard way, read each line of the file looking for those lines and modifying them and then write the file

Re: [NAnt-users] editing a VBP

2009-04-24 Thread Brass Tilde
Or, any other quick and dirty ways to modify a vbp file. I want to set the MajorVer, MinorVer and RevisionVer values. For this specific task, we use a combination of a custom regex function, and the loadfile, property and echo tasks. The script: script language=C# prefix=regex code

[NAnt-users] FW: Filesets - include / exclude

2009-04-24 Thread Parrish, Ken
Interesting idea. Multiple patternset elements can be referenced in a fileset, however, all the referenced include and exclude directives behave as though it were a single fileset. The following has the same effect as if all three include and exclude directives were specified in the same