[NAnt-users] using does not have an effect

2006-05-08 Thread Ranjith chevanan
Hi, I am trying to compile a project which references other dll's. one of the dll is a COM and i have registered it to the GAC and then registered to the registry using regasm as below before compiling the below project dotnet_servicemgr. 1. gacutil -i abc.dll 2. regasm abc.dll /tlb:abc.tlb Bel

RE: [NAnt-users] How to modify the MSITaskTemplate.msi file?

2006-05-08 Thread Thomas Schroedter
Hi Bill,   I checked my MSI file and it looks like all DLLs are in the MSI file. Each DLL in it's own Component, but the components don't belong to the default feature or any other feature. How can I change that with Orca and in my Nant script?   At the moment I use the following code to i

[NAnt-users] sql task/s

2006-05-08 Thread marcus
I am new to nant, but I have used ant before, and I was wondering if t he sql task can be run against a mysql db.   If not, are there any sql tasks that anyone knows of that can be run against other dbs, maybe mysql and oracle?    Thanks in advance. -mez

[NAnt-users] cruise control modificationWriter vs nant

2006-05-08 Thread Jaroslav Sivy
Hi, Is there any way, how to parse output file from cc (modificationWriter function) in nant? {and not only load 1 attribute using xmlpeek?} I want to write all changed files using that function and now i need to execute *.sql files from that list using osql.exe I couldnt find it on google/websi

RE: [NAnt-users] Visual Source Safe 2005

2006-05-08 Thread Andy Johnstone
Hi Sophie, Yes, everything works. The only 'problem' is that when you run the normal VSS client, you get a message about a session not being closed properly, and that an administrator should run analyze to fix the problem. Ignoring the message doesn't seem to cause any problem (and analyze never

[NAnt-users] Visual Source Safe 2005

2006-05-08 Thread SBunce
Hello, Can anyone tell me if NANT contrib commands such as vssget, vsslabel, and vsscheckout/checkin  work with the new Visual Souce Safe 2005?   If so, are the commands identical, or would upgrading to VSS 2005 require that I change my build scripts? Thanks, Sophie Bunce Georgia Dept. of Educ