[Nant-users] Problem locating keyfile in

2004-08-25 Thread steve_hager
Hi, There seems to be a problem with the task when it comes to locating an assembly keyfile. When ever I built my solution I kept getting an error message saying... "Error creating assembly manifest: Error reading key file '../../../../keyfile.snk' -- The system cannot find the file specifie

Re: [Nant-users] Problem with solution task

2004-08-17 Thread steve_hager
Hi Gert I tested that fix against my code it worked a treat. Thanks, Steve |-+> | | "Gert Driesen" | | | <[EMAIL PROTECTED]| | | dora.be> | | || |

[Nant-users] Problem with solution task

2004-08-15 Thread steve_hager
Hi, I'm a having trouble with the task with respect to the build order. The project structure is as follows ... Basically 'Project A' contains 'Class A' and 'Exception Class A'. 'Exception Class A' inherits from 'My Base Exception' which is contained in 'Utility Assembly' 'Pr

[Nant-users] Problem with conditional compilation

2004-08-03 Thread steve_hager
I'm having a problem using the task and conditional compilation. Our solution uses 2 keys one for development and one for production. The keys are defined in the assemblyInfo.vb file as follows... #If DEBUG Then #Else #End If The project configuration is ... The

[Nant-users] task and conditional compilation

2004-08-03 Thread steve_hager
I'm having a problem using the task and conditional compilation. Our solution uses 2 keys one for development and one for production. The keys are defined in the assemblyInfo.vb file as follows... #If DEBUG Then #Else #End If The project configuration is ... Th