RE : xmlpoke, was re: [Nant-users] How do one update the AssemblyVersionbuild number?

2003-09-18 Thread Vincent Labatut
hey Mitch, i'm eager to use those xmlpeek and xmlpoke tasks, i think these are the ones i was looking for : i have many projects with a logical name for each one. for each project i need to get a path in my source repository, a language name (for the asminfo task), and the path of the visual stud

[Nant-users] RE: Request for SolutionTask

2003-09-17 Thread Vincent Labatut
(apologies for the crap formatting of my mails subject and for the spam, damn mail client... $#à&! ) hi, you can probably try the following : - move this source code line from your AssemblyInfo file to a new file (eg KeyInfo.cs) [assembly: AssemblyKeyFile(@"..\..\developers.key")] -

[Nant-users] RE : [Nant-users] How do one update the AssemblyVersion build number?

2003-09-17 Thread Vincent Labatut
use the version task and the asminfo task ! split your assemblyinfo.cs in two - one is maintained manually and contains everything but the assembly version attribute - the other one will be auto-generated by the asminfo task and will contain the version number from the version task. thi

[Nant-users] RE : [Nant-users] Request for SolutionTask

2003-09-16 Thread Vincent Labatut
hi, you can probably try the following : - move this source code line from your AssemblyInfo file to a new file (eg KeyInfo.cs) [assembly: AssemblyKeyFile(@"..\..\developers.key")] - whenever you build with NAnt, use the asminfo task to generate this file, overwriting the old value with what

[Nant-users] RE : [Nant-users] Question about reference resolution behaviour

2003-09-16 Thread Vincent Labatut
I have exactly the same problem as you, and it seems not to have been corrected since then. I took care of setting the "Copy Local" property of my file reference to "False", but the solution task still copies 43 files in my output directory. There is actually a slight difference of behavi

[Nant-users] an asp.net post-build task for vsnet

2003-09-10 Thread Vincent Labatut
hi, i'm using the solution task and it works great. now, i would like to extract from the build tree what needs to be deployed. as ASP.Net puts forward the "xcopy" deployment, i'd like to get *ONLY* the files that are required by my web site. the techniques I usually see seem a bit hazardeous t

[Nant-users] solution task : problem with resources

2003-09-09 Thread Vincent Labatut
hi, i'm using NAnt to build my 25 projects VS.Net solution (don't ask me why there are so many), I just had problems with the resources file names in my Web project (all the .resx files). Here is what I got : System.ArgumentException: Illegal characters in path. at System.IO.Path.Combine(St